| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bug 59208: correctly understand val="1" for isBold, isItalic, etc | Javen O'Neal | 2016-03-22 | 1 | -0/+33 |
* | fix eclipse warnings | Andreas Beeker | 2016-03-21 | 5 | -73/+41 |
* | eclipse warning fixes | Andreas Beeker | 2016-03-18 | 1 | -10/+20 |
* | 59183 - handle timezones (even with colons) in date parsing metadata in ooxml... | Tim Allison | 2016-03-16 | 1 | -2/+27 |
* | One final invalid file type check | Nick Burch | 2016-03-15 | 1 | -0/+15 |
* | Before opening an OOXML file, check the first few bytes, and give helpful exc... | Nick Burch | 2016-03-15 | 1 | -10/+32 |
* | Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar... | Nick Burch | 2016-03-15 | 1 | -0/+46 |
* | HSLF: Add support for system colors | Andreas Beeker | 2016-03-14 | 1 | -12/+28 |
* | Bug 55791: Avoid using an existing file-name when creating a new slide, it co... | Dominik Stadler | 2016-03-13 | 1 | -3/+19 |
* | #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAnd... | Andreas Beeker | 2016-03-12 | 2 | -22/+28 |
* | Apply patch to fix bug 57495: getTableArray method can not get 0 pos table | Dominik Stadler | 2016-03-12 | 1 | -1/+35 |
* | Refactor some common code from the various Document-Factories into a helper c... | Dominik Stadler | 2016-03-12 | 1 | -6/+8 |
* | Fix some cases where POI itself or the tests leaked file-handles | Dominik Stadler | 2016-03-12 | 2 | -2/+10 |
* | Findbugs fixes | Dominik Stadler | 2016-03-12 | 1 | -0/+8 |
* | Enable some tests that are ignored, actually run green and did not have any c... | Dominik Stadler | 2016-03-12 | 2 | -4/+1 |
* | Add test for bug 59098 which shows that this is fixed in 3.14. | Dominik Stadler | 2016-03-12 | 1 | -0/+17 |
* | #59058 - OOM when parsing docx after OPCPackage.open with File but not with I... | Andreas Beeker | 2016-03-09 | 1 | -1/+20 |
* | #57031 - Out of Memory when extracting text from attached files | Andreas Beeker | 2016-03-09 | 2 | -2/+5 |
* | Bug 57914: Provide a better error message for OOXML strict format which we do... | Dominik Stadler | 2016-02-27 | 1 | -35/+62 |
* | #59074 More helpful exception if Excel 1-95 files are given to ExtractorFactory | Nick Burch | 2016-02-26 | 1 | -18/+8 |
* | Refactor to pull out the list of Excel 97+ directory entry names to a common ... | Nick Burch | 2016-02-26 | 1 | -0/+20 |
* | Regression fixes for H/XSLF and HWMF | Andreas Beeker | 2016-02-24 | 2 | -7/+21 |
* | Pull out two more XSSF namespace definitions as re-usable constants | Nick Burch | 2016-02-23 | 2 | -6/+6 |
* | Pull out http://schemas.openxmlformats.org/spreadsheetml/2006/main to a re-us... | Nick Burch | 2016-02-23 | 2 | -9/+6 |
* | Patch from Jim King from bug #57989 - XSSFChart support for setting chart tit... | Nick Burch | 2016-02-21 | 1 | -0/+132 |
* | One more possible resource leak when creating the TextExtractor fails with a ... | Dominik Stadler | 2016-02-21 | 1 | -0/+100 |
* | POI 59030 fix NPE in XWPFTableCell's getVerticalAlignment via Prasad Babu | Tim Allison | 2016-02-19 | 1 | -0/+19 |
* | move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDa... | Javen O'Neal | 2016-02-18 | 3 | -15/+0 |
* | bug 58896: add unit test to time Sheet.autoSizeColumn | Javen O'Neal | 2016-02-18 | 2 | -0/+23 |
* | 59021 -- fix content extraction from namespaced elements in XSSFEventBasedExc... | Tim Allison | 2016-02-18 | 1 | -0/+9 |
* | Tried to reproduce bug 55476, but could not, added unit test anyway | Dominik Stadler | 2016-02-15 | 1 | -13/+29 |
* | Add details of the ignored errors where the HSSF spec provides a good descrip... | Nick Burch | 2016-02-15 | 1 | -0/+1 |
* | GitHub PR 27: Add method to check for any protection in XWPFDocument, closes #27 | Dominik Stadler | 2016-02-15 | 1 | -0/+7 |
* | bug 58996: Don't try to unset fill color if it is not set to avoid invalid ac... | Dominik Stadler | 2016-02-12 | 1 | -9/+28 |
* | Allow common tests to do auto-sizing even on SXSSF | Nick Burch | 2016-02-11 | 2 | -0/+13 |
* | bug 58885: performance regression on XSSFSheet.addMergedRegion(CellRangeAddre... | Javen O'Neal | 2016-01-31 | 1 | -1/+51 |
* | #41047 - Support hyperlinks in HSLF shapes and textruns | Andreas Beeker | 2016-01-24 | 1 | -10/+80 |
* | make SXSSFWorkbook member variables private | Javen O'Neal | 2016-01-16 | 1 | -4/+6 |
* | whitespace | Javen O'Neal | 2016-01-16 | 1 | -3/+3 |
* | fix questionable List.remove(int) in SXSSFITestDataProvider | Javen O'Neal | 2016-01-16 | 1 | -5/+4 |
* | add @Override annotations to ITestDataProviders | Javen O'Neal | 2016-01-16 | 2 | -2/+12 |
* | bug 58879: add SpreadsheetVersion to Workbook interface | Javen O'Neal | 2016-01-16 | 2 | -2/+16 |
* | #56004 - Support for WMF rendering | Andreas Beeker | 2016-01-16 | 1 | -0/+1 |
* | Eclipse warnings, helper unit-test, improve information provided in Exception... | Dominik Stadler | 2016-01-13 | 1 | -4/+2 |
* | Generalised API for adding ignored errors, e.g. number stored as text. | David North | 2016-01-13 | 1 | -0/+73 |
* | Bug 58829: Remove some useages of printStackTrace() and some other minor clea... | Dominik Stadler | 2016-01-13 | 1 | -3/+16 |
* | #54916 - POI does not always read all the slides in pptx files | Andreas Beeker | 2016-01-10 | 4 | -43/+56 |
* | bug 58043: provide some compatibility between HSSF and XSSF in regards to val... | Dominik Stadler | 2016-01-03 | 2 | -0/+75 |
* | Fix bug 58067: XWPF: don't return deleted text when document is in review-mode | Dominik Stadler | 2016-01-03 | 1 | -0/+11 |
* | bug 58779: check if SlideShowFactory.create() modifies the file being read wh... | Javen O'Neal | 2016-01-03 | 1 | -1/+21 |