663 Commits (34cb8609982f26f1d82a8a343d368217aca45def)

Author SHA1 Message Date
  Tim Allison 34cb860998 bug 61294 -- prevent infinite loop in IOUtils' skipFully. 7 years ago
  PJ Fanning 6de159d232 [Bug-61281] guard against index out of bounds in XSSFExportToXml column mapping 7 years ago
  Javen O'Neal 34d9764ca5 bug 60685: ignore problems with HPBF Publisher Quill Contents PLC hyperlink records so that text extraction can continue 7 years ago
  PJ Fanning 879a6d20c3 [Bug-61268] avoid NegativeArraySizeException parsing doc file 7 years ago
  Nick Burch 933f9c1201 #61266 Test for old unsupported MS Write WRI files, and give a more helpful exception if found, plus unit tests 7 years ago
  Andreas Beeker c82aa1a4bb #61169 - Text with Japanese characters overflows textbox 7 years ago
  Greg Woolsey 3e6d942b95 Add file that failed regression tests as a unit test. 7 years ago
  Tim Allison 153821e443 bug 61045 -- allow for (and log!) extra bytes in FormatRecord. 7 years ago
  Dominik Stadler eb417057c4 Don't try to clone a chart, this makes integration-tests work for a few more documents, also the one added via bug 56557 7 years ago
  Dominik Stadler 334a7b87b4 Add missing file for test for bug 56557 7 years ago
  Dominik Stadler 20ed0075e8 Bug 60374: Add test for ArrayIndexOutOfBounds on old Word Documents due to Non-Unicode 7 years ago
  Nick Burch 9907b69401 XSSFTable should format numeric/date cells when used as Column Header names as Excel does, see https://stackoverflow.com/questions/44407111/apache-poi-cant-format-filled-cells-as-numeric 7 years ago
  Andreas Beeker 1bcde5f6d4 #61162 - En-/decryption support for HWPF 7 years ago
  Greg Woolsey c844803b66 Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 7 years ago
  Dominik Stadler 05a6cf3263 Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), may be missing for other functions where ArrayEval is currently handled 7 years ago
  Andreas Beeker 965860b116 removed invalid test file 7 years ago
  Greg Woolsey 674d6ac2c9 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-0310-9956-ffa450edef68 7 years ago
  Greg Woolsey 530dd0e083 61060 - teach DataFormatter about conditional formatting rules with number formats 7 years ago
  Andreas Beeker 24f2dcf6cb #52372 - OutOfMemoryError parsing a word file 7 years ago
  Andreas Beeker a922504640 #52117 - Invalid "last printed" summary field value 7 years ago
  Andreas Beeker c22e972b3d Fix hpsf javadocs and code issues 7 years ago
  Dominik Stadler 19cf1d5814 60325: Add commented out test that reproduces the performance issue 7 years ago
  Javen O'Neal acd2fa8de1 bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets. 7 years ago
  Andreas Beeker 19fe559090 #60993 - HSLF: Grid and rowspan calculation in table cells is wrong 7 years ago
  Nick Burch b51a80f60b Failing, disabled unit test for bug #60973 7 years ago
  Greg Woolsey f60ca16829 Issue #60971, handle formula chart titles 7 years ago
  Andreas Beeker 1f113bc64a Fix AIOOBE while extracting hssf pictures which are externally linked 7 years ago
  Dominik Stadler 84e0fc5e42 Test for another type of xml-bomb 7 years ago
  Dominik Stadler 2254ad2ac3 Fix issue found via large corpus tests: HSSFPicture in a HSSFShapeGroup might not have a patriarch set, so let's walk up the parents to try to find one. 7 years ago
  Tim Allison 6fe3b75bfd bug 50955 -- word 6.0 charset fix 7 years ago
  Tim Allison 8366c8737a 60881 and 60891 -- on further look, no need to throw an exception for an encrypted xlsb. On the second, let's fix readFully to read fully. 7 years ago
  Dominik Stadler e592175afa Bug 60042: Add sample file to check if this bug is fixed via bug 55791 already. 7 years ago
  Dominik Stadler f97cba7b90 Bug 60810: Check for duplicate relation-names for notes similar to the fix for slides themselves in bug 55791 7 years ago
  Dominik Stadler 2f2c994410 60823: DGET function, correct behavior with multiple result entries but only one non-blank 7 years ago
  Dominik Stadler 5e74d6bef1 Add docm-file which is actually a binary doc to check handling of wrong-format-exceptions 7 years ago
  Tim Allison e6ff9b74f4 60826 -- add initial support for streaming reading of xlsb files. 7 years ago
  Greg Woolsey 03d9c873df Fixed #60858, which showed a regression of the fix for #56420 introduced by my refactoring to fix #56822. 7 years ago
  Dominik Stadler 38f23e4c0e Add tests from bug 45353 to show that this now works fine 7 years ago
  Tim Allison 396cd26693 51519 -- allow users to ignore or include the <rPh> (phonetic run) element in the ReadOnlySharedStringsTable used in the SAX/streaming xlsx reader. 7 years ago
  Tim Allison 1ace11526e Bug 60795 -- add enum for message class in MAPIMessage; deprecate getMessageClass() 7 years ago
  Greg Woolsey 161facc089 Bug #56822 fix COUNTIFS() 7 years ago
  Greg Woolsey 99390a5759 Add evaluation of data validation rules and conditional formatting 7 years ago
  Andreas Beeker eedbf5df3e #60715 - Blank layout was not found 7 years ago
  Javen O'Neal 2a0c4cdde4 bug 59983: correctly update shared formulas when shifting rows. Thanks to Luca Martini for the initial failing unit test with test file and Chiara Marcheschi for the patch 7 years ago
  Andreas Beeker 7ed2c1e85a #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStream 7 years ago
  Dominik Stadler c7cf41f988 Revert previous changes enough to restore the case in the commoncrawl-corpus which is failing now, add a unit-test for this case, enable one disabled unit-test 7 years ago
  Dominik Stadler 02706f1303 Finally enable test for bug 44937, we got the requested missing test-documents a long time ago already. 7 years ago
  Tim Allison 5750c85be9 Bug 60570 - Add rudimentary EMF read-only capability 7 years ago
  Javen O'Neal bdc2e2fe04 bug 60260: parse unicode sheet names 7 years ago
  Javen O'Neal f5f892acc1 bug 60550: read ContentID chunks from mail attachments 7 years ago