| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 2 | -707/+4 |
* | 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 |
* | Fixed POIFSFileSystem to set CLSID of root when constructing instances from I... | Yegor Kozlov | 2009-04-20 | 2 | -0/+4 |
* | read GutsRecord in in the Sheet(RecordStream rs) | Yegor Kozlov | 2009-04-18 | 2 | -0/+4 |
* | Allow 255 arguments for excel functions in XSSF, see bugzilla 46279 | Yegor Kozlov | 2009-04-18 | 2 | -0/+2 |
* | Fixed XSSFCell to preserve cell style when cell value is set to blank, also a... | Yegor Kozlov | 2009-04-17 | 2 | -0/+4 |
* | Fix for bug 46987 - allow RecordFactory to handle non-zero padding at the end... | Josh Micich | 2009-04-17 | 2 | -0/+2 |
* | Fix bug #47034 - Reading the name of a NameRecord when the name is > 127 | Nick Burch | 2009-04-15 | 2 | -0/+2 |
* | Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form... | Josh Micich | 2009-04-08 | 2 | -0/+2 |
* | Bugzilla 46973 - fixed defined names to behave better when refersToFormula is... | Josh Micich | 2009-04-06 | 2 | -0/+2 |
* | consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe... | Yegor Kozlov | 2009-04-06 | 2 | -0/+2 |
* | Quick update of the who-we-are page | Nick Burch | 2009-04-06 | 1 | -2/+4 |
* | Bug 46951 - fixed formula parser to better handle range operators and whole r... | Josh Micich | 2009-04-06 | 2 | -0/+2 |
* | Fix for bug 46948 - Range operator can now take area-refs for operands | Josh Micich | 2009-04-01 | 2 | -0/+2 |
* | Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(S... | Josh Micich | 2009-03-31 | 2 | -0/+2 |
* | Fix for bug 46898 - Formula evaluator should not cache intermediate circular-... | Josh Micich | 2009-03-30 | 2 | -0/+2 |
* | Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infos | Josh Micich | 2009-03-26 | 2 | -0/+2 |
* | Fix bug #46904, for old biff5/biff7 files where the block chain is terminated... | Nick Burch | 2009-03-24 | 2 | -0/+2 |
* | Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER record | Josh Micich | 2009-03-23 | 2 | -2/+4 |
* | update cell type when setting cached formula result in XSSFCell, also improve... | Yegor Kozlov | 2009-03-22 | 2 | -0/+2 |
* | added modifiers for anchor type to XSSFClientAnchor | Yegor Kozlov | 2009-03-21 | 2 | -0/+2 |
* | support built-in data formats in XSSFDataFormat | Yegor Kozlov | 2009-03-01 | 2 | -0/+2 |
* | improved shifting of sheet-level names, also fixed an incorrect Bugzilla numb... | Yegor Kozlov | 2009-02-26 | 2 | -2/+2 |
* | fixed bug #46715 - Column width from original xlsx file is discarded | Yegor Kozlov | 2009-02-25 | 2 | -1/+5 |
* | more improvements in shiftRows: 1. shift named ranges and merged regions, JUn... | Yegor Kozlov | 2009-02-25 | 1 | -1/+1 |
* | added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int... | Yegor Kozlov | 2009-02-24 | 2 | -4/+8 |
* | Fix typo | Nick Burch | 2009-02-21 | 1 | -1/+2 |
* | updated status of the latest release on main page | Yegor Kozlov | 2009-02-21 | 1 | -2/+2 |