31 Commits (2e50133e885feb2ddbf6e29df8404310f4370e6c)

Author SHA1 Message Date
  Andreas Beeker 2e50133e88 merge trunk to branch 7 years ago
  Javen O'Neal 840320f5c3 bug 59170: remove deprecated o.a.p.openxml4j.opc.Package 8 years ago
  Tim Allison f76b3ae767 close fileinputstream on second exception in ZipPackage 8 years ago
  Andreas Beeker 1e65636048 some zips can't be opened via ZipFile in JDK6, as the central directory 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 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
  Dominik Stadler d1d31485a1 No need to wrap OpenXML4JRuntimeException in another instance of itself and fix some compilation/javadoc warnings 8 years ago
  Dominik Stadler 7da84c99f2 Eclipse warnings, close resources in CommandLineTextExtractor, add try/finally, formatting, ... 8 years ago
  Andreas Beeker 5a42a0cd05 Bug 56865 - Limit number of bytes (by counting them) while opening office docs 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
  Nick Burch 7db6e8557e Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI temp file creation to the TempFile util class, and allow a system wide setting of where Temp files (eg for SXSSF) go, via TempFile / TempFileCreationStrategy 10 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 f138584877 More JavaDoc tweaks, and suppress deprecated warnings where these are expected 10 years ago
  Nick Burch 1e0b6afd1b Consistent indenting, based on current POI style guide 10 years ago
  Nick Burch a510627ab1 Fix some JavaDocs, and add a generic constructor based on ZipEntrySource 10 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
  Maxim Valyanskiy 9fb8683aa3 OPC: add original IOException to chain on open file errors 12 years ago
  Yegor Kozlov 586645ade8 Bug 51444 - Prevent corrupted output when saving files created by LibreOffice 3.3 13 years ago
  Nick Burch ddbddfafa4 Improve handling and warnings when closing OPCPackage objects 14 years ago
  Yegor Kozlov 3726ef1074 do case-insensitive comparison when detecting Content_Types part, tolerate backslashes in part names. see bug 49609 14 years ago
  Yegor Kozlov ce79a4f121 removed log4j calls from ooxml tests, also fixed misc bugs discovered when imlementing OOXMLLite 14 years ago
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 years ago
  Josh Micich 27b61f396a Fixed compiler warnings - unnecessary throws declaration 15 years ago
  Josh Micich a8957e80fa Fixing compiler warnings - unnecessary typecasts 15 years ago
  Josh Micich 95a7539c30 Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and formatting 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
  Josh Micich 30a8bdb66d added to-do comment 15 years ago
  Yegor Kozlov fce473fada import OpenXML4j codebase 15 years ago