| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | POI-60341, add test document (ugh, mea culpa), turn on test. | Tim Allison | 2016-11-07 | 1 | -0/+0 |
* | 60337: XWPFTableRow.isRepeatHeader throws NullPointerException, setRepeatHead... | Mark Murphy | 2016-11-05 | 1 | -0/+0 |
* | More unit testing for XWPF list numbering complex cases, and some TODOs on im... | Nick Burch | 2016-11-04 | 1 | -0/+0 |
* | Bug 60320 - issue opening password protected xlsx | Andreas Beeker | 2016-11-01 | 1 | -0/+0 |
* | 60293 -- Handle illegal "Odd" header/footer in XWPF | Tim Allison | 2016-10-31 | 1 | -0/+0 |
* | Bug 59026: Add two null-checks to make exporting XLSX to XML work | Dominik Stadler | 2016-10-28 | 1 | -0/+0 |
* | Test visio v5 file from senthil from TIKA-1658 | Nick Burch | 2016-10-25 | 1 | -0/+0 |
* | Bug 60294 - Add "unknown" ShapeType for 4095 | Andreas Beeker | 2016-10-22 | 1 | -0/+0 |
* | Bug 60289: Fix handling of unicode escapes with lowercase hex-chars | Dominik Stadler | 2016-10-21 | 1 | -0/+0 |
* | BUG-60285 avoid NPE if missing relationship id | Tim Allison | 2016-10-20 | 1 | -0/+0 |
* | BUG-60284 -- throw EncryptedDocumentException for password protected OldExcel... | Tim Allison | 2016-10-20 | 1 | -0/+0 |
* | BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An... | Tim Allison | 2016-10-19 | 1 | -0/+0 |
* | BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReader | Tim Allison | 2016-10-18 | 1 | -0/+0 |
* | BUG 59830 -- incorrect reading of unicode stream name | Tim Allison | 2016-10-18 | 1 | -0/+0 |
* | add ignored test and triggering document for BUG 60256 | Tim Allison | 2016-10-14 | 1 | -0/+0 |
* | Test file for #60255 | Nick Burch | 2016-10-14 | 1 | -0/+0 |
* | merge trunk to branch | Andreas Beeker | 2016-09-28 | 16 | -0/+0 |
* | merge trunk to branch | Andreas Beeker | 2016-09-19 | 4 | -0/+0 |
* | merge down trunk | Andreas Beeker | 2016-08-08 | 1 | -0/+0 |
* | bug 59881: fix D* functions for blank cells in headers in database; patch fro... | Javen O'Neal | 2016-07-19 | 1 | -0/+0 |
* | 59106: WorkdayFunction does not read the area with holidays correctly to calc... | Dominik Stadler | 2016-07-17 | 1 | -0/+0 |
* | Add commented reproducer for bug 57603 | Dominik Stadler | 2016-07-17 | 1 | -0/+0 |
* | bug 59775: correctly create XSSFHyperlinks when target is a URL containing a ... | Javen O'Neal | 2016-07-17 | 1 | -0/+0 |
* | Add a test to check for a NullPointerException in XSLFTableCell | Dominik Stadler | 2016-07-15 | 1 | -0/+0 |
* | bug 59858: add disabled unit test for bug 59858; file from Brooke | Javen O'Neal | 2016-07-15 | 1 | -0/+0 |
* | bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from ... | Javen O'Neal | 2016-07-07 | 1 | -0/+0 |
* | #59780 OPC support for a wider range of timezone'd created and modified date ... | Nick Burch | 2016-07-04 | 1 | -0/+0 |
* | Add ignored test for #59780, and specially-crafted test file | Nick Burch | 2016-07-04 | 1 | -0/+0 |
* | Bug 59739: For now fix the regression in FileInformationBlock which was intro... | Dominik Stadler | 2016-06-30 | 1 | -0/+0 |
* | 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 |