7397 Commits (962d0829f1fda57d94f141b92787f0bb1298463b)
 

Author SHA1 Message Date
  Javen O'Neal 3a44eba6a2 bug 59312: delete temporary files even when the output stream cannot be closed (such as out of disk space IOException) 8 years ago
  Javen O'Neal fd50426dc6 javadocs fixes 8 years ago
  Javen O'Neal 2f703ce676 fix several findbugs SF_SWITCH_NO_DEFAULT warnings 8 years ago
  Javen O'Neal 6b0d0cba76 whitespace (tabs to spaces) 8 years ago
  Javen O'Neal 18f7a2de88 fix several findbugs SF_SWITCH_NO_DEFAULT warnings 8 years ago
  Javen O'Neal 4ae65e6253 add LINK_TYPE_SECONDARY_CATEGORIES, which appears to be a valid type (0x03) based on HSSFChart.insertData 8 years ago
  Dominik Stadler 6e22add129 Fix compiler warnings and ensure CTChartSheets stays included and is not refactored out by automated import reorganization 8 years ago
  Javen O'Neal 6c38d6cf26 sourceforge findbugs can't be downloaded over HTTPS yet 8 years ago
  Javen O'Neal 22376d8c16 use https URLs when available 8 years ago
  Javen O'Neal 844478fcb8 junit4 assert* improvements, add CTChartsheet to unit test so that it's compiled into poi-ooxml-schemas.jar (if it isn't already) 8 years ago
  Javen O'Neal c5135474af convert to junit4 8 years ago
  Dominik Stadler 01ec1cf697 Exclude file that was modified and now fails with the known limitation of sheet-cloning 8 years ago
  Javen O'Neal 6d21c71624 convert to junit4 8 years ago
  Javen O'Neal 4e19bb9466 whitespace: +svn:eol-style=native, tabs to 4 spaces 8 years ago
  Javen O'Neal ccbd5b209b javadoc typo 8 years ago
  Javen O'Neal 0aeb2a0473 change chart type from 2 independent data series to one independent-dependent data series 8 years ago
  Javen O'Neal b302d10d8c fix javadocs and findbugs warnings 8 years ago
  Javen O'Neal 6869564a1e bug 59306: add SimpleScatterChart.xls(x) for testing 8 years ago
  Javen O'Neal bc706e250b bug 52949: add unit test for reading VBA Macros from a Visio OOXML (VSDM, 2013+) file 8 years ago
  Javen O'Neal 5c29cfc058 bug 52949: add Visio (XDGF) file with macros to test macro extraction 8 years ago
  Javen O'Neal e869575af9 bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE directories as case-insensitive 8 years ago
  Javen O'Neal e3ad497b79 bug 52949: add Word, Powerpoint, and Visio (HDGF) files with macros to test macro extraction 8 years ago
  Javen O'Neal 100e079cc8 add compile dependency to forbidden-apis-check so that forbidden-apis-check will recompile sources that have been modified 8 years ago
  Javen O'Neal 68a183842c bug 52949: fix forbidden apis 8 years ago
  Javen O'Neal 4eb247b528 add @NotImplemented annotation to methods that are not implemented 8 years ago
  Javen O'Neal e38a5d05c1 ignore VBA source files in integration test 8 years ago
  Javen O'Neal f92495b0a3 bug 52949: parameterize fromNPOIFS also 8 years ago
  Javen O'Neal a560514759 bug 52949: prepare for adding DOC/DOCM and PPT/PPTM test cases 8 years ago
  Javen O'Neal 17a339549d bug 52949: add junit test for RLEDecompressingInputStream 8 years ago
  Javen O'Neal 46a29e4a24 svn propset svn:eol-style native 8 years ago
  Nick Burch 5a3c735215 Javadoc tweaks 8 years ago
  Nick Burch 1d330deeac Make the extractor exactly that, powered by the reader #52949 8 years ago
  Nick Burch f5091846ff Unit test for VBA macro reading #52949 8 years ago
  Nick Burch 74c03a3f7b Start to refactor VBAMacroExtractor into a more general class 8 years ago
  Nick Burch 9deca1afc7 VBA extraction support from bug #52949 from Barry Lagerweij 8 years ago
  Dominik Stadler 1ba163432c Bug 57844: Add some javadoc for unimplemented features in SXSSF 8 years ago
  Andreas Beeker bb0a97df87 remove copy&paste error in release-prep 8 years ago
  Tim Allison f76b3ae767 close fileinputstream on second exception in ZipPackage 8 years ago
  Andreas Beeker 77910da289 update release-guide and build.xml to the new release process 8 years ago
  Dominik Stadler faad31ef79 In Example FromHowTo, open the OPCPacakge read-only to not try to write it back on close() 8 years ago
  Andreas Beeker 2874d7b678 update license - include additional dependencies 8 years ago
  Dominik Stadler 21891ff0f8 Close two more file-handles in Example FromHowTo 8 years ago
  Dominik Stadler 14140f6aba Tried to evaluate all formulas in worksheets as part of the integration tests, but some documents fail and it probably increases runtime of tests considerably, so left commented out for now. 8 years ago
  Dominik Stadler cb911c4b9a Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be 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 8 years ago
  Dominik Stadler abf2f29478 Slightly improve error message 8 years ago
  Dominik Stadler 734cd9d484 Code cleanup via IntelliJ: Remove unnecessary semicolon 8 years ago
  Dominik Stadler 454c10a1e1 Add missing license header 8 years ago
  Dominik Stadler 5b6f2c72c9 Bug 56911: Fix IndexOutOfBoundsException in PlfLfo.add() and add minimal test, however these classes look quite untested and thus require more test-coverage to make them more robust 8 years ago
  Nick Burch 4f5c89013c Fix javadoc warning - As per http://bugs.java.com/bugdatabase/view_bug.do;jsessionid=d014dfa686594180be40ca5872f5?bug_id=4907024 an @see is only allowed a single link with nothing after it 8 years ago
  Javen O'Neal 876efe206f add test coverage for TestSXSSFCell.toString() on blank and date cells 8 years ago