aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* Refactor some common code from the various Document-Factories into a helper c...Dominik Stadler2016-03-121-38/+3
* Fix some cases where POI itself or the tests leaked file-handlesDominik Stadler2016-03-121-7/+12
* Fix some cases where file resources were not closed correctly, mostly when Ex...Dominik Stadler2015-12-221-2/+9
* Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage...Dominik Stadler2015-09-221-3/+5
* Bug 54938: Throw InvalidFormatException as documented instead of IllegalArgum...Dominik Stadler2015-08-171-1/+1
* Add WorkbookFactory.create() with a flag to allow to open files read-only, ke...Dominik Stadler2015-05-261-40/+113
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-1/+1
* If an empty stream or file is given to WorkbookFactory.create, give a more in...Nick Burch2015-05-041-1/+9
* Allow WorkbookFactory.create to open xlsx files protected with the default pa...Nick Burch2015-04-291-19/+30
* #57593 Complete create overloading in WorkbookFactory to take passwordsNick Burch2015-04-291-5/+18
* #57593 Begin adding overloaded WorkbookFactory.create methods which take the ...Nick Burch2015-04-291-2/+67
* Update Javadocs to refer to the fact that WorkbookFactory.create will throw a...Nick Burch2015-02-241-2/+5
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-281-1/+17
* Add commentDominik Stadler2014-12-231-0/+1
* Bug 56537: Update javadoc to reflect the addition of Closeable to WorkbookDominik Stadler2014-07-021-2/+11
* Add a note about file resources, see bug #56537Nick Burch2014-06-041-0/+2
* Ensure the indenting is consistent within the file, and then make some minor ...Nick Burch2013-06-261-56/+63
* Add File based constructor to OPCPackage, alongside existing String one (whic...Nick Burch2012-06-191-1/+1
* Add a NPOIFS constructor to WorkbookFactory, to match the regular POIFS oneNick Burch2011-12-111-0/+6
* Allow the passing of a File object to WorkbookFactory.create, which permits l...Nick Burch2011-09-291-0/+21
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-181-4/+4
* Fixed WorkbookFactory.create(InputStream) to throw specific ExceptionsJosh Micich2009-02-121-1/+2
* import OpenXML4j codebaseYegor Kozlov2009-01-291-1/+1
* Start on a factory for producing the right WorkbookNick Burch2008-03-111-0/+66
* [ooxml-branch] Split the common ss interfaces into two sets - one that works ...Nick Burch2008-01-2118-3653/+0
* Some OOXML implementation and interface code, just some basic Row and Cell-le...Ugo Cei2008-01-1618-0/+3653