| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -0/+1 |
* | Bugzilla 47250 - Fixed FontRecord to expect unicode flags even when name leng... | Josh Micich | 2009-05-22 | 1 | -0/+1 |
* | Bugzilla 47198 - Fixed formula evaluator comparison of -0.0 and 0.0 | Josh Micich | 2009-05-22 | 1 | -0/+1 |
* | Bugzilla 47229 - Fixed ExternalNameRecord to handle DDE links | Josh Micich | 2009-05-21 | 1 | -0/+1 |
* | Tweaked patch from bug #46287 - Control of header and footer extraction in Ex... | Nick Burch | 2009-05-17 | 1 | -0/+1 |
* | Fix bug #46554 - New ant target "jar-examples" | Nick Burch | 2009-05-17 | 1 | -0/+1 |
* | Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCo... | Nick Burch | 2009-05-17 | 1 | -0/+1 |
* | Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulas | Yegor Kozlov | 2009-05-17 | 1 | -0/+1 |
* | Base class for "old version" exceptions, and new HSLF detection + use of old ... | Nick Burch | 2009-05-16 | 1 | -0/+1 |
* | 47179 - Fix string encoding issues with HSMF chunks on non-windows platforms | Nick Burch | 2009-05-16 | 1 | -0/+1 |
* | Apply changes from BUREAU Nicolas from patch #47183 - attachment support for ... | Nick Burch | 2009-05-16 | 1 | -0/+1 |
* | Fix bug #47154 - Handle the cell format @ as the same as General | Nick Burch | 2009-05-16 | 1 | -0/+1 |
* | Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag set | Josh Micich | 2009-05-15 | 1 | -0/+1 |
* | Bug 46953 - fixed PageSettingsBlock parsing logic in Sheet. Bug caused sheet... | Josh Micich | 2009-05-10 | 1 | -0/+1 |
* | fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId se... | Yegor Kozlov | 2009-04-24 | 1 | -0/+1 |
* | Fixed XSLFPowerPointExtractor to properly process line breaks, see bugzilla 4... | Yegor Kozlov | 2009-04-20 | 1 | -0/+1 |
* | Fixed POIFSFileSystem to set CLSID of root when constructing instances from I... | Yegor Kozlov | 2009-04-20 | 1 | -0/+2 |
* | read GutsRecord in in the Sheet(RecordStream rs) | Yegor Kozlov | 2009-04-18 | 1 | -0/+2 |
* | Allow 255 arguments for excel functions in XSSF, see bugzilla 46279 | Yegor Kozlov | 2009-04-18 | 1 | -0/+1 |
* | Fixed XSSFCell to preserve cell style when cell value is set to blank, also a... | Yegor Kozlov | 2009-04-17 | 1 | -0/+2 |
* | Fix for bug 46987 - allow RecordFactory to handle non-zero padding at the end... | Josh Micich | 2009-04-17 | 1 | -0/+1 |
* | Fix bug #47034 - Reading the name of a NameRecord when the name is > 127 | Nick Burch | 2009-04-15 | 1 | -0/+1 |
* | Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form... | Josh Micich | 2009-04-08 | 1 | -0/+1 |
* | Bugzilla 46973 - fixed defined names to behave better when refersToFormula is... | Josh Micich | 2009-04-06 | 1 | -0/+1 |
* | consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe... | Yegor Kozlov | 2009-04-06 | 1 | -0/+1 |
* | Bug 46951 - fixed formula parser to better handle range operators and whole r... | Josh Micich | 2009-04-06 | 1 | -0/+1 |
* | Fix for bug 46948 - Range operator can now take area-refs for operands | Josh Micich | 2009-04-01 | 1 | -0/+1 |
* | Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(S... | Josh Micich | 2009-03-31 | 1 | -0/+1 |
* | Fix for bug 46898 - Formula evaluator should not cache intermediate circular-... | Josh Micich | 2009-03-30 | 1 | -0/+1 |
* | Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infos | Josh Micich | 2009-03-26 | 1 | -0/+1 |
* | Fix bug #46904, for old biff5/biff7 files where the block chain is terminated... | Nick Burch | 2009-03-24 | 1 | -0/+1 |
* | Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER record | Josh Micich | 2009-03-23 | 1 | -1/+2 |
* | update cell type when setting cached formula result in XSSFCell, also improve... | Yegor Kozlov | 2009-03-22 | 1 | -0/+1 |
* | added modifiers for anchor type to XSSFClientAnchor | Yegor Kozlov | 2009-03-21 | 1 | -0/+1 |
* | support built-in data formats in XSSFDataFormat | Yegor Kozlov | 2009-03-01 | 1 | -0/+1 |
* | improved shifting of sheet-level names, also fixed an incorrect Bugzilla numb... | Yegor Kozlov | 2009-02-26 | 1 | -1/+1 |
* | fixed bug #46715 - Column width from original xlsx file is discarded | Yegor Kozlov | 2009-02-25 | 1 | -1/+3 |
* | added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int... | Yegor Kozlov | 2009-02-24 | 1 | -2/+4 |
* | fixed autoSizeColumn() to use cached formula values when processing formula c... | Yegor Kozlov | 2009-02-19 | 1 | -0/+1 |
* | Fixed formula parser to handle names with backslashes | Yegor Kozlov | 2009-02-15 | 1 | -0/+1 |
* | Bugzilla 46660 - added 'hidden' property to Workbook | Josh Micich | 2009-02-13 | 1 | -0/+1 |
* | Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and S... | Josh Micich | 2009-02-12 | 1 | -0/+1 |
* | correctly append picture data if Pictures stream contains entries with zero l... | Yegor Kozlov | 2009-02-10 | 1 | -1/+1 |
* | update version.id to 3.5-beta6 | Yegor Kozlov | 2009-02-09 | 1 | -1/+4 |
* | improved XSSFSheet.shiftRows: 1. properly update cell references of the shift... | Yegor Kozlov | 2009-02-08 | 1 | -0/+2 |
* | added suport for Calculation Chain in XSSF, remove reference from calculation... | Yegor Kozlov | 2009-02-08 | 1 | -0/+1 |
* | Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary ... | Josh Micich | 2009-02-05 | 1 | -0/+1 |
* | Fix for bug 46643 - formula parser should encode range operator with tMemFunc | Josh Micich | 2009-02-02 | 1 | -0/+1 |
* | Fix for bug 46647 - COUNTIF NE operator and other special cases involving typ... | Josh Micich | 2009-02-02 | 1 | -0/+1 |