| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi... | Josh Micich | 2009-03-18 | 21 | -1387/+1395 |
* | support built-in data formats in XSSFDataFormat | Yegor Kozlov | 2009-03-01 | 3 | -547/+54 |
* | more improvements in shiftRows: 1. shift named ranges and merged regions, JUn... | Yegor Kozlov | 2009-02-25 | 1 | -2/+6 |
* | added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int... | Yegor Kozlov | 2009-02-24 | 3 | -14/+81 |
* | Attempt to fix GUMP build error due to case mismatch on package part 'INPUT' ... | Josh Micich | 2009-02-23 | 19 | -0/+0 |
* | fixed platform-dependent unit test | Yegor Kozlov | 2009-02-22 | 1 | -5/+15 |
* | replaced log4j with POILogger in openxml4j, also converted non-ascii characte... | Yegor Kozlov | 2009-02-20 | 1 | -2/+2 |
* | Added Apache License text to files where it was missing. Also fixed some comp... | Josh Micich | 2009-02-19 | 1 | -17/+24 |
* | refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super... | Yegor Kozlov | 2009-02-15 | 1 | -0/+68 |
* | improved XSSFSheet.shiftRows: 1. properly update cell references of the shift... | Yegor Kozlov | 2009-02-08 | 1 | -8/+42 |
* | added suport for Calculation Chain in XSSF, remove reference from calculation... | Yegor Kozlov | 2009-02-08 | 1 | -0/+59 |
* | Improved error handling for problems described in bugzilla 46569 - Changed Sh... | Yegor Kozlov | 2009-02-06 | 1 | -0/+12 |
* | Improvements to OpenXML4J unit tests. Fixed class names. Refactored code for... | Josh Micich | 2009-02-05 | 18 | -536/+467 |
* | import OpenXML4j codebase | Yegor Kozlov | 2009-01-29 | 53 | -32/+2358 |
* | Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0... | Josh Micich | 2009-01-16 | 1 | -10/+10 |
* | fixed unit test failing on jdk-1.6: java code should not rely on the order of... | Yegor Kozlov | 2009-01-16 | 1 | -16/+21 |
* | removed invalid import to keep java compiler quiet | Yegor Kozlov | 2009-01-11 | 1 | -2/+0 |
* | Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written... | Nick Burch | 2009-01-06 | 1 | -0/+24 |
* | fixed formula parser to correctly resolve sheet-level names | Yegor Kozlov | 2008-12-23 | 1 | -0/+37 |
* | 1. added support for shared formulas in XSSF, see bug #464332. improved valid... | Yegor Kozlov | 2008-12-22 | 2 | -66/+138 |
* | applied patches by Gisella Bronzetti:46299 - support for carriage return and ... | Yegor Kozlov | 2008-12-17 | 3 | -22/+243 |
* | 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen... | Yegor Kozlov | 2008-12-04 | 2 | -17/+52 |
* | renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp... | Yegor Kozlov | 2008-11-21 | 3 | -22/+21 |
* | applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFPara... | Yegor Kozlov | 2008-11-20 | 2 | -122/+228 |
* | fixing test hierarchies | Josh Micich | 2008-11-19 | 2 | -3/+46 |
* | consolidated TestXSSFHeaderFooter | Josh Micich | 2008-11-19 | 2 | -67/+43 |
* | Fixed XSSFName and test cases | Josh Micich | 2008-11-18 | 2 | -11/+18 |
* | applied patch #46212 by Gisella Bronzetti: initial implementation of XWPFRun ... | Yegor Kozlov | 2008-11-15 | 1 | -0/+135 |
* | 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w... | Yegor Kozlov | 2008-11-14 | 1 | -4/+4 |
* | converted non-ascii characters to unicode to keep compilers on UTF-8 systems ... | Yegor Kozlov | 2008-11-09 | 1 | -1/+1 |
* | 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f... | Yegor Kozlov | 2008-11-09 | 5 | -8/+9 |
* | 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessP... | Yegor Kozlov | 2008-11-06 | 2 | -6/+5 |
* | more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex... | Yegor Kozlov | 2008-10-29 | 8 | -82/+177 |
* | 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ... | Yegor Kozlov | 2008-10-28 | 6 | -58/+40 |
* | improved XSSFName:check for name uniqueness, validate name name, more unit te... | Yegor Kozlov | 2008-10-27 | 2 | -2/+108 |
* | applied patches #46079, #46080 and #46081 by Gisella Bronzetti | Yegor Kozlov | 2008-10-25 | 2 | -6/+15 |
* | more cleanup and refactoring of the ooxml code:1. removed deprecated methods ... | Yegor Kozlov | 2008-10-25 | 7 | -53/+53 |
* | 1. important algorithmic improvements of XSSFRow and XSSFSheet, removed Linke... | Yegor Kozlov | 2008-10-23 | 3 | -48/+142 |
* | 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod... | Yegor Kozlov | 2008-10-21 | 6 | -56/+35 |
* | more code cleanup and refactoring: (a) removed references to ooxml schemas fr... | Yegor Kozlov | 2008-10-19 | 10 | -463/+426 |
* | applied patch #46003 by Gisella Bronzetti | Yegor Kozlov | 2008-10-17 | 1 | -0/+68 |
* | more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin... | Yegor Kozlov | 2008-10-17 | 6 | -39/+94 |
* | applied patch #45967 by Gisella Bronzetti: support for XSSFPrintSetup object | Yegor Kozlov | 2008-10-12 | 2 | -0/+210 |
* | Initial support for SpreadsheetML drawings,implemented XSSFPicture, added abi... | Yegor Kozlov | 2008-10-10 | 5 | -66/+296 |
* | applied patch #45492 submitted by Gisella Bronzetti,also performed major clea... | Yegor Kozlov | 2008-10-05 | 5 | -257/+567 |
* | applied patches provided by Gisella Bronzetti in bugs #45918, #45917 and #45920 | Yegor Kozlov | 2008-10-01 | 2 | -1/+95 |
* | iterator over sheet data in XSSFReader returns sheets in logical order, i.e.... | Yegor Kozlov | 2008-10-01 | 1 | -0/+26 |
* | refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X... | Yegor Kozlov | 2008-09-30 | 7 | -167/+122 |
* | Cleaned up test code | Josh Micich | 2008-09-29 | 1 | -80/+51 |
* | Applied patch 45899 - XSSFWorkbook getActiveSheetIndex / setActiveSheet | Josh Micich | 2008-09-29 | 1 | -1/+12 |