aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* Modified formula parser to encode SUM taking a single argument as tAttrSum (f...Josh Micich2009-02-025-56/+58
* Fix for bug 46643 - formula parser should encode range operator with tMemFuncJosh Micich2009-02-021-1/+7
* Added toString methods to help debuggingJosh Micich2009-02-022-20/+73
* Fix for bug 46647 - COUNTIF NE operator and other special cases involving typ...Josh Micich2009-02-021-3/+17
* fixed bugs 40520 and 46553: HSSFFont.applyFont() formats wrong parts of HSSFR...Yegor Kozlov2009-01-291-1/+1
* Fix for bug 46545 - ObjRecord should ignore excessive padding written by prev...Josh Micich2009-01-291-16/+45
* Fix for bug 46613 - evaluator should perform case insensitive string comparisonsJosh Micich2009-01-271-1/+1
* Follow-up fix for r737173 and r737238 (patch 46544) - filename arg was not pr...Josh Micich2009-01-231-2/+3
* Follow-up fix for r737173 (patch 46544) - filename arg was not properly parsed.Josh Micich2009-01-231-1/+1
* Bugzilla 45644 - adding a command line interface to hssf ExcelExtractorJosh Micich2009-01-231-31/+188
* Bugzilla 46580 - Replaced ErrorEval.FUNCTION_NOT_IMPLEMENTED with new excepti...Josh Micich2009-01-229-154/+211
* Fixing compiler warningsJosh Micich2009-01-211-176/+173
* Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when ca...Josh Micich2009-01-212-6/+8
* Fix for bug 46547 - Allow for addition of conditional formatting when data va...Josh Micich2009-01-212-2/+11
* Removed unused, erroneous importJosh Micich2009-01-171-2/+0
* Bug 46548 - fixes for Page Settings Block (patch from Dmitriy Kumshayev + som...Josh Micich2009-01-164-57/+146
* Updated class commentJosh Micich2009-01-161-3/+2
* Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0...Josh Micich2009-01-161-8/+13
* resolved error constants in BoolErrRecordJosh Micich2009-01-141-186/+177
* Bugzilla 46523 - added implementation for SUMIFJosh Micich2009-01-131-21/+119
* Improvements to countif implementation in preparation for sumifJosh Micich2009-01-131-20/+69
* Support for reading HSSF column stylesNick Burch2009-01-061-0/+18
* 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