130 Commits (2e50133e885feb2ddbf6e29df8404310f4370e6c)

Author SHA1 Message Date
  Andreas Beeker 2e50133e88 merge trunk to branch 7 years ago
  Andreas Beeker 885deafb94 merge down trunk 8 years ago
  Andreas Beeker 9c4bbc59a4 #59841 - OOXML: enable custom zip streams via OPCPackage.open(ZipEntrySource) 8 years ago
  Javen O'Neal f387fec202 add crude unit test for ZipPackagePropertiesMarshaller 8 years ago
  Nick Burch dbb0438179 #59780 OPC support for a wider range of timezone'd created and modified date formats in package properties 8 years ago
  Javen O'Neal af53515279 bug 59773: move loop invariants outside of loop or change for loops to for-each loops 8 years ago
  Javen O'Neal 4652533e52 bug 59776: don't swallow cause of exception in ZipPackagePropertiesMashaller exception handling 8 years ago
  Javen O'Neal b849a0c162 bug 59748: replace Hashtable with HashMap; contributed by Axel Howind 8 years ago
  Andreas Beeker 25902c6428 sonar fix 8 years ago
  Andreas Beeker 84d15fdcb7 javadoc fixes (jdk8) 8 years ago
  Nick Burch 5f921159e7 Fix inconsistent whitespace and indents 8 years ago
  Nick Burch 02ca37ca18 #59717 POIXMLProperties helper methods for reading and changing OOXML document thumbnails 8 years ago
  Javen O'Neal e817ec9970 bug 59170: remove deprecated o.a.p.openxml4j.opc.internal.CnotentType#getParameters 8 years ago
  Javen O'Neal 840320f5c3 bug 59170: remove deprecated o.a.p.openxml4j.opc.Package 8 years ago
  Andreas Beeker e425cd4f14 findbugs fixes 8 years ago
  Dominik Stadler 170fa46359 Update error message to better indicate that we need a sample-file here 8 years ago
  Javen O'Neal 4eb247b528 add @NotImplemented annotation to methods that are not implemented 8 years ago
  Tim Allison f76b3ae767 close fileinputstream on second exception in ZipPackage 8 years ago
  Dominik Stadler 734cd9d484 Code cleanup via IntelliJ: Remove unnecessary semicolon 8 years ago
  Dominik Stadler 3635648936 Fix two more places where wrong/invalid files can lead to file-handle leaks currently 8 years ago
  Dominik Stadler df04d68834 Fix some cases where file handles are not closed in OldExcelExtractor 8 years ago
  Andreas Beeker 1e65636048 some zips can't be opened via ZipFile in JDK6, as the central directory 8 years ago
  Javen O'Neal 83810e71f6 make OPCPackage logger final 8 years ago
  Andreas Beeker e6a96fd11d forbidden-apis-fix 8 years ago
  Tim Allison 1a8a733cdf 59183 - handle timezones (even with colons) in date parsing metadata in ooxml opc 8 years ago
  Nick Burch 604189ae72 Before opening an OOXML file, check the first few bytes, and give helpful exceptions for common mistakes 8 years ago
  Nick Burch 65a822e670 Push all the zip opening logic into ZipHelper 8 years ago
  Nick Burch b39c020941 Fix inconsistent indents 8 years ago
  Nick Burch 7aa3763735 Fix inconsistent indents 8 years ago
  Nick Burch 2115a45b05 Start to give more helpful Exceptions from OPCPackage when non-OOXML files are passed to it 8 years ago
  Andreas Beeker 24e7f1e8fb sonar fixes 8 years ago
  Dominik Stadler e1f1c5c01c Bug 57914: Provide a better error message for OOXML strict format which we do not support yet. 8 years ago
  Dominik Stadler d1d31485a1 No need to wrap OpenXML4JRuntimeException in another instance of itself and fix some compilation/javadoc warnings 8 years ago
  Dominik Stadler bd25521857 Eclipse warnings, helper unit-test, improve information provided in Exceptions, do not swallow inner stacktraces, ... 8 years ago
  Andreas Beeker c47f676397 #54916 - POI does not always read all the slides in pptx files 8 years ago
  Dominik Stadler 4b37b0d47d Fix bug 58760: non-standard namespace-key breaks parsing XLSX files 8 years ago
  Dominik Stadler bcaab496b6 Bug 56957: Avoid error if Workbook with empty SharedStringTable is written 8 years ago
  Andreas Beeker 86c72f59da - removed deprecated and confusing methods in XSSFColor 8 years ago
  Andreas Beeker 012cfb107c sonar fixes 8 years ago
  Andreas Beeker fad6546d8a sonar fixes 8 years ago
  Andreas Beeker 69100bf81e Removed HDF API 8 years ago
  Andreas Beeker 84857ab688 - a few findbugs/sonar fixes 8 years ago
  Andreas Beeker a3d2eb57ff Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 years ago
  Dominik Stadler 7da84c99f2 Eclipse warnings, close resources in CommandLineTextExtractor, add try/finally, formatting, ... 8 years ago
  Nick Burch 6b67b0b1e0 Fix some Forbidden APIs errors 8 years ago
  Nick Burch 5204aacf54 Tweak error message to make clear that we really need a file showing the problem 8 years ago
  Dominik Stadler e2244c83f8 Bug 56479: don't hardcode dcterms as namespace alias in the attribute, but expect the actual alias that is used in the corresponding element. 9 years ago
  David North 1c69d7596c Patch from Chris Boyle to add basic support for .xlsm (macro-enabled) workbooks. The binary blob containing the VBA macros may be copied from one such workbook into another. 9 years ago
  Andreas Beeker 5a42a0cd05 Bug 56865 - Limit number of bytes (by counting them) while opening office docs 9 years ago
  Nick Burch 2e4773cbdd Patch from Mark Olesen from bug #57552: Sort PackagePart returns from OPCPackage by name considering numbers in filenames, so Image10.png comes after Image9.png, fixing problems with XSLF adding 10+ images to a slide 9 years ago