summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* junit4 assert* improvements, add CTChartsheet to unit test so that it's compi...Javen O'Neal2016-04-121-7/+12
* convert to junit4Javen O'Neal2016-04-121-2/+9
* Exclude file that was modified and now fails with the known limitation of she...Dominik Stadler2016-04-121-0/+1
* convert to junit4Javen O'Neal2016-04-122-4/+19
* whitespace: +svn:eol-style=native, tabs to 4 spacesJaven O'Neal2016-04-121-170/+170
* javadoc typoJaven O'Neal2016-04-121-1/+1
* change chart type from 2 independent data series to one independent-dependent...Javen O'Neal2016-04-122-0/+0
* fix javadocs and findbugs warningsJaven O'Neal2016-04-123-25/+87
* bug 59306: add SimpleScatterChart.xls(x) for testingJaven O'Neal2016-04-122-0/+0
* bug 52949: add unit test for reading VBA Macros from a Visio OOXML (VSDM, 201...Javen O'Neal2016-04-111-3/+11
* bug 52949: add Visio (XDGF) file with macros to test macro extractionJaven O'Neal2016-04-111-0/+0
* bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di...Javen O'Neal2016-04-116-33/+193
* bug 52949: add Word, Powerpoint, and Visio (HDGF) files with macros to test m...Javen O'Neal2016-04-118-0/+36
* add compile dependency to forbidden-apis-check so that forbidden-apis-check w...Javen O'Neal2016-04-111-1/+1
* bug 52949: fix forbidden apisJaven O'Neal2016-04-112-6/+14
* add @NotImplemented annotation to methods that are not implementedJaven O'Neal2016-04-1011-20/+128
* ignore VBA source files in integration testJaven O'Neal2016-04-101-1/+13
* bug 52949: parameterize fromNPOIFS alsoJaven O'Neal2016-04-101-11/+27
* bug 52949: prepare for adding DOC/DOCM and PPT/PPTM test casesJaven O'Neal2016-04-101-20/+36
* bug 52949: add junit test for RLEDecompressingInputStreamJaven O'Neal2016-04-106-22/+231
* svn propset svn:eol-style nativeJaven O'Neal2016-04-101-273/+273
* Javadoc tweaksNick Burch2016-04-102-3/+3
* Make the extractor exactly that, powered by the reader #52949Nick Burch2016-04-101-154/+55
* Unit test for VBA macro reading #52949Nick Burch2016-04-106-105/+247
* Start to refactor VBAMacroExtractor into a more general classNick Burch2016-04-101-0/+199
* VBA extraction support from bug #52949 from Barry LagerweijNick Burch2016-04-102-0/+461
* Bug 57844: Add some javadoc for unimplemented features in SXSSFDominik Stadler2016-04-102-1/+13
* remove copy&paste error in release-prepAndreas Beeker2016-04-091-10/+1
* close fileinputstream on second exception in ZipPackageTim Allison2016-04-082-2/+40
* update release-guide and build.xml to the new release processAndreas Beeker2016-04-071-78/+123
* In Example FromHowTo, open the OPCPacakge read-only to not try to write it ba...Dominik Stadler2016-04-071-2/+3
* update license - include additional dependenciesAndreas Beeker2016-04-061-183/+233
* Close two more file-handles in Example FromHowToDominik Stadler2016-04-061-25/+33
* Tried to evaluate all formulas in worksheets as part of the integration tests...Dominik Stadler2016-04-061-1/+16
* Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be t...Dominik Stadler2016-04-063-43/+193
* Slightly improve error messageDominik Stadler2016-04-065-74/+50
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-0641-134/+118
* Add missing license headerDominik Stadler2016-04-061-0/+18
* Bug 56911: Fix IndexOutOfBoundsException in PlfLfo.add() and add minimal test...Dominik Stadler2016-04-063-19/+81
* Fix javadoc warning - As per http://bugs.java.com/bugdatabase/view_bug.do;jse...Nick Burch2016-04-061-1/+1
* add test coverage for TestSXSSFCell.toString() on blank and date cellsJaven O'Neal2016-04-061-0/+19
* add test coverage for WorkbookFactory.create(File file, String password, Bool...Javen O'Neal2016-04-061-0/+18
* bug 59264: fix javadocsJaven O'Neal2016-04-061-1/+1
* bug 59264: fix findbugs warning 'A boxed value is unboxed and then immediatel...Javen O'Neal2016-04-061-1/+1
* whitespace (tabs to 4 spaces)Javen O'Neal2016-04-053-556/+556
* bug 59264: move border style deprecations to POI 3.15 beta 2.Javen O'Neal2016-04-056-69/+55
* bug 59264: type safety: check if border code is a valid BorderStyle enum for ...Javen O'Neal2016-04-051-100/+44
* bug 59264: allow borders styles to be set with BorderStyles enums or Short co...Javen O'Neal2016-04-051-2/+14
* bug 59264: add link to BorderStyle on deprecated BORDER_* constantsJaven O'Neal2016-04-051-14/+14
* bug 59264: use BorderStyle for changing Cell border line styleJaven O'Neal2016-04-0528-670/+968