summaryrefslogtreecommitdiffstats
path: root/src/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Use the right way to figure out how many rows on a sheet, so we display the ↵Nick Burch2008-02-215-15/+3
| | | | | | row number for all of them on the left hand side. Also, tidy up some imports git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629742 13f79535-47bb-0310-9956-ffa450edef68
* Fix from Josh from bug #44456 - Update contrib SViewer to not fail if a ↵Nick Burch2008-02-213-1/+14
| | | | | | HSSFRow is null git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@629738 13f79535-47bb-0310-9956-ffa450edef68
* Add standard licence header for contrib directoryMark Thomas2007-01-154-1/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496523 13f79535-47bb-0310-9956-ffa450edef68
* Applying the copy2license.pl script (with tiny modification to allow for ↵Henri Yandell2006-12-2224-120/+144
| | | | | | 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
* eliminated usage of a deprecated method Sean Sullivan2006-04-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@394856 13f79535-47bb-0310-9956-ffa450edef68
* eliminated usage of a deprecated method Sean Sullivan2006-04-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@394855 13f79535-47bb-0310-9956-ffa450edef68
* fixed ArrayIndexOutOfBoundsException in the format(short, double) method Sean Sullivan2006-04-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@394843 13f79535-47bb-0310-9956-ffa450edef68
* * Writing support added to the SummaryInformation and ↵Rainer Klute2006-03-033-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Ruby Bindings for POI - initial checkinAvik Sengupta2005-02-188-0/+1131
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353634 13f79535-47bb-0310-9956-ffa450edef68
* - Compiling POI now includes the example classes.Rainer Klute2005-01-251-0/+47
| | | | | | | | | | - 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
* Removed unused log4j dependency.Glen Stampoultzis2004-07-111-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353567 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2004-06-222-10/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353563 13f79535-47bb-0310-9956-ffa450edef68
* New licence changes.Glen Stampoultzis2004-04-0922-1032/+339
| | | | 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-091-0/+65
| | | | | | 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
* More Javadoc issues fixed. "ant javadoc" now runs without any complaints. ↵Rainer Klute2003-12-061-4/+0
| | | | | | However, this does not mean the the documentation is fine. Please check your documentation! git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353467 13f79535-47bb-0310-9956-ffa450edef68
* Removed some of the Javadoc errors. Fellow developers, please run "ant ↵Rainer Klute2003-12-044-4/+4
| | | | | | javadocs" and see what can be improved! git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353464 13f79535-47bb-0310-9956-ffa450edef68
* HPSF: new testcase to check the new codepage support - plus a fix to correct ↵Rainer Klute2003-12-031-4/+0
| | | | | | a bug detected by the testcase. Hey, that's what testcases are good for! git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353461 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixesRainer Klute2003-09-133-19/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353346 13f79535-47bb-0310-9956-ffa450edef68
* @author modifiedRainer Klute2003-09-047-6/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353336 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2003-07-282-11/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353267 13f79535-47bb-0310-9956-ffa450edef68
* Bug 21775Rainer Klute2003-07-261-7/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353247 13f79535-47bb-0310-9956-ffa450edef68
* bug 19528, new greek unicode mappings by eric pugh, simple enufAvik Sengupta2003-05-031-3/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353079 13f79535-47bb-0310-9956-ffa450edef68
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-3010-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353070 13f79535-47bb-0310-9956-ffa450edef68
* Merged from BUILD_BRANCH. Note: There is one problem. The HDF testcases ↵Glen Stampoultzis2003-04-248-75/+1
| | | | | | are failing for me which prevents the full build from running. Committers, please feel free to tweak the build on your own now. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353067 13f79535-47bb-0310-9956-ffa450edef68
* Small bug fixes with respect to hex decoding.Rainer Klute2003-02-223-5/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353012 13f79535-47bb-0310-9956-ffa450edef68
* Moved HSSFChart to it's correct place.Glen Stampoultzis2003-01-081-818/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352984 13f79535-47bb-0310-9956-ffa450edef68
* Some charting work (this is not currently working so don't expect much).Glen Stampoultzis2002-12-161-0/+818
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352938 13f79535-47bb-0310-9956-ffa450edef68
* Support for ε to Unicode translation added (bug 15142).Rainer Klute2002-12-111-6/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352934 13f79535-47bb-0310-9956-ffa450edef68
* Some changes to record generationGlen Stampoultzis2002-10-091-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352885 13f79535-47bb-0310-9956-ffa450edef68
* This library seems to be required by beanutils.Glen Stampoultzis2002-09-301-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352862 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the double spacing found in this file.Glen Stampoultzis2002-09-291-224/+247
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352860 13f79535-47bb-0310-9956-ffa450edef68
* convience contrib http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12102 - ↵Andrew C. Oliver2002-09-204-0/+534
| | | | | | | | | | | | | Eric Pugh upped build number to 1.9.0 for nightly builds. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352850 13f79535-47bb-0310-9956-ffa450edef68
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11070Andrew C. Oliver2002-07-271-7/+13
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352808 13f79535-47bb-0310-9956-ffa450edef68
* renamed to SheetViewer in honor of Jason Height's fine work to make it notAndrew C. Oliver2002-07-215-43/+39
| | | | | | | | | | | | | suck anymore! Thanks Jason! Also added JAvadoc and remove template javadoc comments on overridden methods so that they'll bleed through on javadoc generation. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352801 13f79535-47bb-0310-9956-ffa450edef68
* renamed suckyviewer to sheetviewerAndrew C. Oliver2002-07-211-0/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352799 13f79535-47bb-0310-9956-ffa450edef68
* suckyviewer has been renamed to sheetviewerAndrew C. Oliver2002-07-211-37/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352798 13f79535-47bb-0310-9956-ffa450edef68
* Patch to sucky viewer... which is slowly getting less sucky. ;-)Glen Stampoultzis2002-07-208-87/+1037
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352787 13f79535-47bb-0310-9956-ffa450edef68
* Broken HPSF usage of POI's general little-endian classes fixed.Rainer Klute2002-07-173-12/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352778 13f79535-47bb-0310-9956-ffa450edef68
* Awesome work from Jason Height ↵Andrew C. Oliver2002-07-152-209/+295
| | | | | | | | | | | | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10581 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352771 13f79535-47bb-0310-9956-ffa450edef68
* this should have committed before... dunno why it iddn'tAndrew C. Oliver2002-07-052-91/+52
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352759 13f79535-47bb-0310-9956-ffa450edef68
* new class from Jason HeightAndrew C. Oliver2002-07-051-0/+140
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352757 13f79535-47bb-0310-9956-ffa450edef68
* fixed double borders (how far to draw line 2 if no vs a border), dashdot ↵Andrew C. Oliver2002-07-041-6/+153
| | | | | | | | | | | | looks good PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352755 13f79535-47bb-0310-9956-ffa450edef68
* double borderAndrew C. Oliver2002-07-041-0/+51
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352754 13f79535-47bb-0310-9956-ffa450edef68
* made hair border render correctlyAndrew C. Oliver2002-07-041-22/+46
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352753 13f79535-47bb-0310-9956-ffa450edef68
* dashed bordersAndrew C. Oliver2002-07-041-0/+71
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352752 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup, more borders supportedAndrew C. Oliver2002-07-042-52/+158
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352750 13f79535-47bb-0310-9956-ffa450edef68
* took a debug statement out that was screwing up url paramsAndrew C. Oliver2002-06-231-2/+0
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352718 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the problem with blank cells dirty rendering valuesAndrew C. Oliver2002-06-232-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352717 13f79535-47bb-0310-9956-ffa450edef68
* added minimal border support to sucky viewer (currently just ON or OFF)Andrew C. Oliver2002-06-232-3/+145
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352716 13f79535-47bb-0310-9956-ffa450edef68
* A little more work to improve suckyviewerAndrew C. Oliver2002-06-223-3/+10
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352715 13f79535-47bb-0310-9956-ffa450edef68