aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 46548 - fixes for Page Settings Block (patch from Dmitriy Kumshayev + som...Josh Micich2009-01-1610-101/+244
* Updated class commentJosh Micich2009-01-161-3/+2
* Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0...Josh Micich2009-01-164-34/+41
* fixed unit test failing on jdk-1.6: java code should not rely on the order of...Yegor Kozlov2009-01-161-16/+21
* Fixed "warning: unmappable character for encoding UTF8" (changed apostrophe c...Josh Micich2009-01-152-4/+4
* resolved error constants in BoolErrRecordJosh Micich2009-01-141-186/+177
* Bugzilla 46523 - added implementation for SUMIFJosh Micich2009-01-134-21/+121
* Improvements to countif implementation in preparation for sumifJosh Micich2009-01-132-42/+168
* removed invalid import to keep java compiler quietYegor Kozlov2009-01-111-2/+0
* Support for reading HSSF column stylesNick Burch2009-01-069-0/+83
* Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written...Nick Burch2009-01-065-3/+29
* Fix bug #46472 - Avoid NPE in HPSFPropertiesExtractor when no properties existNick Burch2009-01-063-5/+9
* Improve a few commentsNick Burch2009-01-061-2/+7
* Fix for bug 46479 - conversion of cached formula values and HSSFFormulaEvalua...Josh Micich2009-01-058-13/+110
* Fix for 45031 - added implementation for CHOOSE function.Josh Micich2008-12-314-21/+46
* Simplifying ValueEval hierarchy, added comments to Function and OperationEval.Josh Micich2008-12-3115-132/+99
* Resolve the licensing issue around chunks_parse_cmds.tbl, with the newly dual...Nick Burch2008-12-314-28/+59
* Patch 46410 from Steven Butler - added impl for TIME() function.Josh Micich2008-12-315-22/+210
* added HSSFPictureData.getFormat() as requested in #46320Yegor Kozlov2008-12-304-2/+22
* Fix for bug 46445 - move hyperlinks when shifting rowsYegor Kozlov2008-12-304-0/+75
* continue cleanup of bugzilla, added unit test for #27394, #27364, #300#30070 ...Yegor Kozlov2008-12-295-4/+71
* unit test for bug #19172Yegor Kozlov2008-12-261-0/+26
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-2323-219/+356
* 1. added support for shared formulas in XSSF, see bug #464332. improved valid...Yegor Kozlov2008-12-2214-121/+406
* applied patches by Gisella Bronzetti:46299 - support for carriage return and ...Yegor Kozlov2008-12-1716-300/+1321
* Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() ...Yegor Kozlov2008-12-179-0/+83
* Fix for bug 46385 (by patch 46362 from Matsuyama Tomohiro) fixed serializatio...Josh Micich2008-12-165-11/+31
* 1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any c...Yegor Kozlov2008-12-126-327/+357
* Fix bug #46368 - HSSFRichTextRun and strings longer than 32768 charactersNick Burch2008-12-095-9/+55
* example demonstrating how to generate large workbooks and avoid OutOfMemory e...Yegor Kozlov2008-12-071-0/+252
* 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen...Yegor Kozlov2008-12-0414-493/+654
* updated status on the index page, also added a script to upload signatures fo...Yegor Kozlov2008-12-041-11/+15
* fixed compiler error due unused importJosh Micich2008-12-041-1/+0
* Initial add of ForkedEvaluator functionalityJosh Micich2008-12-044-0/+539
* should have been part of c723161 (re-arranging methods getRecordSize and getD...Josh Micich2008-12-041-2/+2
* re-arranging methods getRecordSize and getDataSize in Record / StandardRecord...Josh Micich2008-12-0411-185/+140
* Minor code improvements, fixed commentsJosh Micich2008-12-031-15/+39
* Improvements to arg checking in constructorJosh Micich2008-12-031-1/+9
* more generics compiler warnings fixes for poi.ss.formulaJosh Micich2008-12-038-44/+43
* fixed generics compiler warnings for poi.ss.formulaJosh Micich2008-12-0310-161/+100
* modified EvaluationCell to make Evaluation API more easily wrapable.Josh Micich2008-12-034-28/+25
* Final fix for bug 44914 - Removed warning message "WARN. Unread n bytes of re...Josh Micich2008-12-024-10/+34
* (bug 46156) fix junit error after c722284Josh Micich2008-12-021-4/+2
* (bug 46156) fix unused import/compiler error after c722284Josh Micich2008-12-011-1/+0
* Fix for bug 46156 - improved POI's number rendering to more closely match Exc...Josh Micich2008-12-0115-164/+1151
* Generics warnings and other clean-up in HSSFSheetJosh Micich2008-12-011-147/+80
* Fix for bug 46312 - ValueRecordsAggregate should handle removal of new empty rowJosh Micich2008-12-014-495/+542
* Improved error message when attempting to read BIFF2 file (bugzilla 46269)Josh Micich2008-11-293-164/+173
* Simplified logic in getStyleRecord() (investigating bug 46259)Josh Micich2008-11-291-10/+10
* Fixed generics compiler warnings in Workbook. Other minor code clean-up.Josh Micich2008-11-292-434/+306