aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* Bugzilla 47198 - Fixed formula evaluator comparison of -0.0 and 0.0Josh Micich2009-05-221-0/+4
* Bugzilla 47229 - Fixed ExternalNameRecord to handle DDE linksJosh Micich2009-05-211-5/+41
* Added debug methods to decode BIFF record types from record IDsJosh Micich2009-05-212-33/+30
* removed unused classJosh Micich2009-05-201-364/+0
* Changed CRLF to LF in function implementations. Removed subclasses of NotImp...Josh Micich2009-05-20235-5463/+1024
* Changed CRLF to LF in poi/ddf, Minor fixes for compiler warnings, and formattingJosh Micich2009-05-1933-1528/+611
* Changed CRLF to LF in .java base src files. Minor reformatting fixes.Josh Micich2009-05-1954-6112/+6111
* Tweaked patch from bug #46287 - Control of header and footer extraction in Ex...Nick Burch2009-05-171-3/+22
* Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulasYegor Kozlov2009-05-175-47/+61
* encapsulated hasUnlimitedVarags() logic into FunctionMetadataJosh Micich2009-05-173-24/+43
* Code clean-up in HSSFDataFormat etc. Removed bad characters from TestHSSFData...Josh Micich2009-05-172-315/+324
* Base class for "old version" exceptions, and new HSLF detection + use of old ...Nick Burch2009-05-162-1/+30
* Fix bug #47154 - Handle the cell format @ as the same as GeneralNick Burch2009-05-161-1/+1
* Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag setJosh Micich2009-05-151-1/+4
* Fix for bug noticed while investigating bugzilla 47048. Made INDEX() support...Josh Micich2009-05-151-49/+79
* Fix bug (broken junit) introduced in r773412. Also hooked up test.Josh Micich2009-05-111-0/+6
* Introduced CustomViewSettingsRecordAggregate. Also reverted some debug change...Josh Micich2009-05-113-39/+116
* Created ChartSubstreamRecordAggregate to manage chart sub-streams. Not fully...Josh Micich2009-05-105-47/+139
* Bug 46953 - fixed PageSettingsBlock parsing logic in Sheet. Bug caused sheet...Josh Micich2009-05-102-30/+47
* Fix javadocs for AbortableHSSFListener, and add unit test to show it all worksNick Burch2009-05-051-7/+9
* Fixed POIFSFileSystem to set CLSID of root when constructing instances from I...Yegor Kozlov2009-04-201-0/+3
* moved 'throw' into else clause avoiding exception on every call of cloneStyle...Yegor Kozlov2009-04-201-1/+2
* read GutsRecord in in the Sheet(RecordStream rs)Yegor Kozlov2009-04-182-0/+6
* Allow 255 arguments for excel functions in XSSF, see bugzilla 46279Yegor Kozlov2009-04-184-5/+34
* Fix for bug 46987 - allow RecordFactory to handle non-zero padding at the end...Josh Micich2009-04-171-4/+56
* added Workbook.getName(String) method. Fixed javadoc on related methodsJosh Micich2009-04-162-62/+54
* Fix bug #47034 - Reading the name of a NameRecord when the name is > 127Nick Burch2009-04-151-1/+1
* removed unused imports of deprecated classes, fixed javadoc errorsYegor Kozlov2009-04-1111-18/+18
* Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form...Josh Micich2009-04-082-18/+38
* moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do ...Yegor Kozlov2009-04-0839-0/+5590
* Bugzilla 46973 - fixed defined names to behave better when refersToFormula is...Josh Micich2009-04-062-29/+37
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-0612-68/+76
* Bug 46951 - fixed formula parser to better handle range operators and whole r...Josh Micich2009-04-067-1087/+1486
* Added toString debug method to MemAreaPtgJosh Micich2009-04-041-1/+10
* fixed compiler error from r761723Josh Micich2009-04-031-3/+1
* added SpreadsheetVersion enum to hold version-specific properties such as max...Yegor Kozlov2009-04-032-1/+123
* Changed cell and area ref Ptgs to allow creation using CellReference and Area...Josh Micich2009-04-038-44/+40
* Fix for bug 46948 - Range operator can now take area-refs for operandsJosh Micich2009-04-011-8/+19
* Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(S...Josh Micich2009-03-311-9/+26
* Bugzilla 46818 (patch from Wayne Clingingsmith) - added implementation for HY...Josh Micich2009-03-311-21/+52
* Fix for bug 46898 - Formula evaluator should not cache intermediate circular-...Josh Micich2009-03-302-3/+17
* more refactoring of common ss testsYegor Kozlov2009-03-294-201/+18
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-276-38/+49
* Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infosJosh Micich2009-03-261-20/+59
* Fix the block allocation test, but still leave the recent blocks hssf bug fixedNick Burch2009-03-251-4/+10
* Explicit castNick Burch2009-03-241-2/+1
* Fix bug #46904, for old biff5/biff7 files where the block chain is terminated...Nick Burch2009-03-244-1/+37
* Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER recordJosh Micich2009-03-233-2/+25
* Abstracted record constructionJosh Micich2009-03-161-19/+40
* updated url in commentJosh Micich2009-03-051-1/+1