| 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 |
* | XSLFPictureData support for TIFF images - patch and tests from bug #59742 fro... | Nick Burch | 2016-06-22 | 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 |
* | Regression fix for XSLF | Andreas Beeker | 2016-06-05 | 1 | -0/+0 |
* | Avoid NPE in XWPFTableCell, taken from https://github.com/prasad-babu/poi/tre... | Dominik Stadler | 2016-06-02 | 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 59378: Try to reproduce, but could not | Dominik Stadler | 2016-06-02 | 1 | -0/+0 |
* | Bug 57838: Also remove comments when removing a row | Dominik Stadler | 2016-05-29 | 1 | -0/+0 |
* | #54570 - InvalidFormatException because of Absolute URI forbidden | Andreas Beeker | 2016-05-16 | 1 | -0/+0 |
* | #58144 - Behaviour for headers and footers of slides is inconsistent between ... | Andreas Beeker | 2016-05-13 | 3 | -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 |
* | bug 52949: add Visio (XDGF) file with macros to test macro extraction | Javen O'Neal | 2016-04-11 | 1 | -0/+0 |
* | bug 52949: add Word, Powerpoint, and Visio (HDGF) files with macros to test m... | Javen O'Neal | 2016-04-11 | 8 | -0/+36 |
* | 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 |
* | revert test file to original bytes see bug 59257. Thanks to Javen O'Neal for... | Tim Allison | 2016-04-04 | 1 | -0/+0 |
* | Bug 55982: Don't fail to open the spreadsheet if no TabIdRecord is found | Dominik Stadler | 2016-04-03 | 1 | -0/+0 |
* | Regression: Add unit-test which triggers more code deep inside XSLF to have s... | Dominik Stadler | 2016-04-02 | 1 | -0/+0 |
* | POI 59257 upgrade Bouncy Castle to 1.54 | Tim Allison | 2016-04-01 | 1 | -0/+0 |
* | Revert set of inadvertedly committed files/changes | Dominik Stadler | 2016-03-29 | 1 | -0/+0 |
* | Bug 58915: Add note about memory consumption and update changelog | Dominik Stadler | 2016-03-29 | 1 | -0/+0 |
* | Bug 59132: Adjust implementation of COUNTBLANK to be conforming to Excel, emp... | Dominik Stadler | 2016-03-29 | 1 | -0/+0 |
* | XSLF: do not display Master Slide objects by default | Andreas Beeker | 2016-03-28 | 1 | -0/+0 |
* | some zips can't be opened via ZipFile in JDK6, as the central directory | Andreas Beeker | 2016-03-28 | 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 |
* | #59058 - OOM when parsing docx after OPCPackage.open with File but not with I... | Andreas Beeker | 2016-03-09 | 2 | -0/+0 |
* | 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 |
* | POI 59030 fix NPE in XWPFTableCell's getVerticalAlignment via Prasad Babu | Tim Allison | 2016-02-19 | 1 | -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 |
* | GitHub PR 27: Add method to check for any protection in XWPFDocument, closes #27 | Dominik Stadler | 2016-02-15 | 1 | -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 |
* | add an ignored test for bug 58804 | Dominik Stadler | 2016-01-25 | 2 | -0/+0 |
* | Fix possible NPE found with msg-file from CommonCrawl | Dominik Stadler | 2016-01-18 | 1 | -0/+0 |
* | Fix possible NullPointerException with invalid/unsupported image types | Dominik Stadler | 2016-01-18 | 1 | -0/+0 |