| Commit message (Expand) | Author | Age | Files | Lines |
* | set forkmode=once for junit tests, it made the build process faster by 5x | Yegor Kozlov | 2009-04-10 | 2 | -11/+14 |
* | Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form... | Josh Micich | 2009-04-08 | 8 | -5/+143 |
* | Bugzilla 46973 - fixed defined names to behave better when refersToFormula is... | Josh Micich | 2009-04-06 | 1 | -5/+51 |
* | consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe... | Yegor Kozlov | 2009-04-06 | 6 | -6/+57 |
* | Bug 46951 - fixed formula parser to better handle range operators and whole r... | Josh Micich | 2009-04-06 | 1 | -56/+204 |
* | added SpreadsheetVersion enum to hold version-specific properties such as max... | Yegor Kozlov | 2009-04-03 | 1 | -0/+49 |
* | Fix for bug 46948 - Range operator can now take area-refs for operands | Josh Micich | 2009-04-01 | 1 | -10/+110 |
* | Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(S... | Josh Micich | 2009-03-31 | 1 | -0/+22 |
* | Fix for bug 46898 - Formula evaluator should not cache intermediate circular-... | Josh Micich | 2009-03-30 | 1 | -0/+49 |
* | more refactoring of common ss tests | Yegor Kozlov | 2009-03-29 | 18 | -1023/+1297 |
* | improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa... | Yegor Kozlov | 2009-03-27 | 16 | -761/+1584 |
* | Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infos | Josh Micich | 2009-03-26 | 2 | -0/+65 |
* | Fix the block allocation test, but still leave the recent blocks hssf bug fixed | Nick Burch | 2009-03-25 | 1 | -1/+1 |
* | Fix bug #46904, for old biff5/biff7 files where the block chain is terminated... | Nick Burch | 2009-03-24 | 1 | -2/+11 |
* | Disabled test for bug #46904 | Nick Burch | 2009-03-24 | 2 | -0/+7 |
* | Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER record | Josh Micich | 2009-03-23 | 1 | -0/+65 |
* | update cell type when setting cached formula result in XSSFCell, also improve... | Yegor Kozlov | 2009-03-22 | 2 | -201/+311 |
* | support built-in data formats in XSSFDataFormat | Yegor Kozlov | 2009-03-01 | 2 | -0/+103 |
* | improved shifting of sheet-level names, also fixed an incorrect Bugzilla numb... | Yegor Kozlov | 2009-02-26 | 1 | -7/+26 |
* | more improvements in shiftRows: 1. shift named ranges and merged regions, JUn... | Yegor Kozlov | 2009-02-25 | 2 | -3/+47 |
* | fixed non-standard ASF license headers | Yegor Kozlov | 2009-02-24 | 3 | -15/+18 |
* | added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int... | Yegor Kozlov | 2009-02-24 | 5 | -48/+123 |
* | More fixes to allow EscherContainerRecord to exclusively maintain 'child reco... | Josh Micich | 2009-02-20 | 2 | -16/+10 |
* | Fix for bug introduced in r745976. EscherContainerRecord shouldn't hand out ... | Josh Micich | 2009-02-19 | 1 | -11/+46 |
* | Added Apache License text to files where it was missing. Also fixed some comp... | Josh Micich | 2009-02-19 | 2 | -2/+36 |
* | refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super... | Yegor Kozlov | 2009-02-15 | 6 | -286/+303 |
* | Fixed formula parser to handle names with backslashes | Yegor Kozlov | 2009-02-15 | 1 | -0/+21 |
* | Bugzilla 46660 - added 'hidden' property to Workbook | Josh Micich | 2009-02-13 | 1 | -0/+28 |
* | Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and S... | Josh Micich | 2009-02-12 | 7 | -15/+234 |
* | Generalised TestSheetShiftRows for both HSSF and XSSF test cases | Josh Micich | 2009-02-09 | 2 | -246/+307 |
* | improved XSSFSheet.shiftRows: 1. properly update cell references of the shift... | Yegor Kozlov | 2009-02-08 | 1 | -0/+0 |
* | added suport for Calculation Chain in XSSF, remove reference from calculation... | Yegor Kozlov | 2009-02-08 | 1 | -0/+0 |
* | Fixed serialization of multiple blank records (should get aggregated into Mul... | Josh Micich | 2009-02-07 | 1 | -59/+147 |
* | Improved error handling for problems described in bugzilla 46569 - Changed Sh... | Yegor Kozlov | 2009-02-06 | 1 | -0/+11 |
* | 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 | 2 | -24/+58 |
* | 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 | 1 | -12/+12 |
* | Fixed deprecated references to HSSFSheet.getRow(short) etc. Removed all depr... | Josh Micich | 2009-02-03 | 2 | -202/+130 |
* | 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 | 1 | -5/+4 |
* | Fix for bug 46643 - formula parser should encode range operator with tMemFunc | Josh Micich | 2009-02-02 | 1 | -0/+23 |
* | Fix for bug 46647 - COUNTIF NE operator and other special cases involving typ... | Josh Micich | 2009-02-02 | 1 | -4/+57 |
* | fixed bugs 40520 and 46553: HSSFFont.applyFont() formats wrong parts of HSSFR... | Yegor Kozlov | 2009-01-29 | 1 | -0/+55 |
* | Fix for bug 46545 - ObjRecord should ignore excessive padding written by prev... | Josh Micich | 2009-01-29 | 1 | -10/+59 |
* | Fix for bug 46613 - evaluator should perform case insensitive string comparisons | Josh Micich | 2009-01-27 | 1 | -1/+26 |
* | Bugzilla 46580 - Replaced ErrorEval.FUNCTION_NOT_IMPLEMENTED with new excepti... | Josh Micich | 2009-01-22 | 3 | -14/+22 |
* | Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when ca... | Josh Micich | 2009-01-21 | 1 | -312/+370 |
* | 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 | 1 | -572/+617 |