6105 Commits (e04afe2fa9b1ab62d2a1b24aee9b3a4b235a1d3d)
 

Author SHA1 Message Date
  Nick Burch e04afe2fa9 Test file from Marcin Łoś from bug #57851 9 years ago
  Nick Burch 780654a9ea Fix inconsistent indents 9 years ago
  Nick Burch 76919e72c3 Add unit test for Eventmodel processing of password protected excel files 9 years ago
  Dominik Stadler 3c1dc201a3 Print out slightly more on test-failure for a unit tests which fails intermittently 9 years ago
  Dominik Stadler 90827dc966 Fix bug 57828, shifting more than one commit per row did not work. 9 years ago
  Dominik Stadler cdb3f37323 Fix some Eclipse warnings 9 years ago
  Dominik Stadler 1c522adc6b Fix usage of Generics in some classes 9 years ago
  Dominik Stadler 894c74386e Avoid possible NullPointerException seen with some powerpoint files 9 years ago
  Dominik Stadler 710b10eb1f Fix possible ArrayIndexOutOfBoundsException seen with some word documents 9 years ago
  Dominik Stadler 1201332d48 Avoid NullPointerException if an image cannot be read 9 years ago
  Dominik Stadler 208955bc8c Detect if a file is actually PDF instead of .doc similar to how it is already done for RTF 9 years ago
  Dominik Stadler 63598c852d Add missing nested Exception in thrown Exception 9 years ago
  Nick Burch facbded856 Patch from Jon Scharff from bug #57820 - Avoid NPE on HSLF Tables with a top position of -1 9 years ago
  Dominik Stadler 903b5c91c1 Adjust Eclipse project settings to ensure that files are read as UTF-8 on Windows or systems with different character encoding settings. 9 years ago
  Dominik Stadler 2c7987545b Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTable and we try to adjust it during sheet removal. 9 years ago
  Dominik Stadler 690abbe554 Bug 56579: Throw exception if max string length of 32767 chars is exceeded in XSSF and SXSSF. 9 years ago
  Dominik Stadler 563cab9681 XMLPrettyPrint: Don't try to pretty-print non-XML files and print out which file from the ooxml-file fails to parse 9 years ago
  Dominik Stadler 7801cb1f54 Bug 55386: Fix handling of bold formatting in example application 'ToHtml' 9 years ago
  Dominik Stadler dd875c9c04 Integration test: Do a few more things with the MapiMessage 9 years ago
  Dominik Stadler 8b3da080a2 Add test-document from bug 53379 to verify in integration tests that text extraction does not fail any more 9 years ago
  Dominik Stadler b39c87b884 Integration tests: Expect exception for old word documents and still run the text extraction for them. Also add executing HPSFPropertiesExtractor where possible 9 years ago
  Dominik Stadler a4b104d68e Add test-document to verify that bug 51921 is fixed already 9 years ago
  Dominik Stadler 642ba72872 Add test from bug 49423 to verify that the problem was fixed in the meantime 9 years ago
  Dominik Stadler b983911836 Eclipse warnings, Generics, unused members in some exapmles and scratchpad classes. 9 years ago
  Dominik Stadler d6f8268e56 Add more test-files from bug 44501, all seem to work fine now 9 years ago
  Dominik Stadler 0850e7d846 Bug 47304: use fixed encoding when extracting text in WordDocument 9 years ago
  Dominik Stadler 4c8d98eb0b Bug 56017: fix shifting comments with shifted rows and move some more tests into the base classes to run them against XSSF, SXSSF and HSSF 9 years ago
  Dominik Stadler ec52e77351 Remove Javadoc/Eclipse warnings 9 years ago
  Dominik Stadler 7764200fe2 Bug 56295: Fix cloning of styles across workbooks and handling of default value of attribute applyFill 9 years ago
  Dominik Stadler 1461cf947c Add second verification of bug 56325 to ensure it is really fixed 9 years ago
  Dominik Stadler 2f8c89683f Remove some findbugs warnings about missing close of streams, use existing IOUtils.copy() to copy from one stream to another 9 years ago
  Dominik Stadler 2e47191ba7 Also write findbugs.xml file for reading the results in ^Cnkins builds 9 years ago
  Nick Burch 0227765619 Detect OOXML-strict, and give more helpful exceptions for them 9 years ago
  Nick Burch a633be55ba Fix inconsistent indents 9 years ago
  Nick Burch f5d6985737 More relation types 9 years ago
  Nick Burch 06efaaecf8 Stub unit tests for #57699 9 years ago
  Dominik Stadler 61f2898396 Bug 56380: Remove limitation of 1024 comments per Workbook 9 years ago
  Nick Burch 1f3f88a299 Exclude the OOXML strict files for now, not yet supported, see bug #57699 9 years ago
  Nick Burch b5b76b5a12 Add some sample Strict ooxml files, from Excel 2013 9 years ago
  Dominik Stadler 29c8e5056c Verify that document from bug 56392 works 9 years ago
  Dominik Stadler 44d37a24ad Add helper test to verify that vsdx cannot even be loaded by POIXMLDocument curently. 9 years ago
  Nick Burch ac92165d20 No support as yet for the OOXML visio files, so have these ignored 9 years ago
  Nick Burch 8f8886986a Fix inconsistent indents 9 years ago
  Dominik Stadler 9d73215957 Bug 56467: Fix cloning of sheets with pictures 9 years ago
  Dominik Stadler 0ec21978fc Add testcase which verifies that bug 56820 was solved by some other fix already 9 years ago
  Dominik Stadler 336e16ba35 Remove unused import 9 years ago
  Nick Burch b22b9cf0d5 Fix inconsistent indents 9 years ago
  Nick Burch 47a2847cbe Give a more helpful exception if a Visio VSDX ooxml file is passed to ExtractorFactory 9 years ago
  Nick Burch 7ade0d4617 Patch from tntim96 from bug #56799 - Include CTTblGrid in the smaller poi-ooxml-schemas jar 9 years ago
  Dominik Stadler c7f6c705be Bug 57165: also verify that createSheet() had the same problem and is also fixed now 9 years ago