aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #46472 - Avoid NPE in HPSFPropertiesExtractor when no properties existNick Burch2009-01-061-5/+7
* Fix for bug 46479 - conversion of cached formula values and HSSFFormulaEvalua...Josh Micich2009-01-053-7/+10
* Fix for 45031 - added implementation for CHOOSE function.Josh Micich2008-12-311-21/+44
* Simplifying ValueEval hierarchy, added comments to Function and OperationEval.Josh Micich2008-12-3115-132/+99
* Patch 46410 from Steven Butler - added impl for TIME() function.Josh Micich2008-12-311-20/+83
* added HSSFPictureData.getFormat() as requested in #46320Yegor Kozlov2008-12-301-2/+16
* Fix for bug 46445 - move hyperlinks when shifting rowsYegor Kozlov2008-12-301-0/+6
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-2312-172/+214
* 1. added support for shared formulas in XSSF, see bug #464332. improved valid...Yegor Kozlov2008-12-222-14/+39
* Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() ...Yegor Kozlov2008-12-173-0/+34
* Fix for bug 46385 (by patch 46362 from Matsuyama Tomohiro) fixed serializatio...Josh Micich2008-12-162-2/+7
* 1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any c...Yegor Kozlov2008-12-123-5/+8
* Fix bug #46368 - HSSFRichTextRun and strings longer than 32768 charactersNick Burch2008-12-092-9/+18
* 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen...Yegor Kozlov2008-12-043-5/+63
* 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-0410-135/+95
* 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-033-18/+18
* Final fix for bug 44914 - Removed warning message "WARN. Unread n bytes of re...Josh Micich2008-12-022-10/+32
* Fix for bug 46156 - improved POI's number rendering to more closely match Exc...Josh Micich2008-12-014-32/+426
* 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-011-275/+287
* Improved error message when attempting to read BIFF2 file (bugzilla 46269)Josh Micich2008-11-291-164/+171
* 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-282-19/+39
* 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-2614-80/+1070
* fixed NPE in HyperlinkRecord.toString()Josh Micich2008-11-261-1/+1
* Fix for bug 46280 - RowRecordsAggregate should allow for ContinueRecords afte...Josh Micich2008-11-244-489/+478
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp...Yegor Kozlov2008-11-211-19/+58
* Fixes / additions for reserialization of HyperlinkRecord Josh Micich2008-11-212-331/+513
* 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-191-55/+62
* moving other chart records into dedicated packageJosh Micich2008-11-1939-40/+117
* record sid clean-upJosh Micich2008-11-1915-504/+289
* added getNumberOfCells CellRangeAddressBase etcJosh Micich2008-11-192-0/+14
* Initial support for union operator in FormulaParser (fix for broken junits)Josh Micich2008-11-195-29/+109
* Refactoring Record.serialize methodsJosh Micich2008-11-1938-1801/+916
* Refactoring Record.serialize methodsJosh Micich2008-11-1894-1127/+571
* applied fix suggested in bug#46197: missing cast to float resulted in incorec...Yegor Kozlov2008-11-161-14/+36
* Fix for bug 46213 - FormulaRecordAggregate should gracefully ignore extra Str...Josh Micich2008-11-151-10/+10
* more updates in javadocs and site documentation, also misc improvements in co...Yegor Kozlov2008-11-141-3/+3
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-142-2/+7