| Commit message (Expand) | Author | Age | Files | Lines |
* | refactored HSSFEventFactory to use RecordFactory instead of HSSFRecordStream,... | Yegor Kozlov | 2009-07-05 | 1 | -0/+1 |
* | Support for getting OLE object data in PowerPointExtractor, see Bugzilla 47456 | Yegor Kozlov | 2009-07-05 | 1 | -0/+1 |
* | Explicitly set the 1900 date system when creating XSSF workbooks, see Bugzill... | Yegor Kozlov | 2009-06-27 | 1 | -0/+1 |
* | Support fo text extraction of footnotes, endnotes and comments in HWPF, see B... | Yegor Kozlov | 2009-06-27 | 1 | -0/+1 |
* | Bugzilla 47415 - Fixed PageSettingsBlock to allow multiple PLS records | Josh Micich | 2009-06-24 | 1 | -0/+1 |
* | Bugzilla 47412 - Fixed concurrency issue with EscherProperties.initProps() | Josh Micich | 2009-06-23 | 1 | -0/+1 |
* | updated date of the latest release on the index page | Yegor Kozlov | 2009-06-22 | 1 | -3/+3 |
* | Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing m... | Yegor Kozlov | 2009-06-20 | 1 | -0/+1 |
* | Added implementation for ISNA() | Josh Micich | 2009-06-19 | 1 | -4/+5 |
* | fixed SimpleShape#getLineWidth to handle default line width, see Bugzilla #46392 | Yegor Kozlov | 2009-06-19 | 1 | -0/+1 |
* | exposed TableCellDescriptor in HWPF TableCell, also removed unused private fi... | Yegor Kozlov | 2009-06-19 | 1 | -0/+2 |
* | improved HWPF to better handle unicode, patch provided by Benjamin Engele and... | Yegor Kozlov | 2009-06-19 | 1 | -0/+1 |
* | Fixed SlideShow#removeSlide to remove references to Notes, see Bugzilla #47261 | Yegor Kozlov | 2009-06-19 | 1 | -0/+1 |
* | fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi... | Yegor Kozlov | 2009-06-19 | 1 | -0/+1 |
* | Bugzilla 47384 - Fixed ExternalNameRecord to handle unicode names | Josh Micich | 2009-06-18 | 1 | -0/+1 |
* | Fixed locale-sensitive unit tests to pass when running on non-US locales | Yegor Kozlov | 2009-06-16 | 1 | -0/+1 |
* | added a section on Data Validation to the quick guide, the patch provided by ... | Yegor Kozlov | 2009-06-15 | 1 | -1/+109 |
* | Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ... | Josh Micich | 2009-06-12 | 1 | -0/+1 |
* | updated release date | Yegor Kozlov | 2009-06-11 | 1 | -1/+1 |
* | Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu... | Yegor Kozlov | 2009-06-10 | 1 | -0/+1 |
* | fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed ... | Yegor Kozlov | 2009-06-07 | 1 | -1/+2 |
* | Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet... | Josh Micich | 2009-06-06 | 1 | -0/+1 |
* | Removed RCS tags from xml documents. Also removed trailing whitespace | Josh Micich | 2009-06-04 | 23 | -217/+192 |
* | changed CRLF to LF in src/documentation | Josh Micich | 2009-06-04 | 2 | -76/+76 |
* | Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records | Josh Micich | 2009-06-04 | 1 | -0/+1 |
* | Bugzilla 47312 - Fixed formula parser to properly reject cell references with... | Josh Micich | 2009-06-03 | 1 | -0/+1 |
* | Bugzilla 47199 - Fixed PageSettingsBlock/Sheet to tolerate margin records aft... | Josh Micich | 2009-06-01 | 1 | -0/+1 |
* | updated release date | Yegor Kozlov | 2009-06-01 | 1 | -1/+1 |
* | started new section in changes.xml for 3.5-beta7 | Yegor Kozlov | 2009-06-01 | 1 | -2/+3 |
* | Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct ... | Yegor Kozlov | 2009-05-30 | 1 | -0/+1 |
* | Fixed XSSFCell to avoid generating xsi:nil entries in shared string table | Yegor Kozlov | 2009-05-30 | 1 | -0/+1 |
* | changed Forrest config to use only status.xml, changes.xml is now obsolete | Yegor Kozlov | 2009-05-23 | 1 | -700/+0 |
* | Fixed XSSFCell to properly read inline strings | Yegor Kozlov | 2009-05-23 | 2 | -0/+2 |
* | Bugzilla 47250 - Fixed FontRecord to expect unicode flags even when name leng... | Josh Micich | 2009-05-22 | 2 | -0/+2 |
* | Bugzilla 47198 - Fixed formula evaluator comparison of -0.0 and 0.0 | Josh Micich | 2009-05-22 | 2 | -0/+2 |
* | Bugzilla 47229 - Fixed ExternalNameRecord to handle DDE links | Josh Micich | 2009-05-21 | 2 | -0/+2 |
* | Tweaked patch from bug #46287 - Control of header and footer extraction in Ex... | Nick Burch | 2009-05-17 | 2 | -0/+2 |
* | Fix bug #46554 - New ant target "jar-examples" | Nick Burch | 2009-05-17 | 2 | -0/+2 |
* | Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCo... | Nick Burch | 2009-05-17 | 2 | -0/+2 |
* | Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulas | Yegor Kozlov | 2009-05-17 | 2 | -0/+2 |
* | Base class for "old version" exceptions, and new HSLF detection + use of old ... | Nick Burch | 2009-05-16 | 2 | -0/+2 |
* | 47179 - Fix string encoding issues with HSMF chunks on non-windows platforms | Nick Burch | 2009-05-16 | 2 | -0/+2 |
* | Apply changes from BUREAU Nicolas from patch #47183 - attachment support for ... | Nick Burch | 2009-05-16 | 2 | -0/+2 |
* | Fix bug #47154 - Handle the cell format @ as the same as General | Nick Burch | 2009-05-16 | 2 | -0/+2 |
* | Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag set | Josh Micich | 2009-05-15 | 2 | -0/+2 |
* | Bug 46953 - fixed PageSettingsBlock parsing logic in Sheet. Bug caused sheet... | Josh Micich | 2009-05-10 | 2 | -0/+2 |
* | Fix more XLS2CSV links | Nick Burch | 2009-05-01 | 2 | -2/+2 |
* | Fix the XLS2CSVmra link | Nick Burch | 2009-04-27 | 1 | -1/+1 |
* | fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId se... | Yegor Kozlov | 2009-04-24 | 2 | -0/+2 |
* | Fixed XSLFPowerPointExtractor to properly process line breaks, see bugzilla 4... | Yegor Kozlov | 2009-04-20 | 2 | -0/+2 |