summaryrefslogtreecommitdiffstats
path: root/src/examples
Commit message (Collapse)AuthorAgeFilesLines
* Finish off eventusermodel based Excel Extractor, and update the xls to csv ↵Nick Burch2008-04-131-0/+323
| | | | | | converter (moved to correct place) based on discoveries for the text extractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647576 13f79535-47bb-0310-9956-ffa450edef68
* support for excel hypelrinksYegor Kozlov2008-02-071-0/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@619310 13f79535-47bb-0310-9956-ffa450edef68
* HSSFPicture.resize() - a handy method to reset a picture to its original ↵Yegor Kozlov2007-10-011-0/+2
| | | | | | width and height git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@581029 13f79535-47bb-0310-9956-ffa450edef68
* Add standard licence header for src/examples directoryMark Thomas2007-01-151-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496525 13f79535-47bb-0310-9956-ffa450edef68
* Comment support from bug 41198, patch from YegorNick Burch2007-01-011-0/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@491629 13f79535-47bb-0310-9956-ffa450edef68
* Applying the copy2license.pl script (with tiny modification to allow for ↵Henri Yandell2006-12-2227-135/+162
| | | | | | more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@489730 13f79535-47bb-0310-9956-ffa450edef68
* Support for line thicknes through escher graphics 2d interface.Glen Stampoultzis2006-04-291-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@398044 13f79535-47bb-0310-9956-ffa450edef68
* * Writing support added to the SummaryInformation and ↵Rainer Klute2006-03-031-0/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DocumentSummaryInformation classes. These classes now have methods for setting and removing properties. Coherent extensions are: ** Documentation section about writing standard properties added to the HPSF HOW-TO. ** Example application added showing how to modify the document summary information. ** Testcases added for testing modifying summary information and document summary information. ** PropertySetFactory extended to create SummaryInformation and DocumentSummaryInformation instances. * Added MutablePropertySet.write(DirectoryEntry, String) to ease writing a property set to a POI filesystem document. * Improved codepage handling. * Bug fixed: Integral values were read and written as unsigned instead of signed. * Reworked the mapping between variant types and Java types: Variant.VT_I4 is mapped to Integer now and Variant.VT_I8 to Long. This might cause incompatibilities if you are doing low-level HPSF programming. * Changed SectionIDMap.DOCUMENT_SUMMARY_INFORMATION_ID from a byte[] to a byte[][] in order to contain the format ID of the first and the second section. This is an incompatible change! * Added PropertySet.getFirstSection(). This method is similar to getSingleSection() won't choke if the property set has more than one section. * Support for low-level reading and writing of Variant.VT_I8 type properties added. * Unnecessary casts removed. * Poibrowser's display format changed slightly. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@382887 13f79535-47bb-0310-9956-ffa450edef68
* Minor API doc changesRainer Klute2006-02-032-6/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@374728 13f79535-47bb-0310-9956-ffa450edef68
* There seems to be a bug with the current implementation that causes problems ↵Glen Stampoultzis2005-05-051-0/+3
| | | | | | if you create a row but no sells. This just works around that bug. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353670 13f79535-47bb-0310-9956-ffa450edef68
* Minor mod - keep originalGlen Stampoultzis2005-05-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353669 13f79535-47bb-0310-9956-ffa450edef68
* Added image support for POI. See the quick guide for details. Sponsored ↵Glen Stampoultzis2005-05-011-3/+50
| | | | | | through superlink software. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353660 13f79535-47bb-0310-9956-ffa450edef68
* - Compiling POI now includes the example classes.Rainer Klute2005-01-251-0/+1
| | | | | | | | | | - Javadoc now includes the example classes. - Added usage instructions to the POI Browser documentation. - Added references to the examples and the contributed software to the POI overview. - Added a missing import to an HPSF example class. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353626 13f79535-47bb-0310-9956-ffa450edef68
* Centralized creation of temp files and made the default operation to delete ↵Glen Stampoultzis2004-10-121-1/+2
| | | | | | on exit git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353606 13f79535-47bb-0310-9956-ffa450edef68
* Even though this is just a simple example it's probably not a good idea to ↵Glen Stampoultzis2004-09-221-17/+28
| | | | | | not close the streams correctly. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353602 13f79535-47bb-0310-9956-ffa450edef68
* Typo fixed.Rainer Klute2004-08-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353591 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla Bug 29976 [PATCH] HSSF hyperlink formula size problemGlen Stampoultzis2004-08-261-0/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353589 13f79535-47bb-0310-9956-ffa450edef68
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-232-0/+286
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353586 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2004-06-221-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353563 13f79535-47bb-0310-9956-ffa450edef68
* - Important fix to actually place the property into the property set.Rainer Klute2004-06-221-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353560 13f79535-47bb-0310-9956-ffa450edef68
* - Usage message fixed.Rainer Klute2004-06-091-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353557 13f79535-47bb-0310-9956-ffa450edef68
* New licence changes.Glen Stampoultzis2004-04-0924-1102/+392
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353545 13f79535-47bb-0310-9956-ffa450edef68
* Ported the drawing stuff from the rel_2_branch. Given the effort this took ↵Glen Stampoultzis2004-04-092-0/+342
| | | | | | I'm really really wanting to move to subversion. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353542 13f79535-47bb-0310-9956-ffa450edef68
* HPSF: codepage support addedRainer Klute2003-12-022-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353460 13f79535-47bb-0310-9956-ffa450edef68
* - Comparing sections refined: For the dictionary (property 0) only the value ↵Rainer Klute2003-09-205-7/+576
| | | | | | | | | (Map) is relevant. The dictionary's codepage (property 1) is disregarded. - New sample application CopyCompare. I'll turn that into a testcase later. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353362 13f79535-47bb-0310-9956-ffa450edef68
* These changes introduce the following HPSF enhancements and fixes:Rainer Klute2003-09-182-5/+12
| | | | | | | | | | | - Section dictionaries (aka custom properties) can be written now. - Constructor MutableProperty(PropertySet) sets the class ID correctly now. - Possible invalid section count fixed - More testcases - Cosmetics git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353360 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2003-09-151-13/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353352 13f79535-47bb-0310-9956-ffa450edef68
* Sample programs for writing properties using HPSF addedRainer Klute2003-09-132-0/+591
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353348 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2003-09-012-14/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353333 13f79535-47bb-0310-9956-ffa450edef68
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-3016-16/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353070 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2003-02-201-25/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353008 13f79535-47bb-0310-9956-ffa450edef68
* Support for freezepanes / split panes / header rows and columns on ↵Glen Stampoultzis2003-02-063-0/+275
| | | | | | printouts... see documentation for details. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353002 13f79535-47bb-0310-9956-ffa450edef68
* HPSF sample program showing how to read custom property sets.Rainer Klute2003-02-021-0/+161
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352998 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2003-02-011-0/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352996 13f79535-47bb-0310-9956-ffa450edef68
* Example JSP page using POI/HSSF, submitted by brian westrichAvik Sengupta2003-01-261-0/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352989 13f79535-47bb-0310-9956-ffa450edef68
* event record factoryAndrew C. Oliver2002-11-111-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352913 13f79535-47bb-0310-9956-ffa450edef68
* removing for now so that the nightly build will run. Please recommit thisAndrew C. Oliver2002-10-011-115/+0
| | | | | | | | | | | | | once you figure out what to do for the build. I think maybe this should go in contrib with the conveinience functiosn so that the main build isn't dependant upon contrib... PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352873 13f79535-47bb-0310-9956-ffa450edef68
* Expanded exampleGlen Stampoultzis2002-09-301-17/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352863 13f79535-47bb-0310-9956-ffa450edef68
* Added a new exampleGlen Stampoultzis2002-09-291-0/+104
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352861 13f79535-47bb-0310-9956-ffa450edef68
* custom data formats patch: ↵Andrew C. Oliver2002-08-152-2/+2
| | | | | | | | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11068 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352825 13f79535-47bb-0310-9956-ffa450edef68
* Somehow this example went completely missing... oopsGlen Stampoultzis2002-07-201-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352788 13f79535-47bb-0310-9956-ffa450edef68
* Merged from 1.5 (SST fixes).Glen Stampoultzis2002-06-091-0/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352665 13f79535-47bb-0310-9956-ffa450edef68
* Fix examples and updated documentationGlen Stampoultzis2002-04-293-30/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352556 13f79535-47bb-0310-9956-ffa450edef68
* Update of Krysalis Centipede build system to version 1.0-devNicola Ken Barozzi2002-04-031-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352315 13f79535-47bb-0310-9956-ffa450edef68
* Examples updateGlen Stampoultzis2002-03-302-0/+309
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352297 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importGlen Stampoultzis2002-03-281-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352293 13f79535-47bb-0310-9956-ffa450edef68
* Extra examplesGlen Stampoultzis2002-03-153-0/+286
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352220 13f79535-47bb-0310-9956-ffa450edef68
* Forgot the licenseGlen Stampoultzis2002-03-121-0/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352209 13f79535-47bb-0310-9956-ffa450edef68
* Small correctionGlen Stampoultzis2002-03-121-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352206 13f79535-47bb-0310-9956-ffa450edef68
* Merged region exampleGlen Stampoultzis2002-03-121-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352205 13f79535-47bb-0310-9956-ffa450edef68