6213 Commits (f998d39515e15349b3a75ffbee634917d28645f0)
 

Author SHA1 Message Date
  Dominik Stadler f998d39515 Bug 53109: Correctly handle unicode strings in NameCommentRecord 9 years ago
  Nick Burch e538572bea Patch from René Scheibe from bug #57512 - Fix potential NPE in DateUtil for invalid dates 9 years ago
  Dominik Stadler e5c1a36de9 Add missing license header 9 years ago
  Dominik Stadler b051a10087 Bug 57904: Add full source build from dist-packages to CI builds 9 years ago
  Dominik Stadler e11a46e6ad List more targets in help, make jar-src work standalone 9 years ago
  Dominik Stadler 18aa9b54a6 Set version to 3.13-beta1 9 years ago
  Tim Allison 0a914712bc POI-57975: clean up white spaces and other style issues in XWPF 9 years ago
  Tim Allison 179e46232b POI-57889 -- actually trigger inclusion of CTNumLvl with document contributed by Moritz Dorka on TIKA-1315 9 years ago
  Nick Burch d6f899fd9d Note on why ooxml needs scratchpad, for one part only 9 years ago
  Nick Burch 9530ad26c6 Correct package 9 years ago
  Nick Burch e4ef91f186 Pull out the parts of TextPainter needed by XSLF from HSLF to common-SL in core #57963 9 years ago
  Nick Burch f2dba42227 #57963 Move the WP and SL interface definitions to core from scratchpad, so the OOXML classes can work without scratchpad 9 years ago
  Nick Burch e73a6ab4b1 Fix inconsistent indents 9 years ago
  Nick Burch d2cde65c30 #57951 Use BigDecimal in some cases in DataFormatter.formatRawCellContents, to avoid rounding problems on JDK8. Patch from Robert Kish 9 years ago
  Nick Burch 2dea5356aa Fix inconsistent indents 9 years ago
  Dominik Stadler a0f51be3ec Add WorkbookFactory.create() with a flag to allow to open files read-only, keep the current way of opening read/write as default to not break existing code. 9 years ago
  Dominik Stadler e7957fc6b8 Make POIXMLDocument implement Closeable as it holds an OCPPackage with open resources and thus should be closed after usage. Until now only XSSFWorkbook did this, but it makes sense for all derived classes. 9 years ago
  Nick Burch 2d71e80930 Add ignore - file has no content streams 9 years ago
  Nick Burch 650bb1b8cb #56791 Make NPOIFS the default when POIFSFileSystem is requested 9 years ago
  Nick Burch 9b20ef64bc Force OPOIFS test to explicitly create OPOIFS instance 9 years ago
  Nick Burch f51479df57 Force OPOIFS test to explicitly create OPOIFS instance 9 years ago
  Nick Burch d617309024 Remove a long-deprecated OPOIFS related method 9 years ago
  Nick Burch 1bb45fdc91 Fix warnings 9 years ago
  Nick Burch 76b49ec06d Fix testing for NPOIFS zero-length stream writing 9 years ago
  Nick Burch be1cb0c59c Fix NPOIFS to handle dodgy excel-95 file from bug #46904 9 years ago
  Nick Burch e191e05045 More 0 byte stream tests 9 years ago
  Dominik Stadler e15c254996 Add verification unit test for bug 47169 9 years ago
  Dominik Stadler f3872cbcf4 Apply fix reported in bug 47661 and add unit tests 9 years ago
  Dominik Stadler 5209d15d1c Prevent problems reported in Bug 56574 by ensuring that Cells are properly removed when a row is overwritten by calling createRow() with it's rownum. 9 years ago
  Dominik Stadler 636fefef8a Update to JaCoCo 0.7.4 and fix location of coverage data in build-output 9 years ago
  Dominik Stadler 6aa5be12bb Let Eclipse add some more settings to the project files 9 years ago
  Dominik Stadler 432257dcf2 Move location where document is held and adjust constructors and class-hierarchy accordingly 9 years ago
  Dominik Stadler 704125aacf Adjust error message to have the same error across different types of Workbook and revert test to check on common error message again 9 years ago
  Dominik Stadler 229effd2cc Fix unit test which asserts on actual error message 9 years ago
  Andreas Beeker f857fbfb39 Update documentation for POI 3.12 9 years ago
  Dominik Stadler fcd5590d0d Adjust intendation 9 years ago
  Dominik Stadler 51acceca48 Provide better exception if we would access out of bounds in arraycopy for Escher properties 9 years ago
  Dominik Stadler 43710ae5f2 Avoid possible NPE found via CommonCrawl files 9 years ago
  Dominik Stadler 4df1357058 Add checks for invalid row number in RowRecord to find corrupted files earlier 9 years ago
  Nick Burch 14ca466474 #56791 More updates from OPOIFS to NPOIFS 9 years ago
  Nick Burch 5abd6431a2 #56791 More updates from OPOIFS to NPOIFS 9 years ago
  Nick Burch dd8090c1c4 Leave POIFSFileSystem as a lightweight shim around OPOIFSFileSystem pending the final changeover for #56791 9 years ago
  Nick Burch 1c4d0baeca #56791 More updates from OPOIFS to NPOIFS 9 years ago
  Nick Burch 32579cda68 #56791 More updates from OPOIFS to NPOIFS 9 years ago
  Nick Burch 680740dc25 Add a deep re-write NPOIFS test 9 years ago
  Nick Burch 4cc1544708 Correct zero byte entry support in NPOIFS 9 years ago
  Nick Burch 1d484efbbb Disabled NPOIFS unit test - problem with 0 length entries discovered working on #56791 9 years ago
  Nick Burch de97868d2f More NPOIFS ministore tests 9 years ago
  Nick Burch 3e2fa9befa Add a (disabled) failing unit test on heavily nested NPOIFS copies, found working on #56791 9 years ago
  Nick Burch 55d20266dc #56791 Remove long-deprecated OPOIFS related methods 9 years ago