aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* 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