| Commit message (Expand) | Author | Age | Files | Lines |
* | Disabled unit test for bug #59746, test file from Rob Owen | Nick Burch | 2016-06-23 | 1 | -0/+0 |
* | bug 57523: add unit test written by Dominik Stadler | Javen O'Neal | 2016-06-20 | 1 | -0/+0 |
* | add disabled unit test for bug 55273: contributed by Martin Studer | Javen O'Neal | 2016-06-15 | 1 | -0/+0 |
* | bug 57840: add disabled unit test with large number of structured reference f... | Javen O'Neal | 2016-06-11 | 1 | -0/+0 |
* | bug 57840: add data table not anchored at A1 for testing XSSFTable.getStartCo... | Javen O'Neal | 2016-06-10 | 1 | -0/+0 |
* | bug 57721: add unit test for evaluating all formulas in a workbook containing... | Javen O'Neal | 2016-06-10 | 1 | -0/+0 |
* | bug 57840: add StructuredReferences example workbook from Greg Woolsey | Javen O'Neal | 2016-06-09 | 1 | -0/+0 |
* | Try to reproduce bug 57798 but it seems to be fixed in the meantime | Dominik Stadler | 2016-06-02 | 2 | -0/+0 |
* | Bug 57838: Also remove comments when removing a row | Dominik Stadler | 2016-05-29 | 1 | -0/+0 |
* | bug 59342: add sheet tab color getter and setter | Javen O'Neal | 2016-04-17 | 1 | -0/+0 |
* | change chart type from 2 independent data series to one independent-dependent... | Javen O'Neal | 2016-04-12 | 2 | -0/+0 |
* | bug 59306: add SimpleScatterChart.xls(x) for testing | Javen O'Neal | 2016-04-12 | 2 | -0/+0 |
* | Unit test for VBA macro reading #52949 | Nick Burch | 2016-04-10 | 3 | -0/+10 |
* | Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be t... | Dominik Stadler | 2016-04-06 | 1 | -0/+0 |
* | bug 59264: use BorderStyle for changing Cell border line style | Javen O'Neal | 2016-04-05 | 2 | -0/+0 |
* | Bug 55982: Don't fail to open the spreadsheet if no TabIdRecord is found | Dominik Stadler | 2016-04-03 | 1 | -0/+0 |
* | Bug 59132: Adjust implementation of COUNTBLANK to be conforming to Excel, emp... | Dominik Stadler | 2016-03-29 | 1 | -0/+0 |
* | Add a test ODS file, for more helpful error messages | Nick Burch | 2016-03-15 | 1 | -0/+0 |
* | Bug 55668: Try to avoid NullPointerException when chaning cell type and formu... | Dominik Stadler | 2016-03-13 | 1 | -0/+0 |
* | More helpful exception message if POIFS is given a raw XML file (eg an Office... | Nick Burch | 2016-03-09 | 1 | -0/+142 |
* | Bug 57914: Provide a better error message for OOXML strict format which we do... | Dominik Stadler | 2016-02-27 | 1 | -0/+0 |
* | Add missing file for bug 59074 | Dominik Stadler | 2016-02-27 | 1 | -0/+0 |
* | Bug 47245: Comment out check and exception in case row-records are missing fo... | Dominik Stadler | 2016-02-24 | 1 | -0/+0 |
* | Add xlsx which verifies via the integration-tests that the namespace fix works | Dominik Stadler | 2016-02-24 | 1 | -0/+0 |
* | Patch from Jim King from bug #57989 - XSSFChart support for setting chart tit... | Nick Burch | 2016-02-21 | 2 | -0/+0 |
* | 59021 -- fix content extraction from namespaced elements in XSSFEventBasedExc... | Tim Allison | 2016-02-18 | 1 | -0/+0 |
* | bug 58339: patch from Patrick Zimmermann to allow OFFSET() to accept missing ... | Javen O'Neal | 2016-02-15 | 2 | -0/+0 |
* | Regression analysis: Cloning sheets failed on ctrlProps, i.e. checkboxes | Dominik Stadler | 2016-02-13 | 1 | -0/+0 |
* | Regression analysis: the additional testing of cloning sheets showed a | Dominik Stadler | 2016-02-13 | 1 | -0/+0 |
* | Regression in version 3.14-beta1: three or four-part formats with locale id c... | Dominik Stadler | 2016-01-13 | 1 | -0/+0 |
* | Add test which reproduces bug 58325, seems the file uses AlternateContent whi... | Dominik Stadler | 2016-01-02 | 2 | -0/+0 |
* | Bug 58616: Try to initialize with empty password if not done before | Dominik Stadler | 2015-12-30 | 1 | -0/+0 |
* | Disabled unit test for #58760 (problem remains) | Nick Burch | 2015-12-29 | 1 | -0/+0 |
* | Unit test for non-reproducable #58747 | Nick Burch | 2015-12-17 | 1 | -0/+0 |
* | Unit test for #58731 - not reproduced, and some javadocs | Nick Burch | 2015-12-16 | 1 | -0/+0 |
* | Add file missed from last checkin | Dominik Stadler | 2015-12-04 | 1 | -0/+0 |
* | Add some more tests for the checks for files that can cause large memory usage. | Dominik Stadler | 2015-11-08 | 2 | -0/+0 |
* | bug 58348: add support for copying rows for XSSFWorkbooks | Javen O'Neal | 2015-11-02 | 1 | -0/+0 |
* | bug58452: set cell formulas containing unregistered function names | Javen O'Neal | 2015-10-31 | 1 | -0/+0 |
* | Bug 56957: Avoid error if Workbook with empty SharedStringTable is written | Dominik Stadler | 2015-10-26 | 1 | -0/+0 |
* | #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), which | Nick Burch | 2015-10-24 | 2 | -0/+0 |
* | Test files for #58532 | Nick Burch | 2015-10-24 | 2 | -0/+0 |
* | Bug 58341: fix some edge cases in the DStar function | Dominik Stadler | 2015-10-14 | 1 | -0/+0 |
* | Verify that bug 51998 is actually fixed since some time already. | Dominik Stadler | 2015-09-29 | 1 | -0/+0 |
* | Add test which shows that bug 46515 is fixed since some time already. | Dominik Stadler | 2015-09-29 | 1 | -0/+0 |
* | Bug 57925: Add unit test and a simple fix to at least avoid the NPE when Work... | Dominik Stadler | 2015-09-19 | 1 | -0/+0 |
* | Apply patch from bug 57890 to add support for different datatypes in XSSFImpo... | Dominik Stadler | 2015-09-17 | 1 | -0/+0 |
* | Verify that bug 55406 can be closed WORKSFORME | Dominik Stadler | 2015-09-13 | 1 | -0/+0 |
* | Add test case for bug 54399 | Dominik Stadler | 2015-09-13 | 1 | -0/+0 |
* | Bug 58315: Avoid NPE for RichTextString without font-details | Dominik Stadler | 2015-09-05 | 1 | -0/+0 |