| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix some chunk types, fix the directory descent, fix the Msg2txt example, and... | Nick Burch | 2010-01-08 | 1 | -32/+18 |
* | improved work with cell comments in XSSF, also added support for cell comment... | Yegor Kozlov | 2009-11-27 | 1 | -0/+80 |
* | included poi-ooxml-schemas and poi-examples in the release cycle, also misc i... | Yegor Kozlov | 2009-11-21 | 12 | -0/+1722 |
* | fixed XLSX2CSV to avoid exception when processing cells with multiple "t" ele... | Yegor Kozlov | 2009-11-16 | 1 | -4/+50 |
* | Fixed compiler error in HSSFReadWrite. Fixed deprecated calls and simplified ... | Josh Micich | 2009-10-26 | 1 | -317/+190 |
* | Fix constructors for new naming | Nick Burch | 2009-10-26 | 1 | -5/+5 |
* | Copy the old dev.HSSF example over to trunk, and put it in a more suitable place | Nick Burch | 2009-10-26 | 1 | -0/+371 |
* | deleted 'svn:executable' property | Josh Micich | 2009-10-17 | 2 | -0/+0 |
* | deleted 'svn:executable' property | Josh Micich | 2009-10-16 | 16 | -0/+0 |
* | deleted 'svn:executable' property | Josh Micich | 2009-10-16 | 14 | -0/+0 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 1 | -27/+25 |
* | improved API for OOXML custom properties | Yegor Kozlov | 2009-10-04 | 1 | -14/+5 |
* | fixed non-ASCII symbols to keep javac quiet | Yegor Kozlov | 2009-09-25 | 2 | -7/+7 |
* | Added an example demonstrating how to convert an XLSX workbook to CSV, see Bu... | Yegor Kozlov | 2009-09-06 | 1 | -0/+569 |
* | Fixing compiler warnings - unnecessary typecasts | Josh Micich | 2009-08-18 | 1 | -11/+7 |
* | Improved parsing of OOXML documents, see Bugzilla 47668 | Yegor Kozlov | 2009-08-12 | 1 | -4/+2 |
* | fixed compile error | Yegor Kozlov | 2009-08-09 | 1 | -1/+1 |
* | New HSSF example. | Mark Beardsley | 2009-08-07 | 1 | -0/+926 |
* | New HSSF example. | Mark Beardsley | 2009-08-04 | 1 | -0/+569 |
* | Fix for saving custom and extended OOXML properties | Yegor Kozlov | 2009-07-19 | 1 | -0/+75 |
* | updated docs on extraction of embedded objects, misc changes in HSSF | Yegor Kozlov | 2009-07-18 | 2 | -0/+140 |
* | support for custom XML mappings in XSSF, see Bugzilla 47520 | Yegor Kozlov | 2009-07-16 | 1 | -0/+42 |
* | changed CRLF to LF in src/examples/.../xssf/... | Josh Micich | 2009-06-04 | 12 | -988/+987 |
* | Changed CRLF to LF in remaining trunk/src files | Josh Micich | 2009-06-01 | 5 | -1178/+1182 |
* | removed '@version $Id:$' tags (all were in javadoc comments) | Josh Micich | 2009-06-01 | 6 | -23/+5 |
* | Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCo... | Nick Burch | 2009-05-17 | 1 | -0/+75 |
* | Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi... | Josh Micich | 2009-03-18 | 1 | -3/+3 |
* | Fixed deprecated references to HSSFSheet.getRow(short) etc. Removed all depr... | Josh Micich | 2009-02-03 | 19 | -335/+213 |
* | import OpenXML4j codebase | Yegor Kozlov | 2009-01-29 | 1 | -1/+1 |
* | applied patches by Gisella Bronzetti:46299 - support for carriage return and ... | Yegor Kozlov | 2008-12-17 | 2 | -20/+82 |
* | example demonstrating how to generate large workbooks and avoid OutOfMemory e... | Yegor Kozlov | 2008-12-07 | 1 | -0/+252 |
* | renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp... | Yegor Kozlov | 2008-11-21 | 1 | -9/+9 |
* | applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFPara... | Yegor Kozlov | 2008-11-20 | 1 | -50/+114 |
* | applied fix suggested in bug#46197: missing cast to float resulted in incorec... | Yegor Kozlov | 2008-11-16 | 1 | -8/+18 |
* | more updates in javadocs and site documentation, also misc improvements in co... | Yegor Kozlov | 2008-11-14 | 1 | -1/+1 |
* | 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w... | Yegor Kozlov | 2008-11-14 | 6 | -283/+464 |
* | Include the sheet number in the output of XLS2CSVmra | Nick Burch | 2008-11-12 | 1 | -1/+4 |
* | docs cleanup and improvements | Yegor Kozlov | 2008-11-11 | 1 | -1/+1 |
* | 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 | 1 | -0/+50 |
* | should have been included in r711839 | Yegor Kozlov | 2008-11-06 | 1 | -0/+310 |
* | 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessP... | Yegor Kozlov | 2008-11-06 | 20 | -204/+31 |
* | applied patches #46119, #46120 and #46078 by Gizella Bronzetti | Yegor Kozlov | 2008-10-30 | 3 | -3/+151 |
* | more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex... | Yegor Kozlov | 2008-10-29 | 13 | -152/+837 |
* | 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ... | Yegor Kozlov | 2008-10-28 | 5 | -25/+6 |
* | improved XSSFName:check for name uniqueness, validate name name, more unit te... | Yegor Kozlov | 2008-10-27 | 1 | -5/+0 |
* | applied patches #46079, #46080 and #46081 by Gisella Bronzetti | Yegor Kozlov | 2008-10-25 | 2 | -9/+107 |
* | more cleanup and refactoring of the ooxml code:1. removed deprecated methods ... | Yegor Kozlov | 2008-10-25 | 1 | -1/+2 |
* | 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod... | Yegor Kozlov | 2008-10-21 | 3 | -3/+3 |
* | applied patch #46003 by Gisella Bronzetti | Yegor Kozlov | 2008-10-17 | 1 | -0/+42 |