| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework test to not catch exception, junit does a good job of handling unexpec... | Dominik Stadler | 2016-01-13 | 1 | -92/+48 |
* | Undo changes to file in assertCloseDoesNotModifyFile to not have dirty files ... | Dominik Stadler | 2016-01-03 | 1 | -7/+19 |
* | Try to reproduce bug 52258 and add more checks to integration tests | Dominik Stadler | 2016-01-03 | 1 | -0/+14 |
* | bug 58043: provide some compatibility between HSSF and XSSF in regards to val... | Dominik Stadler | 2016-01-03 | 2 | -2/+63 |
* | re-throw errors we aren't looking for | Javen O'Neal | 2016-01-03 | 1 | -1/+4 |
* | bug 58779: check if SlideShowFactory.create() modifies the file being read wh... | Javen O'Neal | 2016-01-03 | 2 | -14/+87 |
* | whitespace | Javen O'Neal | 2016-01-03 | 1 | -4/+4 |
* | test XSLF SlideShowFactory creation methods individually for more granular un... | Javen O'Neal | 2016-01-03 | 1 | -6/+6 |
* | rearrange unit tests into more, smaller functions | Javen O'Neal | 2016-01-02 | 1 | -3/+29 |
* | bug 58633 comment 5 and comment 6: add unit test coverage for CellUtil.java; ... | Javen O'Neal | 2016-01-02 | 1 | -2/+182 |
* | bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy. | Javen O'Neal | 2016-01-02 | 1 | -0/+88 |
* | Some more unit tests | Dominik Stadler | 2016-01-01 | 1 | -0/+31 |
* | Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed. | Dominik Stadler | 2015-12-30 | 2 | -2/+79 |
* | Eclipse warnings | Dominik Stadler | 2015-12-30 | 5 | -9/+21 |
* | whitespace | Javen O'Neal | 2015-12-29 | 1 | -1/+1 |
* | bug 58775: use short for data format index, int for cell style index | Javen O'Neal | 2015-12-28 | 1 | -2/+2 |
* | bug 58775: add unit test to test for non-built-in data formats | Javen O'Neal | 2015-12-28 | 1 | -1/+29 |
* | Fix freeing resources in some tests and dev-tools so we can run unit-tests wi... | Dominik Stadler | 2015-12-22 | 5 | -18/+56 |
* | fix forbidden apis issues | Andreas Beeker | 2015-12-13 | 1 | -2/+2 |
* | bug 56454: shiftRows incorrectly handle merged regions that do not contain co... | Javen O'Neal | 2015-12-06 | 1 | -1/+43 |
* | make test easier to understand using A1 addresses instead of row+col numbers | Javen O'Neal | 2015-12-06 | 1 | -2/+4 |
* | whitespace | Javen O'Neal | 2015-12-04 | 1 | -410/+406 |
* | whitespace | Javen O'Neal | 2015-12-04 | 1 | -28/+28 |
* | bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, | Javen O'Neal | 2015-12-04 | 2 | -0/+43 |
* | remove deprecated functions (since 2008) | Javen O'Neal | 2015-12-04 | 1 | -2/+0 |
* | testBool/testErr: check values before writeOutAndReadBack | Javen O'Neal | 2015-11-30 | 1 | -2/+11 |
* | fix testErr: createRow(1) -> createRow(0); replace assumeTrue with assertEqua... | Javen O'Neal | 2015-11-30 | 1 | -16/+15 |
* | whitespace | Javen O'Neal | 2015-11-30 | 1 | -618/+618 |
* | break testBoolErr into 2 unit tests. The test shouldn't be aware of the under... | Javen O'Neal | 2015-11-30 | 1 | -16/+63 |
* | patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ... | Javen O'Neal | 2015-11-30 | 3 | -0/+23 |
* | close resources | Andreas Beeker | 2015-11-29 | 3 | -23/+43 |
* | remove debugging print statements | Javen O'Neal | 2015-11-29 | 1 | -2/+0 |
* | Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink r... | Javen O'Neal | 2015-11-29 | 1 | -0/+122 |
* | javadocs | Javen O'Neal | 2015-11-27 | 1 | -0/+5 |
* | add failing unit test for bug 58648 | Javen O'Neal | 2015-11-25 | 1 | -0/+13 |
* | bug 58636: upgrade anchor types from int to AnchorType enum | Javen O'Neal | 2015-11-25 | 5 | -14/+18 |
* | bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec... | Javen O'Neal | 2015-11-24 | 2 | -6/+5 |
* | whitespace | Javen O'Neal | 2015-11-24 | 1 | -16/+16 |
* | bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with S... | Javen O'Neal | 2015-11-24 | 1 | -0/+1 |
* | bug 58642: remove deprecated functions in Spreadsheet Sheet interface and imp... | Javen O'Neal | 2015-11-24 | 1 | -7/+6 |
* | fixed bad test case in BaseTestSheet.getCellComments | Javen O'Neal | 2015-11-23 | 1 | -1/+11 |
* | bug 58365: patch from Hannes Erven: add method to efficiently get all cell co... | Javen O'Neal | 2015-11-23 | 1 | -2/+46 |
* | convert junit3 to junit4 | Javen O'Neal | 2015-11-23 | 4 | -16/+42 |
* | bug 58637: contribution from Hannes Erven: add CellAddress class, distinct fr... | Javen O'Neal | 2015-11-23 | 1 | -0/+110 |
* | fix unnecessary cast warnings | Andreas Beeker | 2015-11-22 | 10 | -18/+13 |
* | In preparation for table rendering, added table row heights and column widths... | Andreas Beeker | 2015-11-21 | 1 | -2/+2 |
* | Add security check | Uwe Schindler | 2015-11-11 | 1 | -0/+2 |
* | Fix remaining security manager problems. Forbiddenapis now passes. | Uwe Schindler | 2015-11-11 | 1 | -2/+2 |
* | #58597: Fix tests to not do setAccessible(), add some doPrivileged, too. | Uwe Schindler | 2015-11-11 | 9 | -176/+169 |
* | #58597: Remove setAccessible (more coming soon) | Uwe Schindler | 2015-11-11 | 4 | -7/+7 |