aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fixed a possible NPE in SimpleShape.getClientRecords()Yegor Kozlov2009-02-202-9/+7
* Added HLSF test suite hierarchy. Silenced noisy tests.Josh Micich2009-02-2010-308/+528
* Should have been part of c746085 (More fixes to allow EscherContainerRecord t...Josh Micich2009-02-201-30/+70
* More fixes to allow EscherContainerRecord to exclusively maintain 'child reco...Josh Micich2009-02-2019-952/+945
* Fix for bug introduced in r745976. EscherContainerRecord shouldn't hand out ...Josh Micich2009-02-193-68/+103
* Added Apache License text to files where it was missing. Also fixed some comp...Josh Micich2009-02-1913-233/+364
* fixed typo in toString()Josh Micich2009-02-191-1/+1
* fixed autoSizeColumn() to use cached formula values when processing formula c...Yegor Kozlov2009-02-196-9/+47
* refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super...Yegor Kozlov2009-02-1511-303/+456
* Fixed formula parser to handle names with backslashesYegor Kozlov2009-02-154-1/+24
* fixed compiler warnings. added some TODO commentsJosh Micich2009-02-135-270/+251
* Bugzilla 46660 - added 'hidden' property to WorkbookJosh Micich2009-02-136-94/+73
* removed merge marker accidentally left behind in r653822Josh Micich2009-02-131-1/+0
* Fixed WorkbookFactory.create(InputStream) to throw specific ExceptionsJosh Micich2009-02-121-1/+2
* added to-do commentJosh Micich2009-02-121-1/+2
* Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and S...Josh Micich2009-02-1215-291/+452
* Minor code clean-upJosh Micich2009-02-112-3/+3
* correctly append picture data if Pictures stream contains entries with zero l...Yegor Kozlov2009-02-105-33/+43
* fixed record name in toString() close elementJosh Micich2009-02-101-1/+1
* Refactored common CellValueRecordInterface code into a new superclass CellRecordJosh Micich2009-02-096-373/+240
* Generalised TestSheetShiftRows for both HSSF and XSSF test casesJosh Micich2009-02-092-246/+307
* update version.id to 3.5-beta6Yegor Kozlov2009-02-092-2/+8
* improved XSSFSheet.shiftRows: 1. properly update cell references of the shift...Yegor Kozlov2009-02-087-41/+121
* added suport for Calculation Chain in XSSF, remove reference from calculation...Yegor Kozlov2009-02-088-4/+201
* Fixed serialization of multiple blank records (should get aggregated into Mul...Josh Micich2009-02-075-200/+285
* Improved error handling for problems described in bugzilla 46569 - Changed Sh...Yegor Kozlov2009-02-066-1/+46
* Should be part of c 741036 (Fix for bug 46654 - HSSFRow/RowRecord needs to pr...Josh Micich2009-02-051-12/+12
* Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary ...Josh Micich2009-02-0511-428/+502
* Reverted accidental early commit (should not be part of r741002)Josh Micich2009-02-051-12/+12
* Improvements to OpenXML4J unit tests. Fixed class names. Refactored code for...Josh Micich2009-02-0519-548/+479
* Fixed deprecated references to HSSFSheet.getRow(short) etc. Removed all depr...Josh Micich2009-02-0322-564/+364
* Fixed use of deprecated property HSSFName.reference (should be refersToFormula)Josh Micich2009-02-034-37/+36
* Modified formula parser to encode SUM taking a single argument as tAttrSum (f...Josh Micich2009-02-026-61/+62
* Fix for bug 46643 - formula parser should encode range operator with tMemFuncJosh Micich2009-02-024-1/+32
* 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-024-7/+76
* added a method to remove slidesYegor Kozlov2009-02-015-1/+91
* fixed bugs 40520 and 46553: HSSFFont.applyFont() formats wrong parts of HSSFR...Yegor Kozlov2009-01-294-1/+58
* import OpenXML4j codebaseYegor Kozlov2009-01-29140-142/+11864
* Fix for bug 46545 - ObjRecord should ignore excessive padding written by prev...Josh Micich2009-01-294-26/+106
* Fix for bug 46613 - evaluator should perform case insensitive string comparisonsJosh Micich2009-01-274-2/+29
* 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-233-31/+190
* Bugzilla 46580 - Replaced ErrorEval.FUNCTION_NOT_IMPLEMENTED with new excepti...Josh Micich2009-01-2212-168/+233
* Fixing compiler warningsJosh Micich2009-01-211-176/+173
* Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when ca...Josh Micich2009-01-213-318/+378
* Removed System.out.println and compiler warnings from test codeJosh Micich2009-01-211-81/+75
* Fix for bug 46547 - Allow for addition of conditional formatting when data va...Josh Micich2009-01-215-576/+632
* Removed unused, erroneous importJosh Micich2009-01-171-2/+0