summaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/changes.xml
Commit message (Expand)AuthorAgeFilesLines
* changed Forrest config to use only status.xml, changes.xml is now obsoleteYegor Kozlov2009-05-231-700/+0
* Fixed XSSFCell to properly read inline stringsYegor Kozlov2009-05-231-0/+1
* Bugzilla 47250 - Fixed FontRecord to expect unicode flags even when name leng...Josh Micich2009-05-221-0/+1
* Bugzilla 47198 - Fixed formula evaluator comparison of -0.0 and 0.0Josh Micich2009-05-221-0/+1
* Bugzilla 47229 - Fixed ExternalNameRecord to handle DDE linksJosh Micich2009-05-211-0/+1
* Tweaked patch from bug #46287 - Control of header and footer extraction in Ex...Nick Burch2009-05-171-0/+1
* Fix bug #46554 - New ant target "jar-examples"Nick Burch2009-05-171-0/+1
* Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCo...Nick Burch2009-05-171-0/+1
* Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulasYegor Kozlov2009-05-171-0/+1
* Base class for "old version" exceptions, and new HSLF detection + use of old ...Nick Burch2009-05-161-0/+1
* 47179 - Fix string encoding issues with HSMF chunks on non-windows platformsNick Burch2009-05-161-0/+1
* Apply changes from BUREAU Nicolas from patch #47183 - attachment support for ...Nick Burch2009-05-161-0/+1
* Fix bug #47154 - Handle the cell format @ as the same as GeneralNick Burch2009-05-161-0/+1
* Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag setJosh Micich2009-05-151-0/+1
* Bug 46953 - fixed PageSettingsBlock parsing logic in Sheet. Bug caused sheet...Josh Micich2009-05-101-0/+1
* fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId se...Yegor Kozlov2009-04-241-0/+1
* Fixed XSLFPowerPointExtractor to properly process line breaks, see bugzilla 4...Yegor Kozlov2009-04-201-0/+1
* Fixed POIFSFileSystem to set CLSID of root when constructing instances from I...Yegor Kozlov2009-04-201-0/+2
* read GutsRecord in in the Sheet(RecordStream rs)Yegor Kozlov2009-04-181-0/+2
* Allow 255 arguments for excel functions in XSSF, see bugzilla 46279Yegor Kozlov2009-04-181-0/+1
* Fixed XSSFCell to preserve cell style when cell value is set to blank, also a...Yegor Kozlov2009-04-171-0/+2
* Fix for bug 46987 - allow RecordFactory to handle non-zero padding at the end...Josh Micich2009-04-171-0/+1
* Fix bug #47034 - Reading the name of a NameRecord when the name is > 127Nick Burch2009-04-151-0/+1
* Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form...Josh Micich2009-04-081-0/+1
* Bugzilla 46973 - fixed defined names to behave better when refersToFormula is...Josh Micich2009-04-061-0/+1
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-061-0/+1
* Bug 46951 - fixed formula parser to better handle range operators and whole r...Josh Micich2009-04-061-0/+1
* Fix for bug 46948 - Range operator can now take area-refs for operandsJosh Micich2009-04-011-0/+1
* Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(S...Josh Micich2009-03-311-0/+1
* Fix for bug 46898 - Formula evaluator should not cache intermediate circular-...Josh Micich2009-03-301-0/+1
* Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infosJosh Micich2009-03-261-0/+1
* Fix bug #46904, for old biff5/biff7 files where the block chain is terminated...Nick Burch2009-03-241-0/+1
* Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER recordJosh Micich2009-03-231-1/+2
* update cell type when setting cached formula result in XSSFCell, also improve...Yegor Kozlov2009-03-221-0/+1
* added modifiers for anchor type to XSSFClientAnchorYegor Kozlov2009-03-211-0/+1
* support built-in data formats in XSSFDataFormatYegor Kozlov2009-03-011-0/+1
* improved shifting of sheet-level names, also fixed an incorrect Bugzilla numb...Yegor Kozlov2009-02-261-1/+1
* fixed bug #46715 - Column width from original xlsx file is discardedYegor Kozlov2009-02-251-1/+3
* added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int...Yegor Kozlov2009-02-241-2/+4
* fixed autoSizeColumn() to use cached formula values when processing formula c...Yegor Kozlov2009-02-191-0/+1
* Fixed formula parser to handle names with backslashesYegor Kozlov2009-02-151-0/+1
* Bugzilla 46660 - added 'hidden' property to WorkbookJosh Micich2009-02-131-0/+1
* Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and S...Josh Micich2009-02-121-0/+1
* correctly append picture data if Pictures stream contains entries with zero l...Yegor Kozlov2009-02-101-1/+1
* update version.id to 3.5-beta6Yegor Kozlov2009-02-091-1/+4
* improved XSSFSheet.shiftRows: 1. properly update cell references of the shift...Yegor Kozlov2009-02-081-0/+2
* added suport for Calculation Chain in XSSF, remove reference from calculation...Yegor Kozlov2009-02-081-0/+1
* Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary ...Josh Micich2009-02-051-0/+1
* Fix for bug 46643 - formula parser should encode range operator with tMemFuncJosh Micich2009-02-021-0/+1
* Fix for bug 46647 - COUNTIF NE operator and other special cases involving typ...Josh Micich2009-02-021-0/+1