aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xssf/eventusermodel
Commit message (Expand)AuthorAgeFilesLines
* Improve ReadOnlySharedStringsTable to cope gracefully with an empty SST part.David North2015-08-191-0/+24
* 55347 - integrate textbox text extraction with Excel extractorsTim Allison2013-08-081-0/+32
* Bugzilla 52835 - Tolerate missing Count and UniqueCount attributes when parsi...Yegor Kozlov2012-03-111-0/+58
* Fix bug #51955 - XSSFReader supplied StylesTables need to have the theme data...Nick Burch2011-10-051-0/+7
* Allow access from XSSFReader to sheet comments and headers/footers (related t...Nick Burch2010-11-221-0/+23
* Fix bug #50119 - avoid NPE when XSSFReader comes across chart sheetsNick Burch2010-10-201-0/+18
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-231-6/+8
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-221-3/+2
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-191-25/+6
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-121-100/+99
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-181-6/+6
* import OpenXML4j codebaseYegor Kozlov2009-01-291-1/+1
* more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex...Yegor Kozlov2008-10-291-1/+1
* iterator over sheet data in XSSFReader returns sheets in logical order, i.e....Yegor Kozlov2008-10-011-0/+26
* Preserve rich text across read-write of SharedStringsTable, also improved per...Yegor Kozlov2008-09-161-2/+3
* Add XSSF eventusermodel supportNick Burch2008-03-301-0/+111