summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bug 58339: patch from Patrick Zimmermann to allow OFFSET() to accept missing ...Javen O'Neal2016-02-153-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-154-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-132-0/+6
* Regression analysis: the additional testing of cloning sheets showed aDominik Stadler2016-02-132-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
* fix O(n^2) runtime unnecessarily recreating an array inside a for-loopJaven O'Neal2016-01-311-3/+3
* bug 58885: fix javadocsJaven O'Neal2016-01-311-1/+1
* bug 58885: performance regression on XSSFSheet.addMergedRegion(CellRangeAddre...Javen O'Neal2016-01-312-11/+145
* Adjust test to pass forbidden-apis-checkDominik Stadler2016-01-301-3/+3
* Make OldExcelExtractor Closeable to be able to free up resources if getText()...Dominik Stadler2016-01-292-20/+197
* Add curvesapi-jar when running FindbugsDominik Stadler2016-01-291-0/+2
* Bump xmlsec version in the Eclipse project file tooNick Burch2016-01-261-1/+1
* add an ignored test for bug 58804Dominik Stadler2016-01-254-2/+48
* Raised xmlsec version to 2.0.6Andreas Beeker2016-01-241-2/+3
* #41047 - Support hyperlinks in HSLF shapes and textrunsAndreas Beeker2016-01-2427-455/+946
* Update copyright-year to 2016Dominik Stadler2016-01-191-1/+1
* Rename test-source file to actual class name to avoid constant recompilations...Dominik Stadler2016-01-181-0/+0
* Include curvesapi-jar in distributionDominik Stadler2016-01-181-0/+2
* Fix possible NPE found with msg-file from CommonCrawlDominik Stadler2016-01-182-1/+1
* Fix possible NullPointerException with invalid/unsupported image typesDominik Stadler2016-01-182-1/+7
* make SXSSFWorkbook member variables privateJaven O'Neal2016-01-162-18/+17
* whitespaceJaven O'Neal2016-01-161-3/+3
* fix questionable List.remove(int) in SXSSFITestDataProviderJaven O'Neal2016-01-161-5/+4
* BugFix: wrong hyperlink record added - used child instead of parent record Andreas Beeker2016-01-161-1/+1
* add @Override annotations to ITestDataProvidersJaven O'Neal2016-01-163-2/+20
* bug 58879: add SpreadsheetVersion to Workbook interfaceJaven O'Neal2016-01-168-3/+81
* svn propset svn:eol-style nativeJaven O'Neal2016-01-160-0/+0
* Fix NPE when calling HSLFTextRun.setHorizontalCentered()Andreas Beeker2016-01-161-1/+1
* #56004 - Support for WMF renderingAndreas Beeker2016-01-1617-136/+463
* Regression in version 3.14-beta1: three or four-part formats with locale id c...Dominik Stadler2016-01-135-5/+54
* Fix a NullPointerException that occurs with some PPTs now but did not in POI ...Dominik Stadler2016-01-132-1/+8
* Eclipse warnings, helper unit-test, improve information provided in Exception...Dominik Stadler2016-01-135-10/+15
* Generalised API for adding ignored errors, e.g. number stored as text.David North2016-01-133-41/+248
* Bug 58829: Remove some useages of printStackTrace() and some other minor clea...Dominik Stadler2016-01-137-41/+30
* Rework test to not catch exception, junit does a good job of handling unexpec...Dominik Stadler2016-01-131-92/+48