| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for bug 46643 - formula parser should encode range operator with tMemFunc | Josh Micich | 2009-02-02 | 2 | -0/+2 |
* | Fix for bug 46647 - COUNTIF NE operator and other special cases involving typ... | Josh Micich | 2009-02-02 | 2 | -0/+2 |
* | added a method to remove slides | Yegor Kozlov | 2009-02-01 | 2 | -0/+2 |
* | fixed bugs 40520 and 46553: HSSFFont.applyFont() formats wrong parts of HSSFR... | Yegor Kozlov | 2009-01-29 | 2 | -0/+2 |
* | import OpenXML4j codebase | Yegor Kozlov | 2009-01-29 | 4 | -2/+79 |
* | Fix for bug 46545 - ObjRecord should ignore excessive padding written by prev... | Josh Micich | 2009-01-29 | 2 | -0/+2 |
* | Fix for bug 46613 - evaluator should perform case insensitive string comparisons | Josh Micich | 2009-01-27 | 2 | -0/+2 |
* | Bugzilla 45644 - adding a command line interface to hssf ExcelExtractor | Josh Micich | 2009-01-23 | 2 | -0/+2 |
* | Fix for bug 46547 - Allow for addition of conditional formatting when data va... | Josh Micich | 2009-01-21 | 2 | -2/+4 |
* | Bug 46548 - fixes for Page Settings Block (patch from Dmitriy Kumshayev + som... | Josh Micich | 2009-01-16 | 2 | -0/+2 |
* | Bugzilla 46523 - added implementation for SUMIF | Josh Micich | 2009-01-13 | 2 | -0/+2 |
* | Support for reading HSSF column styles | Nick Burch | 2009-01-06 | 2 | -0/+2 |
* | Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written... | Nick Burch | 2009-01-06 | 2 | -0/+2 |
* | Fix bug #46472 - Avoid NPE in HPSFPropertiesExtractor when no properties exist | Nick Burch | 2009-01-06 | 2 | -0/+2 |
* | Fix for bug 46479 - conversion of cached formula values and HSSFFormulaEvalua... | Josh Micich | 2009-01-05 | 2 | -4/+6 |
* | Fix for 45031 - added implementation for CHOOSE function. | Josh Micich | 2008-12-31 | 2 | -0/+2 |
* | Resolve the licensing issue around chunks_parse_cmds.tbl, with the newly dual... | Nick Burch | 2008-12-31 | 2 | -0/+2 |
* | Patch 46410 from Steven Butler - added impl for TIME() function. | Josh Micich | 2008-12-31 | 2 | -2/+4 |
* | added HSSFPictureData.getFormat() as requested in #46320 | Yegor Kozlov | 2008-12-30 | 2 | -0/+4 |
* | fixed formula parser to correctly resolve sheet-level names | Yegor Kozlov | 2008-12-23 | 2 | -0/+2 |
* | 1. added support for shared formulas in XSSF, see bug #464332. improved valid... | Yegor Kozlov | 2008-12-22 | 2 | -0/+2 |
* | applied patches by Gisella Bronzetti:46299 - support for carriage return and ... | Yegor Kozlov | 2008-12-17 | 2 | -0/+6 |
* | Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() ... | Yegor Kozlov | 2008-12-17 | 2 | -0/+2 |
* | Fix for bug 46385 (by patch 46362 from Matsuyama Tomohiro) fixed serializatio... | Josh Micich | 2008-12-16 | 2 | -0/+2 |
* | Fix bug #46368 - HSSFRichTextRun and strings longer than 32768 characters | Nick Burch | 2008-12-09 | 2 | -0/+2 |
* | 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen... | Yegor Kozlov | 2008-12-04 | 2 | -0/+4 |
* | updated status on the index page, also added a script to upload signatures fo... | Yegor Kozlov | 2008-12-04 | 1 | -11/+15 |
* | Final fix for bug 44914 - Removed warning message "WARN. Unread n bytes of re... | Josh Micich | 2008-12-02 | 2 | -0/+2 |
* | Fix for bug 46156 - improved POI's number rendering to more closely match Exc... | Josh Micich | 2008-12-01 | 2 | -0/+2 |
* | Fix for bug 46312 - ValueRecordsAggregate should handle removal of new empty row | Josh Micich | 2008-12-01 | 2 | -0/+2 |
* | Improved error message when attempting to read BIFF2 file (bugzilla 46269) | Josh Micich | 2008-11-29 | 2 | -0/+2 |
* | Fix for bug 46206 - tolerate missing DIMENSION records | Josh Micich | 2008-11-28 | 2 | -0/+2 |
* | Patch 46301 - (from Patrick Cheng) - added some pivot table records: SXDI, SX... | Josh Micich | 2008-11-26 | 2 | -0/+2 |
* | updated DOAP for POI, this file is used by projects.apache.org to manage a re... | Yegor Kozlov | 2008-11-25 | 1 | -1/+68 |
* | Fix for bug 46280 - RowRecordsAggregate should allow for ContinueRecords afte... | Josh Micich | 2008-11-24 | 2 | -2/+2 |
* | set new version.id=3.5-beta5 | Yegor Kozlov | 2008-11-24 | 3 | -3/+9 |
* | renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp... | Yegor Kozlov | 2008-11-21 | 2 | -10/+16 |
* | Fix for bug 46213 - FormulaRecordAggregate should gracefully ignore extra Str... | Josh Micich | 2008-11-15 | 2 | -0/+2 |
* | more updates in javadocs and site documentation, also misc improvements in co... | Yegor Kozlov | 2008-11-14 | 4 | -36/+51 |
* | 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w... | Yegor Kozlov | 2008-11-14 | 8 | -7/+83 |
* | Fix for bug 46174 - HSSFName now handles general formulas (not just area refe... | Josh Micich | 2008-11-14 | 2 | -0/+2 |
* | Patch from Patrick Cheng (bugzilla 46189) - added chart records: CHARTFRTINFO... | Josh Micich | 2008-11-14 | 2 | -0/+2 |
* | Fix for bug 46199 - tweaks to EmbeddedObjectRefSubRecord | Josh Micich | 2008-11-13 | 2 | -0/+2 |
* | Changes to formula evaluation allowing for reduced memory usage | Josh Micich | 2008-11-13 | 2 | -0/+2 |
* | Fix bug #45290 - Support odd files where the POIFS header block comes after t... | Nick Burch | 2008-11-12 | 2 | -0/+2 |
* | Fix bug #46184 - more odd escaped date formats | Nick Burch | 2008-11-12 | 2 | -0/+2 |
* | Include the sheet number in the output of XLS2CSVmra | Nick Burch | 2008-11-12 | 2 | -0/+2 |
* | Fix bug #46043 - correctly write out HPSF properties with HWPF | Nick Burch | 2008-11-12 | 2 | -1/+3 |
* | common ss interfaces for drawing, clientacnhor and picture, also some refacto... | Yegor Kozlov | 2008-11-12 | 1 | -41/+23 |
* | docs cleanup and improvements | Yegor Kozlov | 2008-11-11 | 4 | -215/+256 |