aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache
Commit message (Expand)AuthorAgeFilesLines
* 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
* refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super...Yegor Kozlov2009-02-151-0/+68
* improved XSSFSheet.shiftRows: 1. properly update cell references of the shift...Yegor Kozlov2009-02-081-8/+42
* added suport for Calculation Chain in XSSF, remove reference from calculation...Yegor Kozlov2009-02-081-0/+59
* Improved error handling for problems described in bugzilla 46569 - Changed Sh...Yegor Kozlov2009-02-061-0/+12
* Improvements to OpenXML4J unit tests. Fixed class names. Refactored code for...Josh Micich2009-02-0518-536/+467
* import OpenXML4j codebaseYegor Kozlov2009-01-2953-32/+2358
* Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0...Josh Micich2009-01-161-10/+10
* fixed unit test failing on jdk-1.6: java code should not rely on the order of...Yegor Kozlov2009-01-161-16/+21
* removed invalid import to keep java compiler quietYegor Kozlov2009-01-111-2/+0
* Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written...Nick Burch2009-01-061-0/+24
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-231-0/+37
* 1. added support for shared formulas in XSSF, see bug #464332. improved valid...Yegor Kozlov2008-12-222-66/+138
* applied patches by Gisella Bronzetti:46299 - support for carriage return and ...Yegor Kozlov2008-12-173-22/+243
* 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen...Yegor Kozlov2008-12-042-17/+52
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp...Yegor Kozlov2008-11-213-22/+21
* applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFPara...Yegor Kozlov2008-11-202-122/+228
* fixing test hierarchiesJosh Micich2008-11-192-3/+46
* consolidated TestXSSFHeaderFooterJosh Micich2008-11-192-67/+43
* Fixed XSSFName and test casesJosh Micich2008-11-182-11/+18
* applied patch #46212 by Gisella Bronzetti: initial implementation of XWPFRun ...Yegor Kozlov2008-11-151-0/+135
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-141-4/+4
* converted non-ascii characters to unicode to keep compilers on UTF-8 systems ...Yegor Kozlov2008-11-091-1/+1
* 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f...Yegor Kozlov2008-11-095-8/+9
* 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessP...Yegor Kozlov2008-11-062-6/+5
* more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex...Yegor Kozlov2008-10-298-82/+177
* 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ...Yegor Kozlov2008-10-286-58/+40
* improved XSSFName:check for name uniqueness, validate name name, more unit te...Yegor Kozlov2008-10-272-2/+108
* applied patches #46079, #46080 and #46081 by Gisella BronzettiYegor Kozlov2008-10-252-6/+15
* more cleanup and refactoring of the ooxml code:1. removed deprecated methods ...Yegor Kozlov2008-10-257-53/+53
* 1. important algorithmic improvements of XSSFRow and XSSFSheet, removed Linke...Yegor Kozlov2008-10-233-48/+142
* 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod...Yegor Kozlov2008-10-216-56/+35
* more code cleanup and refactoring: (a) removed references to ooxml schemas fr...Yegor Kozlov2008-10-1910-463/+426
* applied patch #46003 by Gisella BronzettiYegor Kozlov2008-10-171-0/+68
* more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin...Yegor Kozlov2008-10-176-39/+94
* applied patch #45967 by Gisella Bronzetti: support for XSSFPrintSetup objectYegor Kozlov2008-10-122-0/+210
* Initial support for SpreadsheetML drawings,implemented XSSFPicture, added abi...Yegor Kozlov2008-10-105-66/+296
* applied patch #45492 submitted by Gisella Bronzetti,also performed major clea...Yegor Kozlov2008-10-055-257/+567
* applied patches provided by Gisella Bronzetti in bugs #45918, #45917 and #45920Yegor Kozlov2008-10-012-1/+95
* iterator over sheet data in XSSFReader returns sheets in logical order, i.e....Yegor Kozlov2008-10-011-0/+26
* refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X...Yegor Kozlov2008-09-307-167/+122
* Cleaned up test codeJosh Micich2008-09-291-80/+51
* Applied patch 45899 - XSSFWorkbook getActiveSheetIndex / setActiveSheetJosh Micich2008-09-291-1/+12