aboutsummaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
* removed deprecation warnings to keep javac quietYegor Kozlov2010-05-291-1/+1
* Moved from xssf\usermodel examples following Christian's modification to that...Mark Beardsley2010-05-271-0/+72
* Added Christian's Centre Across Selection code.Mark Beardsley2010-05-271-23/+80
* More license headersNick Burch2010-05-245-5/+104
* Enhanced SViewer to support most border types, cell formats, and conditional ...Yegor Kozlov2010-05-1021-0/+3224
* Improved usage message.Mark Beardsley2010-04-231-713/+761
* Converts Excel to CSV using usermodel.Mark Beardsley2010-04-151-0/+713
* fixed compilation errors in recently added examplesYegor Kozlov2010-03-152-16/+19
* Correct package statementMark Beardsley2010-03-121-2/+0
* Ported to SS model.Mark Beardsley2010-03-121-0/+976
* Comments modified re re-sizing behaviourMark Beardsley2010-03-111-922/+943
* The ReadOnlySharedStringsTable is re-usable for other event based things, so ...Nick Burch2010-01-261-201/+6
* avoid failures in XLSX2CSV when shared string table is missing, see Bugzilla ...Yegor Kozlov2010-01-241-2/+6
* 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