aboutsummaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* applied patches #46004 and #46006 submitted by Gisella BronzettiYegor Kozlov2008-10-174-12/+213
* should have been included in r705638Yegor Kozlov2008-10-171-1/+1
* more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin...Yegor Kozlov2008-10-171-0/+60
* applied patch #45967 by Gisella Bronzetti: support for XSSFPrintSetup objectYegor Kozlov2008-10-121-0/+31
* applied patch #45492 submitted by Gisella Bronzetti,also performed major clea...Yegor Kozlov2008-10-052-20/+63
* refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X...Yegor Kozlov2008-09-301-1/+1
* applied patches #45894 and #45892, also major cleanup of XSSFSheet and relate...Yegor Kozlov2008-09-261-21/+10
* patch #45881 from Sourcesense: implemented cell fills and borders, added exam...Yegor Kozlov2008-09-241-59/+63
* Merged revisions 697562,697580,697584,697589,697595,697599 via svnmerge from Nick Burch2008-09-231-0/+21
* Merged revisions 697145 via svnmerge from Josh Micich2008-09-191-120/+121
* 1. initial support for rich text in xssf"Yegor Kozlov2008-09-186-9/+212
* Preserve rich text across read-write of SharedStringsTable, also improved per...Yegor Kozlov2008-09-161-1/+2
* refactored cell align accessors in xssf and added samples based on the quick ...Yegor Kozlov2008-09-157-1/+364
* Fix from bug #45676 - Handle very long cells in the XSSF EventUserModel exampleNick Burch2008-09-131-5/+10
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-07-101-46/+2
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-07-061-2/+25
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-231-0/+80
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-131-0/+323
* Example of using xssf usermodel to create a new fileNick Burch2008-04-081-0/+56
* XSSFSheet addMergedRegion + Region class moved to org.apache.poi.ss.util.Regi...Paolo Mottadelli2008-04-061-1/+1
* Tweak DateUtil, an add cell content fetching to the quick guide documentationNick Burch2008-04-051-7/+29
* Move CellReference from hssf.util into ss.util, but leave a class in the old ...Nick Burch2008-04-051-0/+18
* Fix an off-by-one in the xssf eventmodel example and docsNick Burch2008-04-041-1/+9
* Add examples and documentation for xssf eventusermodel codeNick Burch2008-03-311-0/+124
* Various quickguide updatesNick Burch2008-03-301-2/+12
* More create helper stuff, and some sample formatting filesNick Burch2008-03-161-1/+35
* Update some more documentation, and put in a workaround for needing to create...Nick Burch2008-03-161-0/+94
* Merged revisions 618680-620582 via svnmerge from Ugo Cei2008-02-131-0/+91
* HSSFPicture.resize() - a handy method to reset a picture to its original widt...Yegor Kozlov2007-10-011-0/+2
* Add standard licence header for src/examples directoryMark Thomas2007-01-151-0/+16
* Comment support from bug 41198, patch from YegorNick Burch2007-01-011-0/+99
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-2227-135/+162
* Support for line thicknes through escher graphics 2d interface.Glen Stampoultzis2006-04-291-0/+1
* * Writing support added to the SummaryInformation and DocumentSummaryInformat...Rainer Klute2006-03-031-0/+200
* Minor API doc changesRainer Klute2006-02-032-6/+17
* There seems to be a bug with the current implementation that causes problems ...Glen Stampoultzis2005-05-051-0/+3
* Minor mod - keep originalGlen Stampoultzis2005-05-051-1/+1
* Added image support for POI. See the quick guide for details. Sponsored thr...Glen Stampoultzis2005-05-011-3/+50
* - Compiling POI now includes the example classes.Rainer Klute2005-01-251-0/+1
* Centralized creation of temp files and made the default operation to delete o...Glen Stampoultzis2004-10-121-1/+2
* Even though this is just a simple example it's probably not a good idea to no...Glen Stampoultzis2004-09-221-17/+28
* Typo fixed.Rainer Klute2004-08-311-1/+1
* Bugzilla Bug 29976 [PATCH] HSSF hyperlink formula size problemGlen Stampoultzis2004-08-261-0/+51
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-232-0/+286