aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/dev
Commit message (Expand)AuthorAgeFilesLines
* #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema...Andreas Beeker2015-11-211-2/+3
* Use the default XmlOptions for all the invocations of the XmlBeans XML parsingDominik Stadler2015-10-171-1/+2
* Bug 56865 - Limit number of bytes (by counting them) while opening office docsAndreas Beeker2015-06-231-1/+2
* Remove some findbugs warnings about missing close of streams, use existing IO...Dominik Stadler2015-03-141-25/+23
* Fix some Eclipse identified warningsNick Burch2014-04-241-7/+11
* Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it d...Yegor Kozlov2011-12-101-1/+5
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-132-0/+0
* fixes and misc refactorings suggested by IntellijYegor Kozlov2009-08-211-5/+0
* Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and forma...Josh Micich2009-05-202-132/+134
* removed deprecated code to keep javac happyYegor Kozlov2009-04-171-14/+6
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-141-1/+1
* Initial support for SpreadsheetML drawings,implemented XSSFPicture, added abi...Yegor Kozlov2008-10-101-1/+0
* refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X...Yegor Kozlov2008-09-302-18/+24
* XSSFFont improvements from patch #45874Yegor Kozlov2008-09-241-1/+1
* 1. initial support for rich text in xssf"Yegor Kozlov2008-09-181-0/+42
* utility to dump ooxml files into file systemYegor Kozlov2008-09-161-0/+93