22 Commits (7c0327c8b101fcd093aae5a83b37a99f0809ffd1)

Author SHA1 Message Date
  Yegor Kozlov 7c0327c8b1 OSGi support: register service providers in bundle activator 3 years ago
  Andreas Beeker b57da2dada #64036 - Replace reflection calls in factories for Java 9+ 3 years ago
  Andreas Beeker b9841b4007 also handle wrapped OOXML "Package" nodes inside of OLE2 containers 3 years ago
  Andreas Beeker 5caf8e109b #64411 - Provide JigSaw modules 3 years ago
  Andreas Beeker a0770034fc #64036 - remove reflective calls in Workbook- and SlideShowFactory 4 years ago
  Andreas Beeker 8e3286a64c Catch missing scratchpad state for EMF / WMF rendering 4 years ago
  Dominik Stadler 40f8d119c7 Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names 5 years ago
  Dominik Stadler 19884d0ca3 Code-style: Unify how arrays are specified from C-style to normal Java-style 5 years ago
  Andreas Beeker 8ebfec4808 #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* 5 years ago
  Dominik Stadler 11ca89b89d Ensure that file handles are closed for encrypted files 5 years ago
  Andreas Beeker 555923c40b #62564 - replace Thread.currentThread().getContextClassLoader() with getClass().getClassLoader() 6 years ago
  Andreas Beeker 0c35761317 #62355 - unsplit packages - 2 - modified classes (not only imports) 6 years ago
  Andreas Beeker 7ddef62cc4 #61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape name 6 years ago
  Andreas Beeker e816131759 #62319 - Decommission XSLF-/PowerPointExtractor 6 years ago
  Andreas Beeker a98350e40b #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes 6 years ago
  Andreas Beeker e9684d38c0 Handle encrypted files with known password in integration tests 7 years ago
  Javen O'Neal 7b38711979 Convert all *.java files to use native end of line character(s) 7 years ago
  Andreas Beeker fb2dbf1e73 SonarQube fixes 7 years ago
  Dominik Stadler 71f5735238 Refactor some common code from the various Document-Factories into a helper class 8 years ago
  Dominik Stadler f2013022e8 Fix some cases where file resources were not closed correctly, mostly when Exceptions occur during opening files 8 years ago
  Andreas Beeker 8e8de33357 close resources, as SlideShow is now Closeable 8 years ago
  Andreas Beeker c7e9309e83 - #58216 - provide picture-shape resize that maintains the aspect ratio 8 years ago
  Andreas Beeker c619525118 #56519 - XSLFSlide.draw is not working with text embeded in PPTX 9 years ago
  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. 9 years ago
  Nick Burch 5abd6431a2 #56791 More updates from OPOIFS to NPOIFS 9 years ago
  Nick Burch a874e223af If an empty stream or file is given to WorkbookFactory.create, give a more informative exception - EmptyFileException 9 years ago
  Nick Burch 2e6d113c55 Allow WorkbookFactory.create to open xlsx files protected with the default password 9 years ago
  Nick Burch 37f045dc02 #57593 Complete create overloading in WorkbookFactory to take passwords 9 years ago
  Nick Burch 00653b5a40 #57593 Begin adding overloaded WorkbookFactory.create methods which take the spreadsheet password 9 years ago
  Nick Burch 51209bc957 Update Javadocs to refer to the fact that WorkbookFactory.create will throw a EncryptedDocumentException if the file is password protected 9 years ago
  Dominik Stadler dec03ba459 Add missing close() of resources in both production code and tests 9 years ago
  Dominik Stadler 2668385b17 Add comment 9 years ago
  Dominik Stadler 757dd5bb9a Bug 56537: Update javadoc to reflect the addition of Closeable to Workbook 10 years ago
  Nick Burch d768645edd Add a note about file resources, see bug #56537 10 years ago
  Nick Burch 2a1726144d Ensure the indenting is consistent within the file, and then make some minor updates to the JavaDocs (language, clarity etc) 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
  Nick Burch 7f116f9325 Add a NPOIFS constructor to WorkbookFactory, to match the regular POIFS one 12 years ago
  Nick Burch ca6ff46842 Allow the passing of a File object to WorkbookFactory.create, which permits lower memory processing than the InputStream version 12 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
  Josh Micich 1afb1f344b Fixed WorkbookFactory.create(InputStream) to throw specific Exceptions 15 years ago
  Yegor Kozlov fce473fada import OpenXML4j codebase 15 years ago
  Nick Burch 1153191658 Start on a factory for producing the right Workbook 16 years ago