| Commit message (Expand) | Author | Age | Files | Lines |
* | added a script to upload digital signatures in the Maven repo to the 'dist' a... | Yegor Kozlov | 2009-02-20 | 2 | -18/+51 |
* | fixed a possible NPE in SimpleShape.getClientRecords() | Yegor Kozlov | 2009-02-20 | 2 | -9/+7 |
* | Added HLSF test suite hierarchy. Silenced noisy tests. | Josh Micich | 2009-02-20 | 10 | -308/+528 |
* | Should have been part of c746085 (More fixes to allow EscherContainerRecord t... | Josh Micich | 2009-02-20 | 1 | -30/+70 |
* | More fixes to allow EscherContainerRecord to exclusively maintain 'child reco... | Josh Micich | 2009-02-20 | 19 | -952/+945 |
* | Fix for bug introduced in r745976. EscherContainerRecord shouldn't hand out ... | Josh Micich | 2009-02-19 | 3 | -68/+103 |
* | Added Apache License text to files where it was missing. Also fixed some comp... | Josh Micich | 2009-02-19 | 13 | -233/+364 |
* | fixed typo in toString() | Josh Micich | 2009-02-19 | 1 | -1/+1 |
* | fixed autoSizeColumn() to use cached formula values when processing formula c... | Yegor Kozlov | 2009-02-19 | 6 | -9/+47 |
* | refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super... | Yegor Kozlov | 2009-02-15 | 11 | -303/+456 |
* | Fixed formula parser to handle names with backslashes | Yegor Kozlov | 2009-02-15 | 4 | -1/+24 |
* | fixed compiler warnings. added some TODO comments | Josh Micich | 2009-02-13 | 5 | -270/+251 |
* | Bugzilla 46660 - added 'hidden' property to Workbook | Josh Micich | 2009-02-13 | 6 | -94/+73 |
* | removed merge marker accidentally left behind in r653822 | Josh Micich | 2009-02-13 | 1 | -1/+0 |
* | Fixed WorkbookFactory.create(InputStream) to throw specific Exceptions | Josh Micich | 2009-02-12 | 1 | -1/+2 |
* | added to-do comment | Josh Micich | 2009-02-12 | 1 | -1/+2 |
* | Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and S... | Josh Micich | 2009-02-12 | 15 | -291/+452 |
* | Minor code clean-up | Josh Micich | 2009-02-11 | 2 | -3/+3 |
* | correctly append picture data if Pictures stream contains entries with zero l... | Yegor Kozlov | 2009-02-10 | 5 | -33/+43 |
* | fixed record name in toString() close element | Josh Micich | 2009-02-10 | 1 | -1/+1 |
* | Refactored common CellValueRecordInterface code into a new superclass CellRecord | Josh Micich | 2009-02-09 | 6 | -373/+240 |
* | Generalised TestSheetShiftRows for both HSSF and XSSF test cases | Josh Micich | 2009-02-09 | 2 | -246/+307 |
* | update version.id to 3.5-beta6 | Yegor Kozlov | 2009-02-09 | 3 | -3/+9 |
* | improved XSSFSheet.shiftRows: 1. properly update cell references of the shift... | Yegor Kozlov | 2009-02-08 | 7 | -41/+121 |
* | added suport for Calculation Chain in XSSF, remove reference from calculation... | Yegor Kozlov | 2009-02-08 | 8 | -4/+201 |
* | Fixed serialization of multiple blank records (should get aggregated into Mul... | Josh Micich | 2009-02-07 | 5 | -200/+285 |
* | Improved error handling for problems described in bugzilla 46569 - Changed Sh... | Yegor Kozlov | 2009-02-06 | 6 | -1/+46 |
* | Should be part of c 741036 (Fix for bug 46654 - HSSFRow/RowRecord needs to pr... | Josh Micich | 2009-02-05 | 1 | -12/+12 |
* | Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary ... | Josh Micich | 2009-02-05 | 11 | -428/+502 |
* | Reverted accidental early commit (should not be part of r741002) | Josh Micich | 2009-02-05 | 1 | -12/+12 |
* | Improvements to OpenXML4J unit tests. Fixed class names. Refactored code for... | Josh Micich | 2009-02-05 | 20 | -549/+479 |
* | Fixed deprecated references to HSSFSheet.getRow(short) etc. Removed all depr... | Josh Micich | 2009-02-03 | 22 | -564/+364 |
* | Fixed use of deprecated property HSSFName.reference (should be refersToFormula) | Josh Micich | 2009-02-03 | 4 | -37/+36 |
* | Modified formula parser to encode SUM taking a single argument as tAttrSum (f... | Josh Micich | 2009-02-02 | 6 | -61/+62 |
* | Fix for bug 46643 - formula parser should encode range operator with tMemFunc | Josh Micich | 2009-02-02 | 4 | -1/+32 |
* | Added toString methods to help debugging | Josh Micich | 2009-02-02 | 2 | -20/+73 |
* | Fix for bug 46647 - COUNTIF NE operator and other special cases involving typ... | Josh Micich | 2009-02-02 | 4 | -7/+76 |
* | added a method to remove slides | Yegor Kozlov | 2009-02-01 | 5 | -1/+91 |
* | fixed bugs 40520 and 46553: HSSFFont.applyFont() formats wrong parts of HSSFR... | Yegor Kozlov | 2009-01-29 | 4 | -1/+58 |
* | import OpenXML4j codebase | Yegor Kozlov | 2009-01-29 | 144 | -250/+11877 |
* | Fix for bug 46545 - ObjRecord should ignore excessive padding written by prev... | Josh Micich | 2009-01-29 | 4 | -26/+106 |
* | Fix for bug 46613 - evaluator should perform case insensitive string comparisons | Josh Micich | 2009-01-27 | 4 | -2/+29 |
* | Follow-up fix for r737173 and r737238 (patch 46544) - filename arg was not pr... | Josh Micich | 2009-01-23 | 1 | -2/+3 |
* | Follow-up fix for r737173 (patch 46544) - filename arg was not properly parsed. | Josh Micich | 2009-01-23 | 1 | -1/+1 |
* | Bugzilla 45644 - adding a command line interface to hssf ExcelExtractor | Josh Micich | 2009-01-23 | 3 | -31/+190 |
* | Bugzilla 46580 - Replaced ErrorEval.FUNCTION_NOT_IMPLEMENTED with new excepti... | Josh Micich | 2009-01-22 | 12 | -168/+233 |
* | Fixing compiler warnings | Josh Micich | 2009-01-21 | 1 | -176/+173 |
* | Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when ca... | Josh Micich | 2009-01-21 | 3 | -318/+378 |
* | Removed System.out.println and compiler warnings from test code | Josh Micich | 2009-01-21 | 1 | -81/+75 |
* | Fix for bug 46547 - Allow for addition of conditional formatting when data va... | Josh Micich | 2009-01-21 | 5 | -576/+632 |