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
Glen Stampoultzis
5a5a725b78
Bump up the nightly build number since were releasing.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353016 13f79535-47bb-0310-9956-ffa450edef68
2003-02-23 08:13:31 +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
Andrew C. Oliver
a93bb25fd9
removed per sam. Against policy (LGPL). (Autodownloads if you need it anyhow)
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353001 13f79535-47bb-0310-9956-ffa450edef68
2003-02-05 20:32:59 +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
Nicola Ken Barozzi
b1e67e6be6
Updated centibuild descriptor to use centiepde task.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352987 13f79535-47bb-0310-9956-ffa450edef68
2003-01-14 15:10:51 +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
Nicola Ken Barozzi
f50181689f
MAke nags come from Gump, not me
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352985 13f79535-47bb-0310-9956-ffa450edef68
2003-01-08 13:37:09 +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