98 Commits (a5b67054b0337fb65ea45dde5819302581e5ff67)

Author SHA1 Message Date
  Andreas Beeker 042b5ca545 merge trunk 5 years ago
  Dominik Stadler e75a0b9e89 Add test for FileMagic 5 years ago
  Andreas Beeker b3ac6e905e #62921 - Provide OOXMLLite alternative for Java 12+ 5 years ago
  Andreas Beeker 341375a57b #60656 - Support export file that contains emf and render it correctly 5 years ago
  PJ Fanning e59255c99d [bug-62435] Rename getAllEmbedds method to getAllEmbeddedParts 6 years ago
  PJ Fanning 53bb443e64 [bug-62435] Rename getAllEmbedds method to getAllEmbeddedParts (getAllEmbedds is retained but deprecated) 6 years ago
  Andreas Beeker e2ec4ebe95 #62355 - unsplit packages - 3 - only imports 6 years ago
  Andreas Beeker 1c0834c436 #62355 - unsplit packages - 2 - modified classes (not only imports) 6 years ago
  Andreas Beeker ab390ce170 #62319 - Decommission XSLF-/PowerPointExtractor 6 years ago
  Dominik Stadler eb4e20cd69 Try to avoid one NPE that popped up in commoncrawl-corpus tests 6 years ago
  Dominik Stadler 2be766f267 Bug 61267: detect Word v2 files and report that they are not supported in Apache POI 6 years ago
  Dominik Stadler eb8fac4f77 Bug 61911: Avoid IndexOutOfBounds access when reading pictures 6 years ago
  Dominik Stadler 822188c49a Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use try-with-resources, update/enhance JavaDoc somewhat 6 years ago
  PJ Fanning bfff3c7bd8 use StandardCharsets 6 years ago
  Dominik Stadler e54892912e Bug #57517: Fix various things in HSSFOptimiser to make many more cases work fine: Column styles, row styles, user defined styles, ... 6 years ago
  Dominik Stadler dd23ba89a9 Add some more code from the separate integration test project to be able to publish the femaining functionality as separate project at some point 6 years ago
  Dominik Stadler 71cfb659a1 Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystem 6 years ago
  Dominik Stadler b644047b70 Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ... 6 years ago
  Dominik Stadler 7937da6a10 Remove unnecessary type arguments (Java 8) 6 years ago
  Dominik Stadler f27cb3354d Remove unnecessary initialization of members 6 years ago
  Dominik Stadler 92ae9ce5e0 Allow to produce a jar for the integration-test-code so we can use it directly in the mass-regression tests without having to copy it for every run. 6 years ago
  Dominik Stadler 6044d4629c Adjust local test in integration-test file-handler 6 years ago
  Dominik Stadler ee35ccda7f Add .git as excluded dir for integration-tests and add a local test for XSSFBFileHandler to be able to manually test single files quickly 6 years ago
  Tim Allison 408e236553 bug 61300 -- prevent really long (infinite?) loop on corrupt file 7 years ago
  Dominik Stadler 128ba623f8 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 05570364db Move one testcase with incorrect source location 7 years ago
  Andreas Beeker a5dda416e7 Ignore JCE restriction errors 7 years ago
  Andreas Beeker 20dcde37ec Handle encrypted files with known password in integration tests 7 years ago
  Greg Woolsey bf83a00457 tweak to use platform line separator so tests can pass on Windows as well as Linux. 7 years ago
  Andreas Beeker eeb697001f HPSF: Add CopyCompare to IntegrationTests 7 years ago
  Andreas Beeker 5600fa6f58 IntegrationTest - move excludes to file handler 7 years ago
  Dominik Stadler 511c2544a8 Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 7 years ago
  Dominik Stadler 77614b8c49 Test for another type of xml-bomb 7 years ago
  Tim Allison 69c3311a98 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
  Tim Allison e4f884a915 60879 -- figure out if we can support old beta xlsb or throw exception. For now, let's hope there's only one diff and/or the other bounds checking etc will throw exception if there are other problems. 7 years ago
  Dominik Stadler bfeeba5eb8 Fix broken imports 7 years ago
  Dominik Stadler 69923f8c5a Adjust integration-test files slightly, more failure-output, make it a bit easier to test single-files, add a HeapDump class for investigating memory leaks, adjust XSSFFileHandler to free memory more quickly 7 years ago
  Dominik Stadler 12a26bd6ca Fix ROOT_DIR 7 years ago
  Tim Allison 60b4624cf7 60826 -- update stress tests to handle xlsb 7 years ago
  Javen O'Neal 28999738a9 Convert all *.java files to use native end of line character(s) 7 years ago
  Andreas Beeker a7706b3fdf fix eclipse warnings - close resources / type generics 7 years ago
  Andreas Beeker 8973c2fe07 SonarQube fixes 7 years ago
  Andreas Beeker 1d9c74b1bf #60519 - Extractor for *SSF embeddings 7 years ago
  Andreas Beeker 4cc6e093f4 eclipse warnings - close resources 7 years ago
  Dominik Stadler 055630de2d Revert deprecating a class that we still use ourselves and update error text slightly 7 years ago
  Javen O'Neal a1ec4334cf Eclipse automated refactor/cleanup: add final modifier to private fields to unit tests 7 years ago
  Javen O'Neal c5dddf7fac Eclipse automated refactor/cleanup: add missing @Override and @Deprecated annotations 7 years ago
  Andreas Beeker cda4f20482 merge trunk to branch 7 years ago
  Javen O'Neal 3959260c6a bug 60128: exclude openxml4j/invalid.xlsx from additional integration (stress) tests 7 years ago
  Andreas Beeker 5fce29e432 Fix for test-data of #59746 8 years ago