| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar... | Nick Burch | 2016-03-15 | 6 | -4/+105 |
* | Remove some useless lines of code, the initialAllocationSize is ignored in SX... | Dominik Stadler | 2016-03-14 | 1 | -13/+1 |
* | HSLF: Add support for system colors | Andreas Beeker | 2016-03-14 | 1 | -152/+5 |
* | Bug 56930: Add Workbook.getNames() to allow to query for names that appear mu... | Dominik Stadler | 2016-03-13 | 2 | -2/+26 |
* | Bug 55791: Avoid using an existing file-name when creating a new slide, it co... | Dominik Stadler | 2016-03-13 | 1 | -3/+29 |
* | #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAnd... | Andreas Beeker | 2016-03-12 | 2 | -84/+0 |
* | Apply patch to fix bug 57495: getTableArray method can not get 0 pos table | Dominik Stadler | 2016-03-12 | 4 | -194/+207 |
* | Refactor some common code from the various Document-Factories into a helper c... | Dominik Stadler | 2016-03-12 | 3 | -69/+9 |
* | Fix some cases where POI itself or the tests leaked file-handles | Dominik Stadler | 2016-03-12 | 1 | -7/+12 |
* | Findbugs fixes | Dominik Stadler | 2016-03-12 | 2 | -11/+40 |
* | sonar fixes | Andreas Beeker | 2016-03-11 | 3 | -37/+17 |
* | #57031 - Out of Memory when extracting text from attached files | Andreas Beeker | 2016-03-09 | 8 | -27/+149 |
* | #59056 - Render individual slideshow shapes | Andreas Beeker | 2016-02-29 | 1 | -0/+8 |
* | Bug 57914: Provide a better error message for OOXML strict format which we do... | Dominik Stadler | 2016-02-27 | 2 | -2/+14 |
* | #59074 More helpful exception if Excel 1-95 files are given to ExtractorFactory | Nick Burch | 2016-02-26 | 1 | -2/+3 |
* | Refactor out the POIFS directory entry name for Excel 1-95 entries, and have ... | Nick Burch | 2016-02-26 | 1 | -2/+7 |
* | Refactor to pull out the list of Excel 97+ directory entry names to a common ... | Nick Burch | 2016-02-26 | 1 | -6/+8 |
* | Regression fixes for H/XSLF and HWMF | Andreas Beeker | 2016-02-24 | 4 | -57/+91 |
* | #59021 Namespace aware processing fix for ReadOnlySharedStringsTable, to matc... | Nick Burch | 2016-02-23 | 1 | -5/+15 |
* | Pull out two more XSSF namespace definitions as re-usable constants | Nick Burch | 2016-02-23 | 5 | -13/+10 |
* | Pull out http://schemas.openxmlformats.org/spreadsheetml/2006/main to a re-us... | Nick Burch | 2016-02-23 | 3 | -7/+9 |
* | Patch from Jim King from bug #57989 - XSSFChart support for setting chart tit... | Nick Burch | 2016-02-21 | 1 | -0/+54 |
* | One more possible resource leak when creating the TextExtractor fails with a ... | Dominik Stadler | 2016-02-21 | 1 | -2/+28 |
* | POI 59030 fix NPE in XWPFTableCell's getVerticalAlignment via Prasad Babu | Tim Allison | 2016-02-19 | 1 | -14/+17 |
* | Javadoc fixes | Nick Burch | 2016-02-18 | 1 | -2/+2 |
* | avoid redundant null check | Javen O'Neal | 2016-02-18 | 1 | -1/+1 |
* | 59021 -- fix content extraction from namespaced elements in XSSFEventBasedExc... | Tim Allison | 2016-02-18 | 1 | -27/+38 |
* | bug 56345: reject single-cell merged regions | Javen O'Neal | 2016-02-18 | 1 | -0/+3 |
* | Add details of the ignored errors where the HSSF spec provides a good descrip... | Nick Burch | 2016-02-15 | 2 | -17/+24 |
* | Start generalising the IgnoredErrorType code for later HSSF use too #56892 | Nick Burch | 2016-02-15 | 2 | -31/+12 |
* | No need to wrap OpenXML4JRuntimeException in another instance of itself and f... | Dominik Stadler | 2016-02-15 | 1 | -10/+9 |
* | GitHub PR 27: Add method to check for any protection in XWPFDocument, closes #27 | Dominik Stadler | 2016-02-15 | 2 | -0/+39 |
* | Improve error messages to state which bounds are exceeded | Dominik Stadler | 2016-02-15 | 1 | -7/+5 |
* | Regression analysis: Cloning sheets failed on ctrlProps, i.e. checkboxes | Dominik Stadler | 2016-02-13 | 1 | -0/+6 |
* | bug 58996: Don't try to unset fill color if it is not set to avoid invalid ac... | Dominik Stadler | 2016-02-12 | 1 | -4/+4 |
* | Fix #57034 on SXSSF, and add a common unit test to show it was already fixed ... | Nick Burch | 2016-02-11 | 1 | -10/+14 |
* | XSLF - fixed NPE when adding pictures with existing non-picture media files (... | Andreas Beeker | 2016-02-05 | 1 | -1/+7 |
* | bug 58885: fix javadocs | Javen O'Neal | 2016-01-31 | 1 | -1/+1 |
* | bug 58885: performance regression on XSSFSheet.addMergedRegion(CellRangeAddre... | Javen O'Neal | 2016-01-31 | 1 | -10/+94 |
* | #41047 - Support hyperlinks in HSLF shapes and textruns | Andreas Beeker | 2016-01-24 | 5 | -71/+204 |
* | make SXSSFWorkbook member variables private | Javen O'Neal | 2016-01-16 | 1 | -14/+11 |
* | bug 58879: add SpreadsheetVersion to Workbook interface | Javen O'Neal | 2016-01-16 | 2 | -0/+24 |
* | #56004 - Support for WMF rendering | Andreas Beeker | 2016-01-16 | 2 | -10/+37 |
* | Eclipse warnings, helper unit-test, improve information provided in Exception... | Dominik Stadler | 2016-01-13 | 1 | -4/+4 |
* | Generalised API for adding ignored errors, e.g. number stored as text. | David North | 2016-01-13 | 2 | -41/+175 |
* | Bug 58829: Remove some useages of printStackTrace() and some other minor clea... | Dominik Stadler | 2016-01-13 | 1 | -2/+0 |
* | Javadocs fixes | Andreas Beeker | 2016-01-13 | 13 | -17/+0 |
* | #57796 - Support hyperlink extraction when rendering slides | Andreas Beeker | 2016-01-12 | 2 | -4/+27 |
* | #54916 - POI does not always read all the slides in pptx files | Andreas Beeker | 2016-01-10 | 66 | -607/+1295 |
* | replace Throwable.printStackTrace() with POILogger calls - Todo: other printS... | Andreas Beeker | 2016-01-10 | 3 | -4/+14 |