aboutsummaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix some Eclipse warningsDominik Stadler2015-01-027-145/+172
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-283-7/+9
* Charset.forName() for known encodings makes catching UnknownEncodingException...Andreas Beeker2014-12-271-4/+3
* Eclipse warningsDominik Stadler2014-12-211-2/+2
* Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a ...Nick Burch2014-11-041-8/+20
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-253-10/+20
* Sync example with the websiteNick Burch2014-09-111-0/+1
* Generics fixesNick Burch2014-07-301-3/+4
* Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support ...Nick Burch2014-07-301-0/+100
* XSSF table example, from Sofia Larsson from bug #55562Nick Burch2014-07-241-0/+92
* Update the CheckFunctionsSupported example to take advantage of the new NotIm...Nick Burch2014-07-031-4/+9
* Formula evaluation and error handling example - reports what cells can't be e...Nick Burch2014-07-031-0/+156
* Provide a convenience method for creating a PropertySet from a Directory + EntryNick Burch2014-04-281-17/+5
* Update the HPSF change properties example to use NPOIFS + in-place writes, an...Nick Burch2014-04-281-14/+8
* Report how long the CSV conversion took, helpful for a quick read performance...Nick Burch2014-02-271-11/+20
* Bug 55768: added Line charts support and setting axis tick marks, titleCédric Walter2013-11-221-0/+79
* Bug 55369: Add support for collapsing rows in SXSSFDominik Stadler2013-10-201-0/+51
* Remove the executable flag from a number of files that aren't executables so ...Nick Burch2013-06-253-0/+0
* added a demo how to use functions from external APIsYegor Kozlov2012-11-121-0/+93
* example how to create pptx pie chart from template, more tests for poi-ooxmlYegor Kozlov2012-11-073-0/+156
* Bugzilla 54070: Patch for typos in comments, javadoc and documentation Yegor Kozlov2012-11-011-7/+7
* support links to slides in HSLFYegor Kozlov2012-10-241-9/+26
* Bugzilla 53025: Updatad documentation and example on data validationsYegor Kozlov2012-05-181-0/+228
* Bug 53227 - Corrected AddDimensionedImage.java to support XSSF/SXSSFYegor Kozlov2012-05-181-95/+167
* removed svn:executable from source filesYegor Kozlov2012-03-1710-0/+0
* optimized unused imports and removed deprecation warnings in poi-examplesYegor Kozlov2012-03-058-15/+2
* fixed wrong namespace when inserting images in xwpf, added an example how to ...Yegor Kozlov2012-02-261-0/+74
* patch from Bugzilla 52200: updated XWPF table example codeYegor Kozlov2011-12-251-11/+154
* more xlsf docs and samplesYegor Kozlov2011-12-161-0/+85
* xlsf tutorial and cookbook updatesYegor Kozlov2011-12-119-86/+544
* removed svn:executable bit from project filesYegor Kozlov2011-12-101-0/+0
* Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it d...Yegor Kozlov2011-12-103-3/+10
* keep rat-check quiet, also started writing xslf docsYegor Kozlov2011-11-071-0/+176
* more progress with xlsf: support for gradient and texture fills, backgrounds,...Yegor Kozlov2011-11-072-0/+148
* Add a HSSF/XSSF example relating to cell styles and coloursNick Burch2011-09-301-0/+94
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-101-41/+39
* initial support for XSLF usermodel APIYegor Kozlov2011-08-111-0/+86
* support for conditional formatting in XSSF including docs and examplesYegor Kozlov2011-07-291-0/+349
* Apply patch from bug #51476 - Correct XSSF cell formatting in HTML exportNick Burch2011-07-081-1/+5
* Bug 50474 - Example demonstrating how to update workbook embedded in a Wordpr...Yegor Kozlov2011-06-251-0/+219
* continue SXSSF docs updates and polishingYegor Kozlov2011-06-091-2/+4
* SXSSF documentation and polishingYegor Kozlov2011-06-081-0/+11
* Bug 51196: more progress with Spreadsheet Chart APIYegor Kozlov2011-06-061-6/+6
* Bug 51196: more progress with chart apiYegor Kozlov2011-05-211-6/+6
* Bugzilla 51196: Initial support for Spreadsheet Chart APIYegor Kozlov2011-05-201-0/+82
* Bugzilla 51160: Initial version of SXSSF, a low memory foortprint API to prod...Yegor Kozlov2011-05-171-0/+204
* improved DataFormatter, see Bugzilla 50841Yegor Kozlov2011-03-191-1/+1
* Ensure that BigGridDemo is consistent in the encoding of the XMLNick Burch2011-03-181-2/+4
* From bug #50786 - Speed up calls to HSSFColor.getIndexHash() by returning a c...Nick Burch2011-03-043-6/+6
* User Defined Function Documentation/Example, see Bugzilla 50587Yegor Kozlov2011-01-193-0/+183