Commit Graph

844 Commits

Author SHA1 Message Date
Glen Stampoultzis 0167d684b6 Pointer to homepage
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353034 13f79535-47bb-0310-9956-ffa450edef68
2003-03-24 03:15:32 +00:00
Avik Sengupta 0fcc9507a7 Add clone() to FormulaRecordAggregate
Original patch supplied by Henning Boeger
Changed to make it deeper clone, added clone to StringRecord in the process
Also added a test.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353033 13f79535-47bb-0310-9956-ffa450edef68
2003-03-20 20:01:17 +00:00
Avik Sengupta cd1a9a6452 Further to bug 17491:set sheet order - now made accessible from usermodel, rudimentary testcase added. Testcase to be enhanced.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353032 13f79535-47bb-0310-9956-ffa450edef68
2003-03-18 19:26:12 +00:00
Avik Sengupta 57eb57fb35 Added license!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353031 13f79535-47bb-0310-9956-ffa450edef68
2003-03-18 19:10:25 +00:00
Avik Sengupta 3048751bca Added new class per bug 13478, to read data from low performance input streams.
Patch submitted by Jens Gerhard - thanks.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353030 13f79535-47bb-0310-9956-ffa450edef68
2003-03-18 18:58:43 +00:00
Danny Muid fb495e66a7 Corrected spelling on web page
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353029 13f79535-47bb-0310-9956-ffa450edef68
2003-03-17 20:50:41 +00:00
Danny Muid 83b4c947da Support for the SUMIF formula and non-alpha string literals
PR:
 Also fixes Bug #17582
Obtained from:
Submitted by:
 Test case for non-alpha string literals provided by ext-jens.riis@nokia.com (Jens Riis)
Reviewed by:
 Thanks Avik for your FormulaParser help


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353028 13f79535-47bb-0310-9956-ffa450edef68
2003-03-17 04:47:58 +00:00
Danny Muid 9dfd573ce7 FormulaParser changes to support IF function(s)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353027 13f79535-47bb-0310-9956-ffa450edef68
2003-03-15 01:57:41 +00:00
Glen Stampoultzis 9087b6e859 Fixed year
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353026 13f79535-47bb-0310-9956-ffa450edef68
2003-03-11 02:35:21 +00:00
Danny Muid 8fca746cb1 Added remove and another PrintArea setting method and documentation update
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353025 13f79535-47bb-0310-9956-ffa450edef68
2003-03-07 21:52:37 +00:00
Avik Sengupta 16f6a467bf Fixed bug 17373 - incorrect handling of continue records after unknown records corrupting a template. Patch submitted by Csaba Nagy -- thanks
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353024 13f79535-47bb-0310-9956-ffa450edef68
2003-03-07 15:49:04 +00:00
Danny Muid f956d04130 Fixes NullPointerException for getMergedRegionAt(index) when the index provided is valid (ie, 2 merged regions, request for index 0 would return null).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353023 13f79535-47bb-0310-9956-ffa450edef68
2003-03-06 21:40:35 +00:00
Danny Muid b96718de91 Added PrintArea documentation and corrected spelling for contrib description
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353022 13f79535-47bb-0310-9956-ffa450edef68
2003-03-06 21:04:47 +00:00
Danny Muid ad2d4ed3eb Print Area Patch
RFE Bug #14089
 Also Includes Name Reference refactoring to support references of the form: Sheet1!$A$1:$B$4 instead of Sheet1.$A$1:$B$4
PR:
 Bug #9632
 Bug #16411
 Bug #16315
 Bug #13775 (1.5 Bug)
Submitted by:
 testMultiNamedRange (TestNamedRange.java) Test Case Submitted by czhang@cambian.com (Chun Zhang)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353021 13f79535-47bb-0310-9956-ffa450edef68
2003-03-06 20:41:17 +00:00
Avik Sengupta b390fc6d80 fix for bug 14729 - cant merge more than 1027 times.
fix submitted by tony poppleton


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353020 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01 17:56:55 +00:00
Avik Sengupta 163938a466 testcase for changing sheet order
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353019 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01 17:55:36 +00:00
Avik Sengupta 09b1b6e909 Support for changing sheet order submitted by Ruel Loehr. Probably should also add access to this in usermodel?
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353018 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01 17:32:26 +00:00
Avik Sengupta e378cb0b2d fixed clone sheet bug. Thanks to:
Alessandro Vernet for a patch thats part of this commit
Toshiaki Kamoshida for a testcase and lots of debugging
Dennis Doubleday & Henning Boeger for reporting the bugs
Jason Height who wrote cloneSheet in the first place.
Sorry it took so long to patch.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353017 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01 14:27:43 +00:00
Rainer Klute 4832310e10 Minor improvements.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353015 13f79535-47bb-0310-9956-ffa450edef68
2003-02-22 15:12:32 +00:00
Andrew C. Oliver c26255dcab http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14735
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353014 13f79535-47bb-0310-9956-ffa450edef68
2003-02-22 15:06:18 +00:00
Rainer Klute 9ccba56e8e First preparations for HPSF writing functionality.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353013 13f79535-47bb-0310-9956-ffa450edef68
2003-02-22 14:27:16 +00:00
Rainer Klute 75d0858b6f Small bug fixes with respect to hex decoding.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353012 13f79535-47bb-0310-9956-ffa450edef68
2003-02-22 13:39:24 +00:00
Glen Stampoultzis fef2fc7f96 Recent changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353010 13f79535-47bb-0310-9956-ffa450edef68
2003-02-22 06:22:37 +00:00
Avik Sengupta b0c4a37953 Bug 17222: Workbook corruption when using sheet.addRow()
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353009 13f79535-47bb-0310-9956-ffa450edef68
2003-02-21 15:59:58 +00:00
Rainer Klute 3639f502a4 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353008 13f79535-47bb-0310-9956-ffa450edef68
2003-02-20 17:51:37 +00:00
Glen Stampoultzis 4fb4cb6b95 Fixed misnamed method - thanks Marcantonio.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353007 13f79535-47bb-0310-9956-ffa450edef68
2003-02-16 00:55:25 +00:00
Rainer Klute 90e630a955 Fixed a bug reading timestamps wrongly sometimes, placing the files'
times in the Middle Ages. And no, neither Microsoft nor POI existed
back then.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353006 13f79535-47bb-0310-9956-ffa450edef68
2003-02-13 16:57:39 +00:00
Shawn Laubach caf032a84f Received comments about no documentation. Added a blurb in the quick-guide.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353005 13f79535-47bb-0310-9956-ffa450edef68
2003-02-12 15:05:16 +00:00
Shawn Laubach 8ca979d116 Fix for bug #15019. NullPointerException in shiftRows. Added the test case and moved the other test case into the file. Put Toshiaki Kamoshida as an author of the test case. Test failed. Added patch. Test worked.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353004 13f79535-47bb-0310-9956-ffa450edef68
2003-02-09 21:12:35 +00:00
Rainer Klute 1c3bc26dae Typo corrected. (More corrections are welcome.)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353003 13f79535-47bb-0310-9956-ffa450edef68
2003-02-07 18:14:42 +00:00
Glen Stampoultzis 8d97fa765a Support for freezepanes / split panes / header rows and columns on printouts... see documentation for details.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353002 13f79535-47bb-0310-9956-ffa450edef68
2003-02-06 10:29:45 +00:00
Rainer Klute c6814aa16c Completed the third main section of the HPSF HOW-TO.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353000 13f79535-47bb-0310-9956-ffa450edef68
2003-02-05 19:33:27 +00:00
Rainer Klute a30f3c8c06 More HPSF documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352999 13f79535-47bb-0310-9956-ffa450edef68
2003-02-02 20:28:45 +00:00
Rainer Klute 000f541cf1 HPSF sample program showing how to read custom property sets.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352998 13f79535-47bb-0310-9956-ffa450edef68
2003-02-02 05:54:09 +00:00
Rainer Klute ae796450bd More HPSF documentation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352997 13f79535-47bb-0310-9956-ffa450edef68
2003-02-02 05:53:19 +00:00
Rainer Klute 3e92d231f4 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352996 13f79535-47bb-0310-9956-ffa450edef68
2003-02-01 13:30:55 +00:00
Rainer Klute 0bb781cabc Formatting fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352995 13f79535-47bb-0310-9956-ffa450edef68
2003-02-01 13:28:28 +00:00
Rainer Klute 315c315103 Wording and grammar fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352994 13f79535-47bb-0310-9956-ffa450edef68
2003-02-01 13:27:45 +00:00
Rainer Klute b1d9d2e10f - Started to document the reading of general property set streams.
- Minor documentation fixes.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352993 13f79535-47bb-0310-9956-ffa450edef68
2003-01-30 17:13:15 +00:00
Rainer Klute a40b753e09 Illegal Javadoc tag "@created" removed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352992 13f79535-47bb-0310-9956-ffa450edef68
2003-01-29 18:08:02 +00:00
Rainer Klute 0e93459a64 Comment improved.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352991 13f79535-47bb-0310-9956-ffa450edef68
2003-01-29 18:01:18 +00:00
Rainer Klute f0d24f1970 Ironed the german translation a little bit. And I noticed that the introductory
page should be reconsidered.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352990 13f79535-47bb-0310-9956-ffa450edef68
2003-01-29 16:21:19 +00:00
Avik Sengupta 7c7cbf0a20 Example JSP page using POI/HSSF, submitted by brian westrich
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352989 13f79535-47bb-0310-9956-ffa450edef68
2003-01-26 20:43:02 +00:00
Avik Sengupta 30e58e3952 PR: 16145 - tests delete their output files
Submitted by: Brian Sanders


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352988 13f79535-47bb-0310-9956-ffa450edef68
2003-01-26 20:34:39 +00:00
Avik Sengupta 9645f12748 removed debug output
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352986 13f79535-47bb-0310-9956-ffa450edef68
2003-01-09 13:22:21 +00:00
Glen Stampoultzis c6f67084d1 Moved HSSFChart to it's correct place.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352984 13f79535-47bb-0310-9956-ffa450edef68
2003-01-08 11:41:44 +00:00
Rainer Klute 6c05c6aaad Bug 15766 fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352980 13f79535-47bb-0310-9956-ffa450edef68
2003-01-03 11:30:48 +00:00
Avik Sengupta 1f65eb415b added new files for custom palette patch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352979 13f79535-47bb-0310-9956-ffa450edef68
2003-01-02 15:09:15 +00:00
Avik Sengupta 9183c10d33 PR 15743: Add support for custom palettes: Submitted by Brian Sanders
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352978 13f79535-47bb-0310-9956-ffa450edef68
2003-01-02 11:17:57 +00:00
Avik Sengupta 5052940511 PR:15677
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352975 13f79535-47bb-0310-9956-ffa450edef68
2003-01-01 09:24:39 +00:00
Rainer Klute 337480cb38 Bug 15720
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352974 13f79535-47bb-0310-9956-ffa450edef68
2002-12-30 18:30:22 +00:00
Rainer Klute a080ded07e One-line file properly split into many lines.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352971 13f79535-47bb-0310-9956-ffa450edef68
2002-12-28 11:15:11 +00:00
Glen Stampoultzis fcee68ae9f Fixed double spacing
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352970 13f79535-47bb-0310-9956-ffa450edef68
2002-12-28 08:11:33 +00:00
Rainer Klute debd622e60 Typo fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352969 13f79535-47bb-0310-9956-ffa450edef68
2002-12-27 11:21:52 +00:00
Glen Stampoultzis 4dd943e6e6 Some cleanup
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352968 13f79535-47bb-0310-9956-ffa450edef68
2002-12-27 10:54:08 +00:00
Glen Stampoultzis 622e6619ba Empty private constructor not needed when alternative constructor is available.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352967 13f79535-47bb-0310-9956-ffa450edef68
2002-12-27 10:51:33 +00:00
Avik Sengupta 3b8f9aff10 new faq on cell styles
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352966 13f79535-47bb-0310-9956-ffa450edef68
2002-12-27 05:44:40 +00:00
Glen Stampoultzis 04e78aae67 Some reformatting only.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352965 13f79535-47bb-0310-9956-ffa450edef68
2002-12-26 23:14:09 +00:00
Glen Stampoultzis 6d73597035 Some reformatting only.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352964 13f79535-47bb-0310-9956-ffa450edef68
2002-12-26 22:55:26 +00:00
Glen Stampoultzis 2eb1a142ca Some reformatting only.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352963 13f79535-47bb-0310-9956-ffa450edef68
2002-12-26 22:48:30 +00:00
Avik Sengupta babbf9384f PR:15324- styles in formula cells; submitted by Danny Mui
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352961 13f79535-47bb-0310-9956-ffa450edef68
2002-12-25 17:36:05 +00:00
Avik Sengupta edad0e388a PR:15537 - set active cell in sheet; submitted by Brian Sanders
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352960 13f79535-47bb-0310-9956-ffa450edef68
2002-12-25 17:27:08 +00:00
Avik Sengupta f661c1b7f9 PR:15643 HSSFColor; submitted by Brian Sanders
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352959 13f79535-47bb-0310-9956-ffa450edef68
2002-12-25 17:18:03 +00:00
Rainer Klute 88fd2b81ed Resubmitted test data file with -kb set.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352947 13f79535-47bb-0310-9956-ffa450edef68
2002-12-20 18:29:47 +00:00
Rainer Klute d9fde7aa8c File was checked in without -kb. I will check it back in in a second.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352946 13f79535-47bb-0310-9956-ffa450edef68
2002-12-20 18:23:13 +00:00
Glen Stampoultzis 7921ef4f7d Some charting work (this is not currently working so don't expect much).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352938 13f79535-47bb-0310-9956-ffa450edef68
2002-12-16 11:16:41 +00:00
Avik Sengupta 737b732f1a PR:15037 - Unit Tests for 1904 date windowing; submitted by Dan Sherman
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352937 13f79535-47bb-0310-9956-ffa450edef68
2002-12-12 09:02:26 +00:00
Avik Sengupta d4aab6f574 PR:15294 - Spelling errors
Patch Submitted by: Danny Mui


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352936 13f79535-47bb-0310-9956-ffa450edef68
2002-12-12 07:37:23 +00:00
Rainer Klute 52e83f0156 RecalcIdRecord added (bug 13500).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352935 13f79535-47bb-0310-9956-ffa450edef68
2002-12-11 19:40:58 +00:00
Rainer Klute cd6866c684 Support for ε to Unicode translation added (bug 15142).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352934 13f79535-47bb-0310-9956-ffa450edef68
2002-12-11 19:17:10 +00:00
Rainer Klute d9ef0d47cf HPSF: Reading Unicode properties are supported now.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352933 13f79535-47bb-0310-9956-ffa450edef68
2002-12-10 06:15:20 +00:00
Andrew C. Oliver b153040a9e http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14375
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352931 13f79535-47bb-0310-9956-ffa450edef68
2002-11-28 19:32:52 +00:00
Andrew C. Oliver 1e00d428ad http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14269
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352930 13f79535-47bb-0310-9956-ffa450edef68
2002-11-28 19:26:20 +00:00
Andrew C. Oliver 5ab7cb4360 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13500
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352929 13f79535-47bb-0310-9956-ffa450edef68
2002-11-28 19:20:36 +00:00
Andrew C. Oliver 6d084e9831 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13483
Patch from Jens Gerhard

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352928 13f79535-47bb-0310-9956-ffa450edef68
2002-11-28 19:03:22 +00:00
Andrew C. Oliver 0930d66666 patch from Dennis Doubleday http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13076
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352927 13f79535-47bb-0310-9956-ffa450edef68
2002-11-28 18:57:35 +00:00
Glen Stampoultzis c413463f0a Some notes on the currently unimplemented records
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352926 13f79535-47bb-0310-9956-ffa450edef68
2002-11-24 01:39:11 +00:00
Glen Stampoultzis 668fb7f360 Units is definately not the start.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352925 13f79535-47bb-0310-9956-ffa450edef68
2002-11-24 01:25:13 +00:00
Andrew C. Oliver 3b4b6dd9ec preparations for event record factory
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352923 13f79535-47bb-0310-9956-ffa450edef68
2002-11-23 19:03:00 +00:00
Andrew C. Oliver c8a34f8af0 test for ModelFactory
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352922 13f79535-47bb-0310-9956-ffa450edef68
2002-11-23 19:00:46 +00:00
Andrew C. Oliver e22743ac81 Changes for model factory/event factory (added model marker interface)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352921 13f79535-47bb-0310-9956-ffa450edef68
2002-11-23 18:58:52 +00:00
Andrew C. Oliver e0a3d2ae56 model factory/event factory
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352920 13f79535-47bb-0310-9956-ffa450edef68
2002-11-23 18:58:18 +00:00
Glen Stampoultzis a117504b50 Some more learnings on charts.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352919 13f79535-47bb-0310-9956-ffa450edef68
2002-11-20 05:21:11 +00:00
Glen Stampoultzis c56f037aa4 Opps. Looks like somewhere along the line a 1.4 dependancy was introduced. Committers: please compile with 1.3 before committing.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352918 13f79535-47bb-0310-9956-ffa450edef68
2002-11-14 23:25:20 +00:00
Glen Stampoultzis 039eb28a65 New logo.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352916 13f79535-47bb-0310-9956-ffa450edef68
2002-11-14 12:03:20 +00:00
Glen Stampoultzis 74619707cd Nothing to see here
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352915 13f79535-47bb-0310-9956-ffa450edef68
2002-11-14 11:57:13 +00:00
Nicola Ken Barozzi c875478b07 Edited version of the logo, for inclusion in the site. First try.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352914 13f79535-47bb-0310-9956-ffa450edef68
2002-11-13 10:34:06 +00:00
Andrew C. Oliver 8351737023 event record factory
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352913 13f79535-47bb-0310-9956-ffa450edef68
2002-11-11 01:34:01 +00:00
Andrew C. Oliver d90d9ab19a javadoc'd fixed the email address (whoops)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352912 13f79535-47bb-0310-9956-ffa450edef68
2002-11-10 16:46:48 +00:00
Andrew C. Oliver 85f5e2fd89 new testsuite for HSSF
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352911 13f79535-47bb-0310-9956-ffa450edef68
2002-11-10 16:45:17 +00:00
Nicola Ken Barozzi 87a35b65d2 The logos I understand have passed the vote.
4 is the main one
4s is the small-icon version
5 is for making icons for POI-format files


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352910 13f79535-47bb-0310-9956-ffa450edef68
2002-11-09 11:29:43 +00:00
Nicola Ken Barozzi a4e3f54a3c The new Apache Jakarta logo :-)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352909 13f79535-47bb-0310-9956-ffa450edef68
2002-11-09 11:27:49 +00:00
Andrew C. Oliver 5d1a532cfd javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352908 13f79535-47bb-0310-9956-ffa450edef68
2002-11-08 02:49:51 +00:00
Andrew C. Oliver b8f9260d23 think I may have fixed the encoding thing... maybe..... I hope..
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352907 13f79535-47bb-0310-9956-ffa450edef68
2002-11-08 02:34:08 +00:00
Andrew C. Oliver ab23eab68d oops I copied too much ;-)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352906 13f79535-47bb-0310-9956-ffa450edef68
2002-11-06 14:00:00 +00:00
Rainer Klute 1145374a89 Typos fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352905 13f79535-47bb-0310-9956-ffa450edef68
2002-11-06 06:19:50 +00:00
Andrew C. Oliver ffd2ddd1ef http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11827
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352904 13f79535-47bb-0310-9956-ffa450edef68
2002-11-06 02:40:41 +00:00
Andrew C. Oliver 7968b9ed5c alternative
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352903 13f79535-47bb-0310-9956-ffa450edef68
2002-11-06 02:16:33 +00:00
Glen Stampoultzis 4b01bfdbab Linked into the chart records.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352902 13f79535-47bb-0310-9956-ffa450edef68
2002-10-26 08:47:53 +00:00
Glen Stampoultzis c6a9fe49ee Some stuff I know about charts
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352901 13f79535-47bb-0310-9956-ffa450edef68
2002-10-26 08:47:42 +00:00
Andrew C. Oliver 4f3df034a7 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13707
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352900 13f79535-47bb-0310-9956-ffa450edef68
2002-10-24 23:46:58 +00:00
Shawn Laubach 12fda87077 Added paper size constants.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352899 13f79535-47bb-0310-9956-ffa450edef68
2002-10-24 14:59:10 +00:00
Andrew C. Oliver 9c206deed3 unit test for date formula
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352898 13f79535-47bb-0310-9956-ffa450edef68
2002-10-24 02:14:29 +00:00
Glen Stampoultzis 7cbb071a62 'AI' record support.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352897 13f79535-47bb-0310-9956-ffa450edef68
2002-10-20 06:16:34 +00:00
Andrew C. Oliver 69d107008d more german from jens, some spanish stuff too (apparently)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352896 13f79535-47bb-0310-9956-ffa450edef68
2002-10-16 13:11:06 +00:00
Andrew C. Oliver 942195d8b0 patch for who.xml http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13228
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352895 13f79535-47bb-0310-9956-ffa450edef68
2002-10-14 14:05:26 +00:00
Glen Stampoultzis b345025bf9 Added mailing list link.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352894 13f79535-47bb-0310-9956-ffa450edef68
2002-10-11 00:03:40 +00:00
Andrew C. Oliver 8801e51f7e javadoc'd it.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352893 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 20:38:00 +00:00
Andrew C. Oliver b766ee6991 minor code change (setError) to expose field 5 to whomever is using the low
level apis.  (I needed it for something)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352892 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 19:47:10 +00:00
Andrew C. Oliver 4805961e1a totally needs some javadoc (working on it now) .. This is TestHSSFCell
which I wrote for the upcoming commercial version of POI called SOA Workbook.
This just tests that boolean and error cells are supported.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352891 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 19:45:23 +00:00
Andrew C. Oliver ef93cc9b7d New in the news... new mirrors file, new references
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352890 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 17:50:53 +00:00
Andrew C. Oliver d31379174b started botching the index page. mostly used babelfish for this. Too much
vocabulary I don't know to take a go at it myself ;-)  (not to mention the
complexity of the grammar).  I just corrected a few obvious mistakes.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352889 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 14:25:46 +00:00
Andrew C. Oliver 15d58be562 Thanks to Jens Lorenz for correcting my Schissespreche ;-)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352888 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 14:05:02 +00:00
Shawn Laubach 70eb3725d0 Corrected bug in HSSFDataFormat and added alias for text format. Updated documentation dealing with data format.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352887 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 12:41:58 +00:00
Glen Stampoultzis dc9bbc45cb Todo cleanup
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352886 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 00:08:06 +00:00
Glen Stampoultzis a46e6bdc12 Some changes to record generation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352885 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 00:05:55 +00:00
Glen Stampoultzis 3dc6a403e9 FAQ added
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352884 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 23:14:45 +00:00
Andrew C. Oliver 73adb1b05b Ich habe mein Deutschpreche im Bayerisch biergarten gelernt. Enchuldigung..
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352883 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 20:56:52 +00:00
Shawn Laubach 36cd7fe4fe Added quickguide to demonstrate how to set a sheet as selected in a workbook.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352882 13f79535-47bb-0310-9956-ffa450edef68
2002-10-07 17:15:19 +00:00
Shawn Laubach 4119cfbcc4 Added ability to shift rows in a sheet.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352881 13f79535-47bb-0310-9956-ffa450edef68
2002-10-07 16:26:24 +00:00
Shawn Laubach c023333fdb Move self from developer list to committer list and update emails (so people know who to complain to).
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352880 13f79535-47bb-0310-9956-ffa450edef68
2002-10-05 02:38:07 +00:00
Shawn Laubach 89e9ee6890 Added test case to ensure that user defined formats get written to the file and then read back properly. Helps ensure bugs like http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13248 does not reoccur.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352879 13f79535-47bb-0310-9956-ffa450edef68
2002-10-04 20:33:22 +00:00
Shawn Laubach 3e518a8d03 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13248
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352878 13f79535-47bb-0310-9956-ffa450edef68
2002-10-04 20:28:27 +00:00
Shawn Laubach 66e0e30813 Fixed code that adds a format record to keep indexes to xfpos and bspos correct.Bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13219
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352877 13f79535-47bb-0310-9956-ffa450edef68
2002-10-04 20:27:16 +00:00
Andrew C. Oliver 4596d372c5 new translations stuff
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352876 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 23:43:35 +00:00
Andrew C. Oliver 304301c757 fixed bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13092 NameRecord
no longer throws an NPE.  I think this is due to unknown PTGs. -Andy
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352875 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 21:43:16 +00:00
Andrew C. Oliver e0b73de5bf you should now be able to check for date formats from the eventmodel
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352874 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 20:40:29 +00:00
Andrew C. Oliver 7000fe4dfb removing for now so that the nightly build will run. Please recommit this
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
2002-10-01 20:19:54 +00:00
Andrew C. Oliver 3aef0ad773 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13123
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352872 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 19:34:37 +00:00
Andrew C. Oliver 4eeb4c9eeb http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13122
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352871 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 19:19:10 +00:00
Andrew C. Oliver 98d7bb1244 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13113
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352870 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 19:09:24 +00:00
Andrew C. Oliver 5c95d52345 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13112
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352869 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 19:05:44 +00:00
Andrew C. Oliver 828720b514 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13111
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352868 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 19:02:44 +00:00
Andrew C. Oliver 7e216fffce fixed all the messed up stuff
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352867 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 18:58:34 +00:00
Andrew C. Oliver 3775c3e5bf Make the build work (someone forgot to run ./build.sh clean docs before they committed invalid xml)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352866 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 18:58:19 +00:00
Andrew C. Oliver 7ee81420f4 Bool formulas http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13078
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352865 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 17:37:47 +00:00
Glen Stampoultzis b2cd061bca Added convience functions example to quick guide
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352864 13f79535-47bb-0310-9956-ffa450edef68
2002-09-30 23:20:54 +00:00
Glen Stampoultzis f4440a1c3c Expanded example
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352863 13f79535-47bb-0310-9956-ffa450edef68
2002-09-30 23:20:35 +00:00
Glen Stampoultzis 75166c95e4 This library seems to be required by beanutils.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352862 13f79535-47bb-0310-9956-ffa450edef68
2002-09-30 00:00:15 +00:00
Glen Stampoultzis 50477722f8 Added a new example
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352861 13f79535-47bb-0310-9956-ffa450edef68
2002-09-29 23:59:33 +00:00
Glen Stampoultzis e8d9d99d45 Fixed the double spacing found in this file.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352860 13f79535-47bb-0310-9956-ffa450edef68
2002-09-29 23:50:35 +00:00
Said Ryan Ackley 65db2f30a7 made some changes based on suggestions from andy
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352859 13f79535-47bb-0310-9956-ffa450edef68
2002-09-24 20:32:58 +00:00
Said Ryan Ackley e89cc53837 fixed a stupid mistake
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352858 13f79535-47bb-0310-9956-ffa450edef68
2002-09-24 03:10:19 +00:00
Said Ryan Ackley 973c030536 You must specify the output file for the main function now
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352857 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 20:14:17 +00:00
Said Ryan Ackley 2866a81100 Made this page up to date
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352856 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 20:13:02 +00:00
Said Ryan Ackley ad9ee736c9 minor changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352855 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 20:12:32 +00:00
Said Ryan Ackley 5527fd1593 added entries for a how-to and the docoverview
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352854 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 20:12:18 +00:00
Glen Stampoultzis a63b298690 Applied getting started patch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352853 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 07:06:46 +00:00
Glen Stampoultzis 24fde5c3d9 Missed one...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352852 13f79535-47bb-0310-9956-ffa450edef68
2002-09-22 01:26:43 +00:00
Glen Stampoultzis 1ddb298221 Updated to reflect latest release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352851 13f79535-47bb-0310-9956-ffa450edef68
2002-09-22 01:15:43 +00:00