summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* convert to junit4Javen O'Neal2016-04-121-2/+9
* add @NotImplemented annotation to methods that are not implementedJaven O'Neal2016-04-106-0/+18
* Bug 57844: Add some javadoc for unimplemented features in SXSSFDominik Stadler2016-04-102-1/+13
* close fileinputstream on second exception in ZipPackageTim Allison2016-04-082-2/+40
* Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be t...Dominik Stadler2016-04-061-39/+181
* Slightly improve error messageDominik Stadler2016-04-061-7/+2
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-0611-17/+12
* add test coverage for WorkbookFactory.create(File file, String password, Bool...Javen O'Neal2016-04-061-0/+18
* whitespace (tabs to 4 spaces)Javen O'Neal2016-04-051-15/+15
* bug 59264: move border style deprecations to POI 3.15 beta 2.Javen O'Neal2016-04-052-13/+13
* bug 59264: type safety: check if border code is a valid BorderStyle enum for ...Javen O'Neal2016-04-051-100/+44
* bug 59264: use BorderStyle for changing Cell border line styleJaven O'Neal2016-04-054-267/+275
* Fix two more places where wrong/invalid files can lead to file-handle leaks c...Dominik Stadler2016-04-022-2/+6
* Prevent us from changing the file with every test-runDominik Stadler2016-04-021-1/+1
* Fix some cases where file handles are not closed in OldExcelExtractorDominik Stadler2016-04-022-9/+45
* Regression: Add unit-test which triggers more code deep inside XSLF to have s...Dominik Stadler2016-04-021-1/+32
* Javadoc fix - Generics are type-erased so not included in the javadoc linksNick Burch2016-04-012-3/+3
* POI 59257 upgrade Bouncy Castle to 1.54Tim Allison2016-04-011-36/+35
* Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheet...Dominik Stadler2016-03-314-7/+111
* Revert set of inadvertedly committed files/changesDominik Stadler2016-03-293-147/+15
* Bug 58915: Add note about memory consumption and update changelogDominik Stadler2016-03-293-15/+147
* Bug 58915: Update javadoc for memory consumption and fix some other javadoc a...Dominik Stadler2016-03-291-17/+34
* Try to reproduce bug 58922, convert to JUnit 4Dominik Stadler2016-03-291-10/+91
* Fix some compiler warnings, improve error message, cover some more codeDominik Stadler2016-03-292-33/+77
* Bug 59132: Adjust implementation of COUNTBLANK to be conforming to Excel, emp...Dominik Stadler2016-03-291-16/+58
* XSLF: do not display Master Slide objects by defaultAndreas Beeker2016-03-286-17/+46
* some zips can't be opened via ZipFile in JDK6, as the central directoryAndreas Beeker2016-03-285-53/+48
* Fix some compiler warnings, javadoc, ...Dominik Stadler2016-03-281-10/+10
* Bug 59199: Handle null date-values in a similar way as null-StringsDominik Stadler2016-03-283-7/+41
* add more commented-out tests for bug 58779: closing an XML Workbook that was ...Javen O'Neal2016-03-272-0/+58
* make OPCPackage logger finalJaven O'Neal2016-03-271-1/+1
* bug 59224: change hasTint, add hasAlpha and unit tests. Patch from gubespam@g...Javen O'Neal2016-03-242-2/+20
* make private member variable ctColor finalJaven O'Neal2016-03-241-1/+1
* bug 59222: fix NPE thrown by (S)XSSFSheet.getCellComments(). Reported by Vasi...Javen O'Neal2016-03-231-0/+3
* bug 59212: Do not check for overlapping regions when adding merged regions to...Javen O'Neal2016-03-223-50/+26
* Check for null in IOUtils.closeQuietly() to not log this unnecessarilyDominik Stadler2016-03-222-77/+171
* return unmodifiable shared strings to guarentee parallel data structures stay...Javen O'Neal2016-03-221-1/+1
* bug 59208: correctly understand val="1" for isBold, isItalic, etcJaven O'Neal2016-03-222-6/+40
* fix inconsistent newlines (remove carriage returns), set svnprop eol-style na...Javen O'Neal2016-03-221-592/+592
* findbugs fixes - SE_COMPARATOR_SHOULD_BE_SERIALIZABLEAndreas Beeker2016-03-211-1/+2
* fix eclipse warningsAndreas Beeker2016-03-215-73/+41
* fix eclipse warningsAndreas Beeker2016-03-202-6/+9
* eclipse warning fixesAndreas Beeker2016-03-181-10/+20
* #59195 - POIXMLTypeLoader depends on XMLBeans 2.6.0 - remove piccolo classes ...Andreas Beeker2016-03-181-1/+4
* forbidden-apis-fixAndreas Beeker2016-03-161-1/+1
* 59183 - handle timezones (even with colons) in date parsing metadata in ooxml...Tim Allison2016-03-162-16/+79
* One final invalid file type checkNick Burch2016-03-151-0/+15
* Before opening an OOXML file, check the first few bytes, and give helpful exc...Nick Burch2016-03-153-11/+121
* Push all the zip opening logic into ZipHelperNick Burch2016-03-152-13/+23
* Fix inconsistent indentsNick Burch2016-03-151-142/+141