| Commit message (Expand) | Author | Age | Files | Lines |
* | bug 58339: patch from Patrick Zimmermann to allow OFFSET() to accept missing ... | Javen O'Neal | 2016-02-15 | 3 | -2/+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 | 5 | -21/+68 |
* | Start generalising the IgnoredErrorType code for later HSSF use too #56892 | Nick Burch | 2016-02-15 | 3 | -31/+57 |
* | 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 | 4 | -0/+46 |
* | Seems we need a cast here to compile with some newer JDKs, at least IntelliJ ... | Dominik Stadler | 2016-02-15 | 1 | -3/+4 |
* | 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 | 2 | -0/+6 |
* | Regression analysis: the additional testing of cloning sheets showed a | Dominik Stadler | 2016-02-13 | 2 | -3/+5 |
* | Ignore a failure during cloning if we exceed file-format limits | Dominik Stadler | 2016-02-13 | 1 | -3/+4 |
* | bug 58996: Don't try to unset fill color if it is not set to avoid invalid ac... | Dominik Stadler | 2016-02-12 | 2 | -13/+32 |
* | Fix #57034 on SXSSF, and add a common unit test to show it was already fixed ... | Nick Burch | 2016-02-11 | 2 | -10/+37 |
* | Allow common tests to do auto-sizing even on SXSSF | Nick Burch | 2016-02-11 | 4 | -0/+24 |
* | Add example for adding videos | Andreas Beeker | 2016-02-06 | 1 | -0/+251 |
* | XSLF - fixed NPE when adding pictures with existing non-picture media files (... | Andreas Beeker | 2016-02-05 | 1 | -1/+7 |
* | Remove file from expected failures after changes for bug 56880 | Dominik Stadler | 2016-02-05 | 1 | -1/+0 |
* | Bug 56880 - switch exception to logged warning that non-extended pascal strin... | Tim Allison | 2016-02-04 | 1 | -249/+258 |
* | remove deprecated (2009) HSSFComment#setColumn(short). int version is available. | Javen O'Neal | 2016-01-31 | 1 | -8/+0 |
* | HSSFComment: note a final field | Javen O'Neal | 2016-01-31 | 1 | -7/+10 |
* | fix O(n^2) runtime unnecessarily recreating an array inside a for-loop | Javen O'Neal | 2016-01-31 | 1 | -3/+3 |
* | 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 | 2 | -11/+145 |
* | Adjust test to pass forbidden-apis-check | Dominik Stadler | 2016-01-30 | 1 | -3/+3 |
* | Make OldExcelExtractor Closeable to be able to free up resources if getText()... | Dominik Stadler | 2016-01-29 | 2 | -20/+197 |
* | Add curvesapi-jar when running Findbugs | Dominik Stadler | 2016-01-29 | 1 | -0/+2 |
* | Bump xmlsec version in the Eclipse project file too | Nick Burch | 2016-01-26 | 1 | -1/+1 |
* | add an ignored test for bug 58804 | Dominik Stadler | 2016-01-25 | 4 | -2/+48 |
* | Raised xmlsec version to 2.0.6 | Andreas Beeker | 2016-01-24 | 1 | -2/+3 |
* | #41047 - Support hyperlinks in HSLF shapes and textruns | Andreas Beeker | 2016-01-24 | 27 | -455/+946 |
* | Update copyright-year to 2016 | Dominik Stadler | 2016-01-19 | 1 | -1/+1 |
* | Rename test-source file to actual class name to avoid constant recompilations... | Dominik Stadler | 2016-01-18 | 1 | -0/+0 |
* | Include curvesapi-jar in distribution | Dominik Stadler | 2016-01-18 | 1 | -0/+2 |
* | Fix possible NPE found with msg-file from CommonCrawl | Dominik Stadler | 2016-01-18 | 2 | -1/+1 |
* | Fix possible NullPointerException with invalid/unsupported image types | Dominik Stadler | 2016-01-18 | 2 | -1/+7 |
* | make SXSSFWorkbook member variables private | Javen O'Neal | 2016-01-16 | 2 | -18/+17 |
* | 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 |
* | BugFix: wrong hyperlink record added - used child instead of parent record | Andreas Beeker | 2016-01-16 | 1 | -1/+1 |
* | add @Override annotations to ITestDataProviders | Javen O'Neal | 2016-01-16 | 3 | -2/+20 |
* | bug 58879: add SpreadsheetVersion to Workbook interface | Javen O'Neal | 2016-01-16 | 8 | -3/+81 |
* | svn propset svn:eol-style native | Javen O'Neal | 2016-01-16 | 0 | -0/+0 |
* | Fix NPE when calling HSLFTextRun.setHorizontalCentered() | Andreas Beeker | 2016-01-16 | 1 | -1/+1 |
* | #56004 - Support for WMF rendering | Andreas Beeker | 2016-01-16 | 17 | -136/+463 |
* | Regression in version 3.14-beta1: three or four-part formats with locale id c... | Dominik Stadler | 2016-01-13 | 5 | -5/+54 |
* | Fix a NullPointerException that occurs with some PPTs now but did not in POI ... | Dominik Stadler | 2016-01-13 | 2 | -1/+8 |
* | Eclipse warnings, helper unit-test, improve information provided in Exception... | Dominik Stadler | 2016-01-13 | 5 | -10/+15 |
* | Generalised API for adding ignored errors, e.g. number stored as text. | David North | 2016-01-13 | 3 | -41/+248 |
* | Bug 58829: Remove some useages of printStackTrace() and some other minor clea... | Dominik Stadler | 2016-01-13 | 7 | -41/+30 |
* | Rework test to not catch exception, junit does a good job of handling unexpec... | Dominik Stadler | 2016-01-13 | 1 | -92/+48 |