aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added implementation for ISNA()Josh Micich2009-06-194-5/+62
* fixed SimpleShape#getLineWidth to handle default line width, see Bugzilla #46392Yegor Kozlov2009-06-194-4/+20
* exposed TableCellDescriptor in HWPF TableCell, also removed unused private fi...Yegor Kozlov2009-06-193-6/+7
* improved HWPF to better handle unicode, patch provided by Benjamin Engele and...Yegor Kozlov2009-06-1916-87/+187
* Fixed SlideShow#removeSlide to remove references to Notes, see Bugzilla #47261Yegor Kozlov2009-06-197-4/+93
* fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi...Yegor Kozlov2009-06-197-71/+165
* fixed ordering of columns when reading a HSLF TableYegor Kozlov2009-06-191-1/+1
* Tweak to comments in TestExternalNameRecord (47384/786261)Josh Micich2009-06-181-3/+1
* Bugzilla 47384 - Fixed ExternalNameRecord to handle unicode namesJosh Micich2009-06-183-2/+32
* Fixed locale-sensitive unit tests to pass when running on non-US localesYegor Kozlov2009-06-161-0/+1
* added a section on Data Validation to the quick guide, the patch provided by ...Yegor Kozlov2009-06-151-1/+109
* Clean-up in POIFS unit tests - compacted raw data declarationJosh Micich2009-06-1310-9458/+1818
* Renamed test suites 'AllTests' to something more specificJosh Micich2009-06-123-70/+58
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-1259-3052/+881
* Removed trailing whitespace in RecordFactoryJosh Micich2009-06-121-20/+21
* 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