37 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 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 4eb247b528 add @NotImplemented annotation to methods that are not implemented 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
  Javen O'Neal 83810e71f6 make OPCPackage logger final 8 years ago
  Andreas Beeker 86c72f59da - removed deprecated and confusing methods in XSSFColor 8 years ago
  Andreas Beeker 69100bf81e Removed HDF API 8 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
  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
  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 81ae481815 Bug 57165: Avoid PartAlreadyExistsException when removing/cloning sheets 9 years ago
  Andreas Beeker 95712b5661 Bug 56468 - Writing a workbook more than once corrupts the file 10 years ago
  Nick Burch 02abb33195 Correct an eclipse warning around close(), and a related bug that this identified 10 years ago
  Nick Burch b22e5b830b Try to make a few OPCPackage error messages more helpful, and slightly reform the configure code block to make it hopefully easier to read 10 years ago
  Nick Burch 38691d40ab JavaDoc fixes from #54731 from Dominik Stadler 11 years ago
  Nick Burch ddc3c292e5 Add File based constructor to OPCPackage, alongside existing String one (which constructed a File from the string internally) 12 years ago
  Yegor Kozlov afaf6472d0 Bugzilla 51780 - support replacement of content types in OPC packages 12 years ago
  Nick Burch bcb898e977 Fix bug #52540 - Relax the M4.1 constraint on reading OOXML files, as some Office produced ones do have 2 Core Properties, despite the specification explicitly forbidding this 12 years ago
  Nick Burch b79c6fc1a4 Add a disabled test for bug #51850, and tweak the OPC package exceptions to make it easier to spot when a part name is already used 12 years ago
  Yegor Kozlov 8b85912bed cleaned javadocs warnings 13 years ago
  Yegor Kozlov b988ca3855 bug 51265: Enhanced Handling of Picture Parts in XWPF 13 years ago
  Nick Burch 5db6fab75f Put more details in the error message for next time 13 years ago
  Nick Burch a00691b86a NPOIFS and OPC both support close(), so mark them as such 13 years ago
  Nick Burch ddbddfafa4 Improve handling and warnings when closing OPCPackage objects 14 years ago
  Yegor Kozlov 8540edb04a properly close all IO streams created in OPCPackage, see Bugzilla 48571 14 years ago
  Yegor Kozlov 691795a115 Avoid creating temporary files when opening OPC packages from input stream 14 years ago
  Nick Burch a53bf58238 From bug #47999 - avoid un-needed call to the JVM Garbage Collector when working on OOXML OPC Packages 14 years ago
  Yegor Kozlov c7466a9210 fixes and misc refactorings suggested by Intellij 15 years ago
  Josh Micich a8957e80fa Fixing compiler warnings - unnecessary typecasts 15 years ago
  Josh Micich aca8d5187d Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoid clash with java.lang.Package (see bugzilla 46859) 15 years ago
  Yegor Kozlov 66ed25a049 replaced log4j with POILogger in openxml4j, also converted non-ascii characters into unicode to keep javadoc quiet 15 years ago
  Yegor Kozlov fce473fada import OpenXML4j codebase 15 years ago