summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bug 58339: patch from Patrick Zimmermann to allow OFFSET() to accept missing ↵Javen O'Neal2016-02-153-2/+9
| | | | | | optional width or height parameters git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730606 13f79535-47bb-0310-9956-ffa450edef68
* Tried to reproduce bug 55476, but could not, added unit test anywayDominik Stadler2016-02-151-13/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730598 13f79535-47bb-0310-9956-ffa450edef68
* Add details of the ignored errors where the HSSF spec provides a good ↵Nick Burch2016-02-155-21/+68
| | | | | | description, and a bit more refactoring. #56892 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730543 13f79535-47bb-0310-9956-ffa450edef68
* Start generalising the IgnoredErrorType code for later HSSF use too #56892Nick Burch2016-02-153-31/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730540 13f79535-47bb-0310-9956-ffa450edef68
* No need to wrap OpenXML4JRuntimeException in another instance of itself and ↵Dominik Stadler2016-02-151-10/+9
| | | | | | fix some compilation/javadoc warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730482 13f79535-47bb-0310-9956-ffa450edef68
* GitHub PR 27: Add method to check for any protection in XWPFDocument, closes #27Dominik Stadler2016-02-154-0/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730471 13f79535-47bb-0310-9956-ffa450edef68
* Seems we need a cast here to compile with some newer JDKs, at least IntelliJ ↵Dominik Stadler2016-02-151-3/+4
| | | | | | complains for me git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730464 13f79535-47bb-0310-9956-ffa450edef68
* Improve error messages to state which bounds are exceededDominik Stadler2016-02-151-7/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730463 13f79535-47bb-0310-9956-ffa450edef68
* Regression analysis: Cloning sheets failed on ctrlProps, i.e. checkboxesDominik Stadler2016-02-132-0/+6
| | | | | | | and other GUI elements, add minimal support for these to allow clone to succeed. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730275 13f79535-47bb-0310-9956-ffa450edef68
* Regression analysis: the additional testing of cloning sheets showed aDominik Stadler2016-02-132-3/+5
| | | | | | | possible ArrayIndexOutOfBounds error which we can avoid to make cloning fail a bit less. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730274 13f79535-47bb-0310-9956-ffa450edef68
* Ignore a failure during cloning if we exceed file-format limitsDominik Stadler2016-02-131-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730273 13f79535-47bb-0310-9956-ffa450edef68
* bug 58996: Don't try to unset fill color if it is not set to avoid invalid ↵Dominik Stadler2016-02-122-13/+32
| | | | | | access inside the Xml structures git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1729964 13f79535-47bb-0310-9956-ffa450edef68
* Fix #57034 on SXSSF, and add a common unit test to show it was already fixed ↵Nick Burch2016-02-112-10/+37
| | | | | | on the others + is now fixed for SXSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1729849 13f79535-47bb-0310-9956-ffa450edef68
* Allow common tests to do auto-sizing even on SXSSFNick Burch2016-02-114-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1729848 13f79535-47bb-0310-9956-ffa450edef68
* Add example for adding videosAndreas Beeker2016-02-061-0/+251
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1728888 13f79535-47bb-0310-9956-ffa450edef68
* XSLF - fixed NPE when adding pictures with existing non-picture media files ↵Andreas Beeker2016-02-051-1/+7
| | | | | | (e.g. movies) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1728737 13f79535-47bb-0310-9956-ffa450edef68
* Remove file from expected failures after changes for bug 56880Dominik Stadler2016-02-051-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1728612 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56880 - switch exception to logged warning that non-extended pascal ↵Tim Allison2016-02-041-249/+258
| | | | | | strings are not supported. Full fix would add parsing for these strings. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1728547 13f79535-47bb-0310-9956-ffa450edef68
* remove deprecated (2009) HSSFComment#setColumn(short). int version is available.Javen O'Neal2016-01-311-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727805 13f79535-47bb-0310-9956-ffa450edef68
* HSSFComment: note a final fieldJaven O'Neal2016-01-311-7/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727803 13f79535-47bb-0310-9956-ffa450edef68
* fix O(n^2) runtime unnecessarily recreating an array inside a for-loopJaven O'Neal2016-01-311-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727800 13f79535-47bb-0310-9956-ffa450edef68
* bug 58885: fix javadocsJaven O'Neal2016-01-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727777 13f79535-47bb-0310-9956-ffa450edef68
* bug 58885: performance regression on ↵Javen O'Neal2016-01-312-11/+145
| | | | | | XSSFSheet.addMergedRegion(CellRangeAddress). Add an unsafe version of addMergedRegion that doesn't check for overlapping merged regions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727776 13f79535-47bb-0310-9956-ffa450edef68
* Adjust test to pass forbidden-apis-checkDominik Stadler2016-01-301-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727693 13f79535-47bb-0310-9956-ffa450edef68
* Make OldExcelExtractor Closeable to be able to free up resources if ↵Dominik Stadler2016-01-292-20/+197
| | | | | | | | | getText() was not called Allow Excel files which have an entry "Workbook" instead of "Book" like other classes do Add some more unit tests to cover more of the code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727653 13f79535-47bb-0310-9956-ffa450edef68
* Add curvesapi-jar when running FindbugsDominik Stadler2016-01-291-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727652 13f79535-47bb-0310-9956-ffa450edef68
* Bump xmlsec version in the Eclipse project file tooNick Burch2016-01-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1726844 13f79535-47bb-0310-9956-ffa450edef68
* add an ignored test for bug 58804Dominik Stadler2016-01-254-2/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1726681 13f79535-47bb-0310-9956-ffa450edef68
* Raised xmlsec version to 2.0.6Andreas Beeker2016-01-241-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1726528 13f79535-47bb-0310-9956-ffa450edef68
* #41047 - Support hyperlinks in HSLF shapes and textrunsAndreas Beeker2016-01-2427-455/+946
| | | | | | | | | | | | #47291 - Cannot open link correctly which insert in ppt HSLF hyperlink code was all over the place - moved most of it into HSLFHyperlink extended common sl for hyperlinks extended XSLF shape linking and added XSLFTextShape.appendText to go along with HSLF adapted/fixed documentation added convenience methods to the hyperlink classes to address the different targets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1726458 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright-year to 2016Dominik Stadler2016-01-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725457 13f79535-47bb-0310-9956-ffa450edef68
* Rename test-source file to actual class name to avoid constant ↵Dominik Stadler2016-01-181-0/+0
| | | | | | recompilations on 'compile-main' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725336 13f79535-47bb-0310-9956-ffa450edef68
* Include curvesapi-jar in distributionDominik Stadler2016-01-181-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725335 13f79535-47bb-0310-9956-ffa450edef68
* Fix possible NPE found with msg-file from CommonCrawlDominik Stadler2016-01-182-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725334 13f79535-47bb-0310-9956-ffa450edef68
* Fix possible NullPointerException with invalid/unsupported image typesDominik Stadler2016-01-182-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725332 13f79535-47bb-0310-9956-ffa450edef68
* make SXSSFWorkbook member variables privateJaven O'Neal2016-01-162-18/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725047 13f79535-47bb-0310-9956-ffa450edef68
* whitespaceJaven O'Neal2016-01-161-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725043 13f79535-47bb-0310-9956-ffa450edef68
* fix questionable List.remove(int) in SXSSFITestDataProviderJaven O'Neal2016-01-161-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725042 13f79535-47bb-0310-9956-ffa450edef68
* BugFix: wrong hyperlink record added - used child instead of parent record Andreas Beeker2016-01-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725041 13f79535-47bb-0310-9956-ffa450edef68
* add @Override annotations to ITestDataProvidersJaven O'Neal2016-01-163-2/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725040 13f79535-47bb-0310-9956-ffa450edef68
* bug 58879: add SpreadsheetVersion to Workbook interfaceJaven O'Neal2016-01-168-3/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725039 13f79535-47bb-0310-9956-ffa450edef68
* svn propset svn:eol-style nativeJaven O'Neal2016-01-160-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725034 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE when calling HSLFTextRun.setHorizontalCentered()Andreas Beeker2016-01-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725022 13f79535-47bb-0310-9956-ffa450edef68
* #56004 - Support for WMF renderingAndreas Beeker2016-01-1617-136/+463
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724897 13f79535-47bb-0310-9956-ffa450edef68
* Regression in version 3.14-beta1: three or four-part formats with locale id ↵Dominik Stadler2016-01-135-5/+54
| | | | | | cause exceptions when formatting instead of falling back to other formatting git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724488 13f79535-47bb-0310-9956-ffa450edef68
* Fix a NullPointerException that occurs with some PPTs now but did not in POI ↵Dominik Stadler2016-01-132-1/+8
| | | | | | 3.13 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724487 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warnings, helper unit-test, improve information provided in ↵Dominik Stadler2016-01-135-10/+15
| | | | | | Exceptions, do not swallow inner stacktraces, ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724486 13f79535-47bb-0310-9956-ffa450edef68
* Generalised API for adding ignored errors, e.g. number stored as text.David North2016-01-133-41/+248
| | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=56892 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724469 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58829: Remove some useages of printStackTrace() and some other minor ↵Dominik Stadler2016-01-137-41/+30
| | | | | | cleanups git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724445 13f79535-47bb-0310-9956-ffa450edef68
* Rework test to not catch exception, junit does a good job of handling ↵Dominik Stadler2016-01-131-92/+48
| | | | | | unexpected exceptions itself, StringBuffer replacing, code duplication git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724368 13f79535-47bb-0310-9956-ffa450edef68