aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Resolve the licensing issue around chunks_parse_cmds.tbl, with the newly dual...Nick Burch2008-12-315-39/+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-042-11/+45
* 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
* Fix for bug 46206 - tolerate missing DIMENSION recordsJosh Micich2008-11-285-51/+116
* improved toString methodsJosh Micich2008-11-272-140/+88
* removed unused methodJosh Micich2008-11-261-16/+0
* Patch 46301 - (from Patrick Cheng) - added some pivot table records: SXDI, SX...Josh Micich2008-11-2616-80/+1072
* fixed NPE in HyperlinkRecord.toString()Josh Micich2008-11-262-1/+6
* updated DOAP for POI, this file is used by projects.apache.org to manage a re...Yegor Kozlov2008-11-252-13/+87
* properly set font size when applying indexed fontYegor Kozlov2008-11-251-0/+1
* Fix for bug 46280 - RowRecordsAggregate should allow for ContinueRecords afte...Josh Micich2008-11-249-492/+581
* set new version.id=3.5-beta5Yegor Kozlov2008-11-244-4/+13
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp...Yegor Kozlov2008-11-2115-110/+202
* Fixes / additions for reserialization of HyperlinkRecord Josh Micich2008-11-214-343/+670
* refactoring test caseJosh Micich2008-11-211-17/+23
* applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFPara...Yegor Kozlov2008-11-206-223/+1773
* improved tasks for making Maven artifacts1. maven-dist is now obsolete, maven...Yegor Kozlov2008-11-208-267/+341
* should have been submitted with r719053 (moving other chart records into dedi...Josh Micich2008-11-191-0/+1
* Fixed NoteRecord to allow for unicode author namesJosh Micich2008-11-192-72/+95