18 Révisions (7c0327c8b101fcd093aae5a83b37a99f0809ffd1)

Auteur SHA1 Message Date
  Yegor Kozlov 7c0327c8b1 OSGi support: register service providers in bundle activator il y a 3 ans
  Andreas Beeker b57da2dada #64036 - Replace reflection calls in factories for Java 9+ il y a 3 ans
  Andreas Beeker b9841b4007 also handle wrapped OOXML "Package" nodes inside of OLE2 containers il y a 3 ans
  Andreas Beeker 5caf8e109b #64411 - Provide JigSaw modules il y a 3 ans
  Andreas Beeker c0f9941604 #64411 - Provide JigSaw modules il y a 3 ans
  Dominik Stadler c61cd6fa03 Fix some IDE warnings, make lock-objects final, use generics, remove unused allocated fields to reduce memory overhead of DocumentInputStream il y a 4 ans
  PJ Fanning 237d55b3e3 [bug-64441] synchronize code that initialises WorkbookFactory il y a 4 ans
  Andreas Beeker a0770034fc #64036 - remove reflective calls in Workbook- and SlideShowFactory il y a 4 ans
  Dominik Stadler f4a3d3bb89 Refine JavaDoc of WorkbookFactory slightly il y a 5 ans
  Dominik Stadler b88c6b12e5 Improve error message slightly and verify error when a File is passed in il y a 5 ans
  Dominik Stadler 40f8d119c7 Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names il y a 5 ans
  Dominik Stadler 19884d0ca3 Code-style: Unify how arrays are specified from C-style to normal Java-style il y a 5 ans
  Dominik Stadler a8fd70ec7f Adjust sample for creating comments to also create a .xlsx file il y a 5 ans
  Nick Burch f490cd7c5d #62831 Fix WorkbookFactory.create with a subclass of File, eg from JFileChooser il y a 5 ans
  Andreas Beeker 8ebfec4808 #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* il y a 5 ans
  Dominik Stadler 11ca89b89d Ensure that file handles are closed for encrypted files il y a 5 ans
  Andreas Beeker 555923c40b #62564 - replace Thread.currentThread().getContextClassLoader() with getClass().getClassLoader() il y a 5 ans
  Andreas Beeker 6ce329eca4 #62355 - unsplit packages - 1 - moved classes il y a 6 ans
  PJ Fanning e0c8416726 use try with resources in examples il y a 6 ans
  Andreas Beeker a98350e40b #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes il y a 6 ans
  Andreas Beeker e9684d38c0 Handle encrypted files with known password in integration tests il y a 7 ans
  Andreas Beeker cf37b13c3a SonarQube fixes il y a 7 ans
  Andreas Beeker fb2dbf1e73 SonarQube fixes il y a 7 ans
  Dominik Stadler 71f5735238 Refactor some common code from the various Document-Factories into a helper class il y a 8 ans
  Dominik Stadler a90762bdc5 Fix some cases where POI itself or the tests leaked file-handles il y a 8 ans
  Dominik Stadler f2013022e8 Fix some cases where file resources were not closed correctly, mostly when Exceptions occur during opening files il y a 8 ans
  Dominik Stadler 303cf2a8ed Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage, we had some unit tests failing sporadically due to this il y a 8 ans
  Dominik Stadler 74c8ca4e5e Bug 54938: Throw InvalidFormatException as documented instead of IllegalArgumentException in WorkbookFactory.create() il y a 8 ans
  Dominik Stadler a0f51be3ec Add WorkbookFactory.create() with a flag to allow to open files read-only, keep the current way of opening read/write as default to not break existing code. il y a 9 ans
  Nick Burch 5abd6431a2 #56791 More updates from OPOIFS to NPOIFS il y a 9 ans
  Nick Burch a874e223af If an empty stream or file is given to WorkbookFactory.create, give a more informative exception - EmptyFileException il y a 9 ans
  Nick Burch 2e6d113c55 Allow WorkbookFactory.create to open xlsx files protected with the default password il y a 9 ans
  Nick Burch 37f045dc02 #57593 Complete create overloading in WorkbookFactory to take passwords il y a 9 ans
  Nick Burch 00653b5a40 #57593 Begin adding overloaded WorkbookFactory.create methods which take the spreadsheet password il y a 9 ans
  Nick Burch 51209bc957 Update Javadocs to refer to the fact that WorkbookFactory.create will throw a EncryptedDocumentException if the file is password protected il y a 9 ans
  Dominik Stadler dec03ba459 Add missing close() of resources in both production code and tests il y a 9 ans
  Dominik Stadler 2668385b17 Add comment il y a 9 ans
  Dominik Stadler 757dd5bb9a Bug 56537: Update javadoc to reflect the addition of Closeable to Workbook il y a 10 ans
  Nick Burch d768645edd Add a note about file resources, see bug #56537 il y a 10 ans
  Nick Burch 2a1726144d Ensure the indenting is consistent within the file, and then make some minor updates to the JavaDocs (language, clarity etc) il y a 11 ans
  Nick Burch ddc3c292e5 Add File based constructor to OPCPackage, alongside existing String one (which constructed a File from the string internally) il y a 12 ans
  Nick Burch 7f116f9325 Add a NPOIFS constructor to WorkbookFactory, to match the regular POIFS one il y a 12 ans
  Nick Burch ca6ff46842 Allow the passing of a File object to WorkbookFactory.create, which permits lower memory processing than the InputStream version il y a 12 ans
  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) il y a 15 ans
  Josh Micich 1afb1f344b Fixed WorkbookFactory.create(InputStream) to throw specific Exceptions il y a 15 ans
  Yegor Kozlov fce473fada import OpenXML4j codebase il y a 15 ans
  Nick Burch 1153191658 Start on a factory for producing the right Workbook il y a 16 ans