summaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some chunk types, fix the directory descent, fix the Msg2txt example, and...Nick Burch2010-01-081-32/+18
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-271-0/+80
* included poi-ooxml-schemas and poi-examples in the release cycle, also misc i...Yegor Kozlov2009-11-2112-0/+1722
* fixed XLSX2CSV to avoid exception when processing cells with multiple "t" ele...Yegor Kozlov2009-11-161-4/+50
* Fixed compiler error in HSSFReadWrite. Fixed deprecated calls and simplified ...Josh Micich2009-10-261-317/+190
* Fix constructors for new namingNick Burch2009-10-261-5/+5
* Copy the old dev.HSSF example over to trunk, and put it in a more suitable placeNick Burch2009-10-261-0/+371
* deleted 'svn:executable' propertyJosh Micich2009-10-172-0/+0
* deleted 'svn:executable' propertyJosh Micich2009-10-1616-0/+0
* deleted 'svn:executable' propertyJosh Micich2009-10-1614-0/+0
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-27/+25
* improved API for OOXML custom propertiesYegor Kozlov2009-10-041-14/+5
* fixed non-ASCII symbols to keep javac quietYegor Kozlov2009-09-252-7/+7
* Added an example demonstrating how to convert an XLSX workbook to CSV, see Bu...Yegor Kozlov2009-09-061-0/+569
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-181-11/+7
* Improved parsing of OOXML documents, see Bugzilla 47668Yegor Kozlov2009-08-121-4/+2
* fixed compile errorYegor Kozlov2009-08-091-1/+1
* New HSSF example.Mark Beardsley2009-08-071-0/+926
* New HSSF example.Mark Beardsley2009-08-041-0/+569
* Fix for saving custom and extended OOXML propertiesYegor Kozlov2009-07-191-0/+75
* updated docs on extraction of embedded objects, misc changes in HSSFYegor Kozlov2009-07-182-0/+140
* support for custom XML mappings in XSSF, see Bugzilla 47520Yegor Kozlov2009-07-161-0/+42
* changed CRLF to LF in src/examples/.../xssf/...Josh Micich2009-06-0412-988/+987
* Changed CRLF to LF in remaining trunk/src filesJosh Micich2009-06-015-1178/+1182
* removed '@version $Id:$' tags (all were in javadoc comments)Josh Micich2009-06-016-23/+5
* Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCo...Nick Burch2009-05-171-0/+75
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-181-3/+3
* Fixed deprecated references to HSSFSheet.getRow(short) etc. Removed all depr...Josh Micich2009-02-0319-335/+213
* import OpenXML4j codebaseYegor Kozlov2009-01-291-1/+1
* applied patches by Gisella Bronzetti:46299 - support for carriage return and ...Yegor Kozlov2008-12-172-20/+82
* example demonstrating how to generate large workbooks and avoid OutOfMemory e...Yegor Kozlov2008-12-071-0/+252
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp...Yegor Kozlov2008-11-211-9/+9
* applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFPara...Yegor Kozlov2008-11-201-50/+114
* applied fix suggested in bug#46197: missing cast to float resulted in incorec...Yegor Kozlov2008-11-161-8/+18
* more updates in javadocs and site documentation, also misc improvements in co...Yegor Kozlov2008-11-141-1/+1
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-146-283/+464
* Include the sheet number in the output of XLS2CSVmraNick Burch2008-11-121-1/+4
* docs cleanup and improvementsYegor Kozlov2008-11-111-1/+1
* 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-091-0/+50
* should have been included in r711839Yegor Kozlov2008-11-061-0/+310
* 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessP...Yegor Kozlov2008-11-0620-204/+31
* applied patches #46119, #46120 and #46078 by Gizella BronzettiYegor Kozlov2008-10-303-3/+151
* more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex...Yegor Kozlov2008-10-2913-152/+837
* 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ...Yegor Kozlov2008-10-285-25/+6
* improved XSSFName:check for name uniqueness, validate name name, more unit te...Yegor Kozlov2008-10-271-5/+0
* applied patches #46079, #46080 and #46081 by Gisella BronzettiYegor Kozlov2008-10-252-9/+107
* more cleanup and refactoring of the ooxml code:1. removed deprecated methods ...Yegor Kozlov2008-10-251-1/+2
* 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod...Yegor Kozlov2008-10-213-3/+3
* applied patch #46003 by Gisella BronzettiYegor Kozlov2008-10-171-0/+42