aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #57031 - Out of Memory when extracting text from attached filesAndreas Beeker2016-03-0910-29/+154
* Fix source rebuilding verification after resulting binaries in dist-folder ch...Dominik Stadler2016-03-071-15/+25
* Comment and Javadoc updatesNick Burch2016-03-011-10/+23
* #59056 - Render individual slideshow shapesAndreas Beeker2016-02-296-6/+88
* Fix NPE of regression testsAndreas Beeker2016-02-291-21/+13
* Exclude file for bug 59074 for some more testsDominik Stadler2016-02-282-0/+9
* find bugs fix - WMF_HEADER_MAGIC isn't final but should beAndreas Beeker2016-02-281-1/+1
* Also mark the file for bug 59074 as expected-failure for integration testingDominik Stadler2016-02-271-0/+1
* Bug 57914: Provide a better error message for OOXML strict format which we do...Dominik Stadler2016-02-274-37/+77
* #59074 More helpful exception if Excel 1-95 files are given to ExtractorFactoryNick Burch2016-02-263-21/+12
* Refactor out the POIFS directory entry name for Excel 1-95 entries, and have ...Nick Burch2016-02-264-5/+21
* Fix inconsistent indentsNick Burch2016-02-261-34/+34
* Refactor to pull out the list of Excel 97+ directory entry names to a common ...Nick Burch2016-02-266-28/+52
* Regression fixes for H/XSLF and HWMFAndreas Beeker2016-02-2459-458/+1336
* Bug 47245: Comment out check and exception in case row-records are missing fo...Dominik Stadler2016-02-241-1/+3
* #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-237-19/+16
* Pull out http://schemas.openxmlformats.org/spreadsheetml/2006/main to a re-us...Nick Burch2016-02-235-16/+15
* Patch from Jim King from bug #57989 - XSSFChart support for setting chart tit...Nick Burch2016-02-212-0/+186
* One more possible resource leak when creating the TextExtractor fails with a ...Dominik Stadler2016-02-212-2/+128
* Include stacktrace of inner exception when block-positions are invalid in POI...Dominik Stadler2016-02-211-1/+3
* POI 59030 fix NPE in XWPFTableCell's getVerticalAlignment via Prasad BabuTim Allison2016-02-192-14/+36
* bug 58896: comment out time-dependent testJaven O'Neal2016-02-181-3/+3
* Javadoc fixesNick Burch2016-02-182-3/+3
* move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDa...Javen O'Neal2016-02-186-28/+6
* bug 58896: add unit test to time Sheet.autoSizeColumnJaven O'Neal2016-02-185-0/+103
* avoid redundant null checkJaven O'Neal2016-02-181-1/+1
* 59021 -- fix content extraction from namespaced elements in XSSFEventBasedExc...Tim Allison2016-02-182-27/+47
* bug 56345: reject single-cell merged regionsJaven O'Neal2016-02-183-9/+38
* Add test which verifies that bug 52684 is not a problem (any more)Dominik Stadler2016-02-171-0/+24
* bug 58339: patch from Patrick Zimmermann to allow OFFSET() to accept missing ...Javen O'Neal2016-02-151-2/+9
* Tried to reproduce bug 55476, but could not, added unit test anywayDominik Stadler2016-02-151-13/+29
* Add details of the ignored errors where the HSSF spec provides a good descrip...Nick Burch2016-02-155-21/+68
* Start generalising the IgnoredErrorType code for later HSSF use too #56892Nick Burch2016-02-153-31/+57
* 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-153-0/+46
* Seems we need a cast here to compile with some newer JDKs, at least IntelliJ ...Dominik Stadler2016-02-151-3/+4
* 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
* Regression analysis: the additional testing of cloning sheets showed aDominik Stadler2016-02-131-3/+5
* Ignore a failure during cloning if we exceed file-format limitsDominik Stadler2016-02-131-3/+4
* bug 58996: Don't try to unset fill color if it is not set to avoid invalid ac...Dominik Stadler2016-02-122-13/+32
* Fix #57034 on SXSSF, and add a common unit test to show it was already fixed ...Nick Burch2016-02-112-10/+37
* Allow common tests to do auto-sizing even on SXSSFNick Burch2016-02-114-0/+24
* Add example for adding videosAndreas Beeker2016-02-061-0/+251
* XSLF - fixed NPE when adding pictures with existing non-picture media files (...Andreas Beeker2016-02-051-1/+7
* Remove file from expected failures after changes for bug 56880Dominik Stadler2016-02-051-1/+0
* Bug 56880 - switch exception to logged warning that non-extended pascal strin...Tim Allison2016-02-041-249/+258
* remove deprecated (2009) HSSFComment#setColumn(short). int version is available.Javen O'Neal2016-01-311-8/+0
* HSSFComment: note a final fieldJaven O'Neal2016-01-311-7/+10