2016-04-12 |
Javen O'Neal | whitespace (tabs to spaces) |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | fix several findbugs SF_SWITCH_NO_DEFAULT warnings |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | add LINK_TYPE_SECONDARY_CATEGORIES, which appears to... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Dominik Stadler | Fix compiler warnings and ensure CTChartSheets stays... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | sourceforge findbugs can't be downloaded over HTTPS yet |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | use https URLs when available |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | junit4 assert* improvements, add CTChartsheet to unit... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | convert to junit4 |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Dominik Stadler | Exclude file that was modified and now fails with the... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | convert to junit4 |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | whitespace: +svn:eol-style=native, tabs to 4 spaces |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | javadoc typo |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | change chart type from 2 independent data series to... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | fix javadocs and findbugs warnings |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Javen O'Neal | bug 59306: add SimpleScatterChart.xls(x) for testing |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Javen O'Neal | bug 52949: add unit test for reading VBA Macros from... |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Javen O'Neal | bug 52949: add Visio (XDGF) file with macros to test... |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Javen O'Neal | bug 52949: add VBAMacroReader unit tests for H/XSLF... |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Javen O'Neal | bug 52949: add Word, Powerpoint, and Visio (HDGF) files... |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Javen O'Neal | add compile dependency to forbidden-apis-check so that... |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Javen O'Neal | bug 52949: fix forbidden apis |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Javen O'Neal | add @NotImplemented annotation to methods that are... |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Javen O'Neal | ignore VBA source files in integration test |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Javen O'Neal | bug 52949: parameterize fromNPOIFS also |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Javen O'Neal | bug 52949: prepare for adding DOC/DOCM and PPT/PPTM... |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Javen O'Neal | bug 52949: add junit test for RLEDecompressingInputStream |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Javen O'Neal | svn propset svn:eol-style native |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Nick Burch | Javadoc tweaks |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Nick Burch | Make the extractor exactly that, powered by the reader... |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Nick Burch | Unit test for VBA macro reading #52949 |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Nick Burch | Start to refactor VBAMacroExtractor into a more general... |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Nick Burch | VBA extraction support from bug #52949 from Barry Lagerweij |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Dominik Stadler | Bug 57844: Add some javadoc for unimplemented features... |
commit | commitdiff | tree | snapshot |
2016-04-09 |
Andreas Beeker | remove copy&paste error in release-prep |
commit | commitdiff | tree | snapshot |
2016-04-08 |
Tim Allison | close fileinputstream on second exception in ZipPackage |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Andreas Beeker | update release-guide and build.xml to the new release... |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Dominik Stadler | In Example FromHowTo, open the OPCPacakge read-only... |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Andreas Beeker | update license - include additional dependencies |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Dominik Stadler | Close two more file-handles in Example FromHowTo |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Dominik Stadler | Tried to evaluate all formulas in worksheets as part... |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Dominik Stadler | Bug 58648: Fix handling whitespaces in formulas, unfort... |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Dominik Stadler | Slightly improve error message |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Dominik Stadler | Code cleanup via IntelliJ: Remove unnecessary semicolon |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Dominik Stadler | Add missing license header |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Dominik Stadler | Bug 56911: Fix IndexOutOfBoundsException in PlfLfo... |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Nick Burch | Fix javadoc warning - As per http://bugs.java.com/bugda... |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Javen O'Neal | add test coverage for TestSXSSFCell.toString() on blank... |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Javen O'Neal | add test coverage for WorkbookFactory.create(File file... |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Javen O'Neal | bug 59264: fix javadocs |
commit | commitdiff | tree | snapshot |
2016-04-06 |
Javen O'Neal | bug 59264: fix findbugs warning 'A boxed value is unbox... |
commit | commitdiff | tree | snapshot |
2016-04-05 |
Javen O'Neal | whitespace (tabs to 4 spaces) |
commit | commitdiff | tree | snapshot |
2016-04-05 |
Javen O'Neal | bug 59264: move border style deprecations to POI 3... |
commit | commitdiff | tree | snapshot |
2016-04-05 |
Javen O'Neal | bug 59264: type safety: check if border code is a valid... |
commit | commitdiff | tree | snapshot |
2016-04-05 |
Javen O'Neal | bug 59264: allow borders styles to be set with BorderSt... |
commit | commitdiff | tree | snapshot |
2016-04-05 |
Javen O'Neal | bug 59264: add link to BorderStyle on deprecated BORDER... |
commit | commitdiff | tree | snapshot |
2016-04-05 |
Javen O'Neal | bug 59264: use BorderStyle for changing Cell border... |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Javen O'Neal | bug 59264: copy cell border style codes (from CellStyle... |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Javen O'Neal | rearrange BORDER_DOTTED and BORDER_HAIR |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Tim Allison | revert test file to original bytes see bug 59257. ... |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Andreas Beeker | prepare for 3.15-beta2 |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Andreas Beeker | release prepare for 3.15-beta1 - pin documentation |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Andreas Beeker | release prepare for 3.15-beta1 - updating build.xml... |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Andreas Beeker | prepare for 3.15-beta2 |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Andreas Beeker | release prepare for 3.15-beta1 - pin documentation |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Andreas Beeker | release prepare for 3.15-beta1 - updating build.xml... |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Andreas Beeker | release prepare for 3.15-beta1 - updating build.xml... |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Dominik Stadler | Bug 55982: Don't fail to open the spreadsheet if no... |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Dominik Stadler | Fix two more places where wrong/invalid files can lead... |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Dominik Stadler | Prevent us from changing the file with every test-run |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Dominik Stadler | Fix some cases where file handles are not closed in... |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Dominik Stadler | Regression: Add unit-test which triggers more code... |
commit | commitdiff | tree | snapshot |
2016-04-01 |
Nick Burch | Javadoc fix - Generics are type-erased so not included... |
commit | commitdiff | tree | snapshot |
2016-04-01 |
Dominik Stadler | Enhance integration tests to call some of the common... |
commit | commitdiff | tree | snapshot |
2016-04-01 |
Tim Allison | POI 59257 upgrade Bouncy Castle to 1.54 |
commit | commitdiff | tree | snapshot |
2016-03-31 |
Dominik Stadler | Bug 57930: Add support for inlineString in FromHowTo |
commit | commitdiff | tree | snapshot |
2016-03-31 |
Dominik Stadler | Adjust integration tests, fix compilation warnings... |
commit | commitdiff | tree | snapshot |
2016-03-31 |
Dominik Stadler | Apply patch from bug 58909 - Add a cloneSheet() which... |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Nick Burch | Fetch the Ant SVN binding jars if init-svn is called |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Dominik Stadler | DumpPOIFS: Create a separate named sub-directory for... |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Dominik Stadler | Revert set of inadvertedly committed files/changes |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Dominik Stadler | Bug 58915: Add note about memory consumption and update... |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Dominik Stadler | Bug 58915: Update javadoc for memory consumption and... |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Dominik Stadler | Try to reproduce bug 58922, convert to JUnit 4 |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Dominik Stadler | Fix some compiler warnings, improve error message,... |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Dominik Stadler | Bug 59132: Adjust implementation of COUNTBLANK to be... |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Andreas Beeker | XSLF: do not display Master Slide objects by default |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Andreas Beeker | some zips can't be opened via ZipFile in JDK6, as the... |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Andreas Beeker | sonar fixes |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Dominik Stadler | Fix some compiler warnings, javadoc, ... |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Dominik Stadler | Bug 59199: Handle null date-values in a similar way... |
commit | commitdiff | tree | snapshot |
2016-03-27 |
Javen O'Neal | assertCloseDoesNotModifyFile method was adapted from... |
commit | commitdiff | tree | snapshot |
2016-03-27 |
Javen O'Neal | add more commented-out tests for bug 58779: closing... |
commit | commitdiff | tree | snapshot |
2016-03-27 |
Javen O'Neal | make OPCPackage logger final |
commit | commitdiff | tree | snapshot |
2016-03-24 |
Javen O'Neal | bug 59224: change hasTint, add hasAlpha and unit tests... |
commit | commitdiff | tree | snapshot |
2016-03-24 |
Javen O'Neal | make private member variable ctColor final |
commit | commitdiff | tree | snapshot |
2016-03-23 |
Javen O'Neal | bug 59222: fix NPE thrown by (S)XSSFSheet.getCellCommen... |
commit | commitdiff | tree | snapshot |
2016-03-22 |
Javen O'Neal | bug 59212: Do not check for overlapping regions when... |
commit | commitdiff | tree | snapshot |
2016-03-22 |
Javen O'Neal | bug 59212: Do not check for overlapping regions when... |
commit | commitdiff | tree | snapshot |
2016-03-22 |
Dominik Stadler | Check for null in IOUtils.closeQuietly() to not log... |
commit | commitdiff | tree | snapshot |
2016-03-22 |
Javen O'Neal | return unmodifiable shared strings to guarentee paralle... |
commit | commitdiff | tree | snapshot |
next |