6091 Commits (2c7987545b7f9bc6cab84a9c812c512092ad7fc9)
 

Author SHA1 Message Date
  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
  Dominik Stadler 81ae481815 Bug 57165: Avoid PartAlreadyExistsException when removing/cloning sheets 9 years ago
  Dominik Stadler 6eeb0a7c19 Add missing close and handle theme-pptx in ExtractorFactory. Add creating slide-bitmaps to PPTX integration test. 9 years ago
  Nick Burch aa08cababd Link to the replacement constructions for the deprecated ones, and a few extra bits of JavaDoc 9 years ago
  Nick Burch 4327905c99 More missing core properties unit tests, covering read-write without checks, and encryption 9 years ago
  Nick Burch e43ab85691 Ensure that the core properties are there before saving them, in case they have not yet been lazy-created 9 years ago
  Dominik Stadler 9b84116192 Move test-case to location where the scratchpad-classes are available 9 years ago
  Dominik Stadler a3e087268a * Verify some more Text-Extraction features as part of integration tests, fix some NullPointerExceptions that showed up now because the event-based extraction does not have a Document available 9 years ago
  Dominik Stadler 27c6da8286 Add missing javadoc-header 9 years ago
  Dominik Stadler 76307fe94b * Add text-extraction verification to integration-tests via a new abstract base FileHandler 9 years ago
  Dominik Stadler 51a428c5ee Adjust tests and fix small typo 9 years ago
  Dominik Stadler c2e25249c1 Adjust to provide full exception information for cases where we catch unexpected exceptions 9 years ago
  Nick Burch 51209bc957 Update Javadocs to refer to the fact that WorkbookFactory.create will throw a EncryptedDocumentException if the file is password protected 9 years ago
  Nick Burch 42d9b31296 Fix inconsistent indents 9 years ago
  Nick Burch 970d7d7c18 Patch from rojotek from github-18 - Handle documents with a picture-only header 9 years ago