summaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
...
* Start to give more helpful Exceptions from OPCPackage when non-OOXML files ar...Nick Burch2016-03-156-4/+105
* Remove some useless lines of code, the initialAllocationSize is ignored in SX...Dominik Stadler2016-03-141-13/+1
* HSLF: Add support for system colorsAndreas Beeker2016-03-141-152/+5
* Bug 56930: Add Workbook.getNames() to allow to query for names that appear mu...Dominik Stadler2016-03-132-2/+26
* Bug 55791: Avoid using an existing file-name when creating a new slide, it co...Dominik Stadler2016-03-131-3/+29
* #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAnd...Andreas Beeker2016-03-122-84/+0
* Apply patch to fix bug 57495: getTableArray method can not get 0 pos tableDominik Stadler2016-03-124-194/+207
* Refactor some common code from the various Document-Factories into a helper c...Dominik Stadler2016-03-123-69/+9
* Fix some cases where POI itself or the tests leaked file-handlesDominik Stadler2016-03-121-7/+12
* Findbugs fixesDominik Stadler2016-03-122-11/+40
* sonar fixesAndreas Beeker2016-03-113-37/+17
* #57031 - Out of Memory when extracting text from attached filesAndreas Beeker2016-03-098-27/+149
* #59056 - Render individual slideshow shapesAndreas Beeker2016-02-291-0/+8
* Bug 57914: Provide a better error message for OOXML strict format which we do...Dominik Stadler2016-02-272-2/+14
* #59074 More helpful exception if Excel 1-95 files are given to ExtractorFactoryNick Burch2016-02-261-2/+3
* Refactor out the POIFS directory entry name for Excel 1-95 entries, and have ...Nick Burch2016-02-261-2/+7
* Refactor to pull out the list of Excel 97+ directory entry names to a common ...Nick Burch2016-02-261-6/+8
* Regression fixes for H/XSLF and HWMFAndreas Beeker2016-02-244-57/+91
* #59021 Namespace aware processing fix for ReadOnlySharedStringsTable, to matc...Nick Burch2016-02-231-5/+15
* Pull out two more XSSF namespace definitions as re-usable constantsNick Burch2016-02-235-13/+10
* Pull out http://schemas.openxmlformats.org/spreadsheetml/2006/main to a re-us...Nick Burch2016-02-233-7/+9
* Patch from Jim King from bug #57989 - XSSFChart support for setting chart tit...Nick Burch2016-02-211-0/+54
* One more possible resource leak when creating the TextExtractor fails with a ...Dominik Stadler2016-02-211-2/+28
* POI 59030 fix NPE in XWPFTableCell's getVerticalAlignment via Prasad BabuTim Allison2016-02-191-14/+17
* Javadoc fixesNick Burch2016-02-181-2/+2
* avoid redundant null checkJaven O'Neal2016-02-181-1/+1
* 59021 -- fix content extraction from namespaced elements in XSSFEventBasedExc...Tim Allison2016-02-181-27/+38
* bug 56345: reject single-cell merged regionsJaven O'Neal2016-02-181-0/+3
* Add details of the ignored errors where the HSSF spec provides a good descrip...Nick Burch2016-02-152-17/+24
* Start generalising the IgnoredErrorType code for later HSSF use too #56892Nick Burch2016-02-152-31/+12
* No need to wrap OpenXML4JRuntimeException in another instance of itself and f...Dominik Stadler2016-02-151-10/+9
* GitHub PR 27: Add method to check for any protection in XWPFDocument, closes #27Dominik Stadler2016-02-152-0/+39
* Improve error messages to state which bounds are exceededDominik Stadler2016-02-151-7/+5
* Regression analysis: Cloning sheets failed on ctrlProps, i.e. checkboxesDominik Stadler2016-02-131-0/+6
* bug 58996: Don't try to unset fill color if it is not set to avoid invalid ac...Dominik Stadler2016-02-121-4/+4
* Fix #57034 on SXSSF, and add a common unit test to show it was already fixed ...Nick Burch2016-02-111-10/+14
* XSLF - fixed NPE when adding pictures with existing non-picture media files (...Andreas Beeker2016-02-051-1/+7
* bug 58885: fix javadocsJaven O'Neal2016-01-311-1/+1
* bug 58885: performance regression on XSSFSheet.addMergedRegion(CellRangeAddre...Javen O'Neal2016-01-311-10/+94
* #41047 - Support hyperlinks in HSLF shapes and textrunsAndreas Beeker2016-01-245-71/+204
* make SXSSFWorkbook member variables privateJaven O'Neal2016-01-161-14/+11
* bug 58879: add SpreadsheetVersion to Workbook interfaceJaven O'Neal2016-01-162-0/+24
* #56004 - Support for WMF renderingAndreas Beeker2016-01-162-10/+37
* Eclipse warnings, helper unit-test, improve information provided in Exception...Dominik Stadler2016-01-131-4/+4
* Generalised API for adding ignored errors, e.g. number stored as text.David North2016-01-132-41/+175
* Bug 58829: Remove some useages of printStackTrace() and some other minor clea...Dominik Stadler2016-01-131-2/+0
* Javadocs fixesAndreas Beeker2016-01-1313-17/+0
* #57796 - Support hyperlink extraction when rendering slidesAndreas Beeker2016-01-122-4/+27
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-1066-607/+1295
* replace Throwable.printStackTrace() with POILogger calls - Todo: other printS...Andreas Beeker2016-01-103-4/+14