aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ...Josh Micich2009-06-128-260/+504
* updated release dateYegor Kozlov2009-06-111-1/+1
* Bugzilla 9633 - added common code for setting borders of regions (patch from ...Josh Micich2009-06-104-375/+644
* Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu...Yegor Kozlov2009-06-104-6/+19
* Add a sample file which has its formula records with the wrong record type idNick Burch2009-06-091-0/+0
* fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed ...Yegor Kozlov2009-06-0713-62/+68
* Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet...Josh Micich2009-06-063-123/+141
* Removed RCS tags from src/java javadocsJosh Micich2009-06-043-5/+1
* Removed RCS tags from xml documents. Also removed trailing whitespaceJosh Micich2009-06-0432-296/+261
* changed CRLF to LF in src/documentationJosh Micich2009-06-043-256/+256
* changed CRLF to LF in src/examples/.../xssf/...Josh Micich2009-06-0412-988/+987
* Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer recordsJosh Micich2009-06-0415-611/+576
* Fix for javadoc error in Cell.setCellValue(Date) found by Mike CurwenJosh Micich2009-06-041-5/+13
* rolling back r781622Josh Micich2009-06-046-75/+12
* submitted in errorJosh Micich2009-06-036-12/+75
* 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-011-2/+3
* 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-232-707/+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-172-0/+2
* 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