aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* Fixing compiler warnings - unboxing parameter to overloaded method, unnecessa...Josh Micich2009-08-192-22/+21
* createHeader/Footer with paragraphs and fixed GUMP break (case sensitive/inse...Paolo Mottadelli2009-08-191-3/+27
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-1817-488/+435
* createHeader/Footer methods + testsPaolo Mottadelli2009-08-181-0/+77
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-182-98/+103
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-1815-297/+228
* renamed macro-enabled test files to have the correct extentionsYegor Kozlov2009-08-145-12/+34
* Improved parsing of OOXML documents, see Bugzilla 47668Yegor Kozlov2009-08-123-8/+156
* removed temporary fix for compatibility with Mac Excel 2008 Sp2Yegor Kozlov2009-08-092-3/+3
* Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when r...Yegor Kozlov2009-08-051-0/+16
* Custom XML import features; tests and implementationPaolo Mottadelli2009-07-301-0/+0
* fixed XWPFWordExtractor to extract inserted/deleted text, see Bugzilla 45597Yegor Kozlov2009-07-251-0/+7
* fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bu...Yegor Kozlov2009-07-244-22/+49
* POIXMLproperties: created, creator, modified, lastprinted, identifier, revisi...Paolo Mottadelli2009-07-211-17/+42
* POIXMLproperties: core properties improvement + testPaolo Mottadelli2009-07-201-2/+27
* Fix for saving custom and extended OOXML propertiesYegor Kozlov2009-07-191-0/+134
* Support for extraction of endnotes from docx filesYegor Kozlov2009-07-181-1/+9
* Support for extraction of footnotes from docx files, see Bugzilla 45556Yegor Kozlov2009-07-182-199/+174
* Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517Yegor Kozlov2009-07-181-4/+25
* fixed case-sensitive file names in unit tests for Bugzilla 47520Yegor Kozlov2009-07-162-2/+2
* fixed a compile error in TestMapInfoYegor Kozlov2009-07-161-1/+1
* support for custom XML mappings in XSSF, see Bugzilla 47520Yegor Kozlov2009-07-162-0/+304
* Fixed NPE when retrieving core properties from a newly created workbook, see ...Yegor Kozlov2009-07-121-0/+25
* fixed XSSF and OpenXml4J to read/write relationships with targets starting wi...Yegor Kozlov2009-07-125-13/+47
* Explicitly set the 1900 date system when creating XSSF workbooks, see Bugzill...Yegor Kozlov2009-06-271-1/+9
* fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi...Yegor Kozlov2009-06-191-7/+8
* Removed static void main(String[]) methods from junit classes. Other minor cl...Josh Micich2009-06-125-174/+159
* Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with qu...Yegor Kozlov2009-06-101-4/+4
* Fixed XSSFCell to avoid generating xsi:nil entries in shared string tableYegor Kozlov2009-05-301-0/+27
* Fixed XSSFCell to properly read inline stringsYegor Kozlov2009-05-231-0/+29
* Changed CRLF to LF in ooxml/testcases. Minor fixes for compiler warnings and ...Josh Micich2009-05-2115-1168/+1175
* Removed badly encoded character from test class. Minor re-formattingJosh Micich2009-05-181-253/+243
* Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCo...Nick Burch2009-05-171-0/+309
* Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulasYegor Kozlov2009-05-171-0/+97
* fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId se...Yegor Kozlov2009-04-241-1/+14
* Fixed XSSFCell to preserve cell style when cell value is set to blank, also a...Yegor Kozlov2009-04-171-1/+23
* Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common...Josh Micich2009-04-111-19/+4
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-062-2/+8
* more refactoring of common ss testsYegor Kozlov2009-03-297-553/+297
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-276-1294/+80
* update cell type when setting cached formula result in XSSFCell, also improve...Yegor Kozlov2009-03-221-0/+67
* added modifiers for anchor type to XSSFClientAnchorYegor Kozlov2009-03-211-4/+10
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-1821-1387/+1395
* support built-in data formats in XSSFDataFormatYegor Kozlov2009-03-013-547/+54
* more improvements in shiftRows: 1. shift named ranges and merged regions, JUn...Yegor Kozlov2009-02-251-2/+6
* added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int...Yegor Kozlov2009-02-243-14/+81
* Attempt to fix GUMP build error due to case mismatch on package part 'INPUT' ...Josh Micich2009-02-2319-0/+0
* fixed platform-dependent unit testYegor Kozlov2009-02-221-5/+15
* replaced log4j with POILogger in openxml4j, also converted non-ascii characte...Yegor Kozlov2009-02-201-2/+2
* Added Apache License text to files where it was missing. Also fixed some comp...Josh Micich2009-02-191-17/+24