| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | junit4 assert* improvements, add CTChartsheet to unit test so that it's compi... | Javen O'Neal | 2016-04-12 | 1 | -7/+12 |
* | convert to junit4 | Javen O'Neal | 2016-04-12 | 1 | -2/+9 |
* | Exclude file that was modified and now fails with the known limitation of she... | Dominik Stadler | 2016-04-12 | 1 | -0/+1 |
* | convert to junit4 | Javen O'Neal | 2016-04-12 | 2 | -4/+19 |
* | whitespace: +svn:eol-style=native, tabs to 4 spaces | Javen O'Neal | 2016-04-12 | 1 | -170/+170 |
* | javadoc typo | Javen O'Neal | 2016-04-12 | 1 | -1/+1 |
* | change chart type from 2 independent data series to one independent-dependent... | Javen O'Neal | 2016-04-12 | 2 | -0/+0 |
* | fix javadocs and findbugs warnings | Javen O'Neal | 2016-04-12 | 3 | -25/+87 |
* | bug 59306: add SimpleScatterChart.xls(x) for testing | Javen O'Neal | 2016-04-12 | 2 | -0/+0 |
* | bug 52949: add unit test for reading VBA Macros from a Visio OOXML (VSDM, 201... | Javen O'Neal | 2016-04-11 | 1 | -3/+11 |
* | bug 52949: add Visio (XDGF) file with macros to test macro extraction | Javen O'Neal | 2016-04-11 | 1 | -0/+0 |
* | bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di... | Javen O'Neal | 2016-04-11 | 6 | -33/+193 |
* | bug 52949: add Word, Powerpoint, and Visio (HDGF) files with macros to test m... | Javen O'Neal | 2016-04-11 | 8 | -0/+36 |
* | add compile dependency to forbidden-apis-check so that forbidden-apis-check w... | Javen O'Neal | 2016-04-11 | 1 | -1/+1 |
* | bug 52949: fix forbidden apis | Javen O'Neal | 2016-04-11 | 2 | -6/+14 |
* | add @NotImplemented annotation to methods that are not implemented | Javen O'Neal | 2016-04-10 | 11 | -20/+128 |
* | ignore VBA source files in integration test | Javen O'Neal | 2016-04-10 | 1 | -1/+13 |
* | bug 52949: parameterize fromNPOIFS also | Javen O'Neal | 2016-04-10 | 1 | -11/+27 |
* | bug 52949: prepare for adding DOC/DOCM and PPT/PPTM test cases | Javen O'Neal | 2016-04-10 | 1 | -20/+36 |
* | bug 52949: add junit test for RLEDecompressingInputStream | Javen O'Neal | 2016-04-10 | 6 | -22/+231 |
* | svn propset svn:eol-style native | Javen O'Neal | 2016-04-10 | 1 | -273/+273 |
* | Javadoc tweaks | Nick Burch | 2016-04-10 | 2 | -3/+3 |
* | Make the extractor exactly that, powered by the reader #52949 | Nick Burch | 2016-04-10 | 1 | -154/+55 |
* | Unit test for VBA macro reading #52949 | Nick Burch | 2016-04-10 | 6 | -105/+247 |
* | Start to refactor VBAMacroExtractor into a more general class | Nick Burch | 2016-04-10 | 1 | -0/+199 |
* | VBA extraction support from bug #52949 from Barry Lagerweij | Nick Burch | 2016-04-10 | 2 | -0/+461 |
* | Bug 57844: Add some javadoc for unimplemented features in SXSSF | Dominik Stadler | 2016-04-10 | 2 | -1/+13 |
* | remove copy&paste error in release-prep | Andreas Beeker | 2016-04-09 | 1 | -10/+1 |
* | close fileinputstream on second exception in ZipPackage | Tim Allison | 2016-04-08 | 2 | -2/+40 |
* | update release-guide and build.xml to the new release process | Andreas Beeker | 2016-04-07 | 1 | -78/+123 |
* | In Example FromHowTo, open the OPCPacakge read-only to not try to write it ba... | Dominik Stadler | 2016-04-07 | 1 | -2/+3 |
* | update license - include additional dependencies | Andreas Beeker | 2016-04-06 | 1 | -183/+233 |
* | Close two more file-handles in Example FromHowTo | Dominik Stadler | 2016-04-06 | 1 | -25/+33 |
* | Tried to evaluate all formulas in worksheets as part of the integration tests... | Dominik Stadler | 2016-04-06 | 1 | -1/+16 |
* | Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be t... | Dominik Stadler | 2016-04-06 | 3 | -43/+193 |
* | Slightly improve error message | Dominik Stadler | 2016-04-06 | 5 | -74/+50 |
* | Code cleanup via IntelliJ: Remove unnecessary semicolon | Dominik Stadler | 2016-04-06 | 41 | -134/+118 |
* | Add missing license header | Dominik Stadler | 2016-04-06 | 1 | -0/+18 |
* | Bug 56911: Fix IndexOutOfBoundsException in PlfLfo.add() and add minimal test... | Dominik Stadler | 2016-04-06 | 3 | -19/+81 |
* | Fix javadoc warning - As per http://bugs.java.com/bugdatabase/view_bug.do;jse... | Nick Burch | 2016-04-06 | 1 | -1/+1 |
* | add test coverage for TestSXSSFCell.toString() on blank and date cells | Javen O'Neal | 2016-04-06 | 1 | -0/+19 |
* | add test coverage for WorkbookFactory.create(File file, String password, Bool... | Javen O'Neal | 2016-04-06 | 1 | -0/+18 |
* | bug 59264: fix javadocs | Javen O'Neal | 2016-04-06 | 1 | -1/+1 |
* | bug 59264: fix findbugs warning 'A boxed value is unboxed and then immediatel... | Javen O'Neal | 2016-04-06 | 1 | -1/+1 |
* | whitespace (tabs to 4 spaces) | Javen O'Neal | 2016-04-05 | 3 | -556/+556 |
* | bug 59264: move border style deprecations to POI 3.15 beta 2. | Javen O'Neal | 2016-04-05 | 6 | -69/+55 |
* | bug 59264: type safety: check if border code is a valid BorderStyle enum for ... | Javen O'Neal | 2016-04-05 | 1 | -100/+44 |
* | bug 59264: allow borders styles to be set with BorderStyles enums or Short co... | Javen O'Neal | 2016-04-05 | 1 | -2/+14 |
* | bug 59264: add link to BorderStyle on deprecated BORDER_* constants | Javen O'Neal | 2016-04-05 | 1 | -14/+14 |
* | bug 59264: use BorderStyle for changing Cell border line style | Javen O'Neal | 2016-04-05 | 28 | -670/+968 |