summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Collapse)AuthorAgeFilesLines
...
* convert to junit4Javen O'Neal2016-04-121-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738738 13f79535-47bb-0310-9956-ffa450edef68
* add @NotImplemented annotation to methods that are not implementedJaven O'Neal2016-04-106-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738469 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57844: Add some javadoc for unimplemented features in SXSSFDominik Stadler2016-04-102-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738413 13f79535-47bb-0310-9956-ffa450edef68
* close fileinputstream on second exception in ZipPackageTim Allison2016-04-082-2/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738251 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be ↵Dominik Stadler2016-04-061-39/+181
| | | | | | the intersection operator as well, so we need to try and skip it as whitespace if intersection fails which can lead to hard to track bugs or misleading error messages with some formulas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738033 13f79535-47bb-0310-9956-ffa450edef68
* Slightly improve error messageDominik Stadler2016-04-061-7/+2
| | | | | | | | Fix some IntelliJ/compiler warnings Use common interfaces where possible Cleanup after testing POIFSDump git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738032 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-0611-17/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738031 13f79535-47bb-0310-9956-ffa450edef68
* add test coverage for WorkbookFactory.create(File file, String password, ↵Javen O'Neal2016-04-061-0/+18
| | | | | | Boolean readOnly) when file does not exists git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737917 13f79535-47bb-0310-9956-ffa450edef68
* whitespace (tabs to 4 spaces)Javen O'Neal2016-04-051-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737895 13f79535-47bb-0310-9956-ffa450edef68
* bug 59264: move border style deprecations to POI 3.15 beta 2.Javen O'Neal2016-04-052-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737894 13f79535-47bb-0310-9956-ffa450edef68
* bug 59264: type safety: check if border code is a valid BorderStyle enum for ↵Javen O'Neal2016-04-051-100/+44
| | | | | | setBorderX(short) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737886 13f79535-47bb-0310-9956-ffa450edef68
* bug 59264: use BorderStyle for changing Cell border line styleJaven O'Neal2016-04-054-267/+275
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737879 13f79535-47bb-0310-9956-ffa450edef68
* Fix two more places where wrong/invalid files can lead to file-handle leaks ↵Dominik Stadler2016-04-022-2/+6
| | | | | | currently git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737489 13f79535-47bb-0310-9956-ffa450edef68
* Prevent us from changing the file with every test-runDominik Stadler2016-04-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737488 13f79535-47bb-0310-9956-ffa450edef68
* Fix some cases where file handles are not closed in OldExcelExtractorDominik Stadler2016-04-022-9/+45
| | | | | | Close resources in some more tests to make the file-leak report clean again git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737487 13f79535-47bb-0310-9956-ffa450edef68
* Regression: Add unit-test which triggers more code deep inside XSLF to have ↵Dominik Stadler2016-04-021-1/+32
| | | | | | some missing pieces included in the reduced ooxml-schema-jar git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737466 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fix - Generics are type-erased so not included in the javadoc linksNick Burch2016-04-012-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737317 13f79535-47bb-0310-9956-ffa450edef68
* POI 59257 upgrade Bouncy Castle to 1.54Tim Allison2016-04-011-36/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737298 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from bug 58909 - Add a cloneSheet() which directly sets the ↵Dominik Stadler2016-03-314-7/+111
| | | | | | | | sheetname to allow to avoid a costly renaming of sheets. Combine related unit-tests into Base-Test-Classes to run them for all types of Workbook/Sheet/... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737237 13f79535-47bb-0310-9956-ffa450edef68
* Revert set of inadvertedly committed files/changesDominik Stadler2016-03-293-147/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737029 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58915: Add note about memory consumption and update changelogDominik Stadler2016-03-293-15/+147
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737025 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58915: Update javadoc for memory consumption and fix some other javadoc ↵Dominik Stadler2016-03-291-17/+34
| | | | | | and compiler warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737024 13f79535-47bb-0310-9956-ffa450edef68
* Try to reproduce bug 58922, convert to JUnit 4Dominik Stadler2016-03-291-10/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737018 13f79535-47bb-0310-9956-ffa450edef68
* Fix some compiler warnings, improve error message, cover some more codeDominik Stadler2016-03-292-33/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737013 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59132: Adjust implementation of COUNTBLANK to be conforming to Excel, ↵Dominik Stadler2016-03-291-16/+58
| | | | | | empty strings are counted as blank as well git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737009 13f79535-47bb-0310-9956-ffa450edef68
* XSLF: do not display Master Slide objects by defaultAndreas Beeker2016-03-286-17/+46
| | | | | | XSLF: fix alternate content handling for picture shapes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736935 13f79535-47bb-0310-9956-ffa450edef68
* some zips can't be opened via ZipFile in JDK6, as the central directoryAndreas Beeker2016-03-285-53/+48
| | | | | | | | contains either non-latin entries or the compression type can't be handled the workaround is to iterate over the stream and not the directory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736933 13f79535-47bb-0310-9956-ffa450edef68
* Fix some compiler warnings, javadoc, ...Dominik Stadler2016-03-281-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736924 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59199: Handle null date-values in a similar way as null-StringsDominik Stadler2016-03-283-7/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736923 13f79535-47bb-0310-9956-ffa450edef68
* add more commented-out tests for bug 58779: closing an XML Workbook that was ↵Javen O'Neal2016-03-272-0/+58
| | | | | | not opened as read-only will modify the file on disk git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736742 13f79535-47bb-0310-9956-ffa450edef68
* make OPCPackage logger finalJaven O'Neal2016-03-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736721 13f79535-47bb-0310-9956-ffa450edef68
* bug 59224: change hasTint, add hasAlpha and unit tests. Patch from ↵Javen O'Neal2016-03-242-2/+20
| | | | | | gubespam@gmail.com git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736469 13f79535-47bb-0310-9956-ffa450edef68
* make private member variable ctColor finalJaven O'Neal2016-03-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736395 13f79535-47bb-0310-9956-ffa450edef68
* bug 59222: fix NPE thrown by (S)XSSFSheet.getCellComments(). Reported by ↵Javen O'Neal2016-03-231-0/+3
| | | | | | Vasily Kopytov. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736347 13f79535-47bb-0310-9956-ffa450edef68
* bug 59212: Do not check for overlapping regions when adding merged regions ↵Javen O'Neal2016-03-223-50/+26
| | | | | | to a sheet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736155 13f79535-47bb-0310-9956-ffa450edef68
* Check for null in IOUtils.closeQuietly() to not log this unnecessarilyDominik Stadler2016-03-222-77/+171
| | | | | | | Add coverage for some more methods in ExtractorFactory Fix some IntelliJ warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736146 13f79535-47bb-0310-9956-ffa450edef68
* return unmodifiable shared strings to guarentee parallel data structures ↵Javen O'Neal2016-03-221-1/+1
| | | | | | stay in sync git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736144 13f79535-47bb-0310-9956-ffa450edef68
* bug 59208: correctly understand val="1" for isBold, isItalic, etcJaven O'Neal2016-03-222-6/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736126 13f79535-47bb-0310-9956-ffa450edef68
* fix inconsistent newlines (remove carriage returns), set svnprop eol-style ↵Javen O'Neal2016-03-221-592/+592
| | | | | | native git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736121 13f79535-47bb-0310-9956-ffa450edef68
* findbugs fixes - SE_COMPARATOR_SHOULD_BE_SERIALIZABLEAndreas Beeker2016-03-211-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736114 13f79535-47bb-0310-9956-ffa450edef68
* fix eclipse warningsAndreas Beeker2016-03-215-73/+41
| | | | | | close resources git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735912 13f79535-47bb-0310-9956-ffa450edef68
* fix eclipse warningsAndreas Beeker2016-03-202-6/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735881 13f79535-47bb-0310-9956-ffa450edef68
* eclipse warning fixesAndreas Beeker2016-03-181-10/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735706 13f79535-47bb-0310-9956-ffa450edef68
* #59195 - POIXMLTypeLoader depends on XMLBeans 2.6.0 - remove piccolo classes ↵Andreas Beeker2016-03-181-1/+4
| | | | | | from xmlbeans jars and disable xmloption in type loader git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735685 13f79535-47bb-0310-9956-ffa450edef68
* forbidden-apis-fixAndreas Beeker2016-03-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735316 13f79535-47bb-0310-9956-ffa450edef68
* 59183 - handle timezones (even with colons) in date parsing metadata in ↵Tim Allison2016-03-162-16/+79
| | | | | | ooxml opc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735270 13f79535-47bb-0310-9956-ffa450edef68
* One final invalid file type checkNick Burch2016-03-151-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735071 13f79535-47bb-0310-9956-ffa450edef68
* Before opening an OOXML file, check the first few bytes, and give helpful ↵Nick Burch2016-03-153-11/+121
| | | | | | exceptions for common mistakes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735069 13f79535-47bb-0310-9956-ffa450edef68
* Push all the zip opening logic into ZipHelperNick Burch2016-03-152-13/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735064 13f79535-47bb-0310-9956-ffa450edef68
* Fix inconsistent indentsNick Burch2016-03-151-142/+141
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735063 13f79535-47bb-0310-9956-ffa450edef68