aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 47312 - Fixed formula parser to properly reject cell references with...Josh Micich2009-06-034-61/+130
* Changed CRLF to LF in remaining trunk/src filesJosh Micich2009-06-019-2294/+2298
* Fixed non-use of 10 sample files (named 'BigSSTRecord*'). Resurrected SSTReco...Josh Micich2009-06-012-157/+105
* removed '@version $Id:$' tags (all were in javadoc comments)Josh Micich2009-06-0162-370/+68
* removed obsolete classesJosh Micich2009-06-015-271/+0
* Code cleanup in hssf.model.Sheet. Minor re-formatting and compiler warning fi...Josh Micich2009-06-012-173/+118
* Bugzilla 47199 - Fixed PageSettingsBlock/Sheet to tolerate margin records aft...Josh Micich2009-06-014-51/+148
* updated release dateYegor Kozlov2009-06-011-1/+1
* started new section in changes.xml for 3.5-beta7Yegor Kozlov2009-06-012-3/+4
* Fixed HSSFSheet#getFirstRowNum and HSSFSheet#getLastRowNum to return correct ...Yegor Kozlov2009-05-303-5/+18
* Fixed XSSFCell to avoid generating xsi:nil entries in shared string tableYegor Kozlov2009-05-303-1/+29
* changed Forrest config to use only status.xml, changes.xml is now obsoleteYegor Kozlov2009-05-234-859/+4
* Fixed XSSFCell to properly read inline stringsYegor Kozlov2009-05-235-4/+45
* Bugzilla 47250 - Fixed FontRecord to expect unicode flags even when name leng...Josh Micich2009-05-224-488/+437
* Made constructor parameter type less restrictiveJosh Micich2009-05-221-1/+2
* Bugzilla 47198 - Fixed formula evaluator comparison of -0.0 and 0.0Josh Micich2009-05-224-0/+20
* Bugzilla 47229 - Fixed ExternalNameRecord to handle DDE linksJosh Micich2009-05-214-5/+76
* Added debug methods to decode BIFF record types from record IDsJosh Micich2009-05-212-33/+30
* Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and forma...Josh Micich2009-05-21487-14056/+13554
* removed obsolete scratchpad filesJosh Micich2009-05-218-637/+0
* Changed CRLF to LF in ooxml/testcases. Minor fixes for compiler warnings and ...Josh Micich2009-05-2115-1168/+1175
* Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and forma...Josh Micich2009-05-2056-7713/+7716
* removed unused classJosh Micich2009-05-201-364/+0
* Fixes to ddf junits after r776424Josh Micich2009-05-207-245/+224
* Changed CRLF to LF in function implementations. Removed subclasses of NotImp...Josh Micich2009-05-20236-5511/+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
* Changed CRLF to LF in .java test files. Minor reformatting and compiler warn...Josh Micich2009-05-1826-3291/+3290
* Removed badly encoded character from test class. Minor re-formattingJosh Micich2009-05-181-253/+243
* Tweaked patch from bug #46287 - Control of header and footer extraction in Ex...Nick Burch2009-05-174-21/+53
* Fix bug #46554 - New ant target "jar-examples"Nick Burch2009-05-173-0/+17
* Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCo...Nick Burch2009-05-176-35/+966
* Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulasYegor Kozlov2009-05-179-48/+162
* encapsulated hasUnlimitedVarags() logic into FunctionMetadataJosh Micich2009-05-173-24/+43
* Code clean-up in HSSFDataFormat etc. Removed bad characters from TestHSSFData...Josh Micich2009-05-173-333/+343
* Base class for "old version" exceptions, and new HSLF detection + use of old ...Nick Burch2009-05-169-7/+104
* 47179 - Fix string encoding issues with HSMF chunks on non-windows platformsNick Burch2009-05-164-4/+23
* Apply changes from BUREAU Nicolas from patch #47183 - attachment support for ...Nick Burch2009-05-169-3/+260
* Fix bug #47154 - Handle the cell format @ as the same as GeneralNick Burch2009-05-165-1/+23
* Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag setJosh Micich2009-05-156-36/+165
* Added comments and removed unused importJosh Micich2009-05-151-1/+8
* Fix for bug noticed while investigating bugzilla 47048. Made INDEX() support...Josh Micich2009-05-153-60/+123
* Fix bug (broken junit) introduced in r773412. Also hooked up test.Josh Micich2009-05-113-7/+10
* 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-106-32/+94
* updated test-case comments (origin of hex-dump)Josh Micich2009-05-101-6/+11
* New key try twoNick Burch2009-05-081-44/+185
* Add in my new, 4096 bit public keyNick Burch2009-05-081-2/+55
* Fix javadocs for AbortableHSSFListener, and add unit test to show it all worksNick Burch2009-05-053-7/+108