Rainer Klute
61f780dba8
These changes introduce the following HPSF enhancements and fixes:
...
- 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
2003-09-18 18:56:35 +00:00
Rainer Klute
5f8f16dee1
Test cases updated/enhanced.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353350 13f79535-47bb-0310-9956-ffa450edef68
2003-09-13 12:32:11 +00:00
Danny Muid
9169b1590c
Changed merged region tracking to use object pointers rather than
...
index pointers so we don't have to make sure the indices are up to date.
PR: 22922
Submitted by: xuemin@appresso.com (Xuemin Guan)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353344 13f79535-47bb-0310-9956-ffa450edef68
2003-09-06 19:15:53 +00:00
Rainer Klute
41fd399f9a
Oh, well, let's do it like this.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353342 13f79535-47bb-0310-9956-ffa450edef68
2003-09-04 20:28:56 +00:00
Rainer Klute
69581f5f0d
Writing: API enhanced, bugs fixed, performance improvements, code simplifications, two new testcases, more int to long promotions.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353341 13f79535-47bb-0310-9956-ffa450edef68
2003-09-04 20:15:24 +00:00
Andrew C. Oliver
cb2c5243b4
JDK 1.3 compilation issue
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353339 13f79535-47bb-0310-9956-ffa450edef68
2003-09-04 20:05:03 +00:00
Rainer Klute
fe4ce38e62
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353333 13f79535-47bb-0310-9956-ffa450edef68
2003-09-01 18:54:23 +00:00
Rainer Klute
bc7fb9a922
Test case added.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353329 13f79535-47bb-0310-9956-ffa450edef68
2003-09-01 05:50:48 +00:00
Avik Sengupta
2245df361f
Sync to REL_2_BR: HSSFCell.getStringValue now returns the formula result if it is a string.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353327 13f79535-47bb-0310-9956-ffa450edef68
2003-08-31 06:19:41 +00:00
Avik Sengupta
e785cbdd46
Syncing to REL_2_BR: Macro functions and related fixes, by Paul Krause bug id:21444
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353326 13f79535-47bb-0310-9956-ffa450edef68
2003-08-31 06:16:57 +00:00
Rainer Klute
aeaa6a0856
Test cases for HPSF writing capability added.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353320 13f79535-47bb-0310-9956-ffa450edef68
2003-08-30 09:11:59 +00:00
Avik Sengupta
a86adc3f6f
Add protect record to sheet. Sync from REL_2_BRANCH ..Thanks Rick Berman
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353311 13f79535-47bb-0310-9956-ffa450edef68
2003-08-23 19:01:52 +00:00
Rainer Klute
e25aebed37
Removed hastily added import statement.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353309 13f79535-47bb-0310-9956-ffa450edef68
2003-08-23 15:31:10 +00:00
Rainer Klute
4bb4a4157f
- New test case to read all files from the HPSF data directory.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353308 13f79535-47bb-0310-9956-ffa450edef68
2003-08-23 15:14:39 +00:00
Shawn Laubach
306976c259
Updates for the display of gridlines, formulas, and such because I forgot to do this when I added it to the release.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353305 13f79535-47bb-0310-9956-ffa450edef68
2003-08-22 17:21:20 +00:00
Tetsuya Kitahata
e7266f81c9
PR:18846
...
Obtained from:
Submitted by: kamoshida.toshiaki@future.co.jp (Toshiaki Kamoshida)
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353304 13f79535-47bb-0310-9956-ffa450edef68
2003-08-19 14:07:40 +00:00
Rainer Klute
6881971ed3
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353291 13f79535-47bb-0310-9956-ffa450edef68
2003-08-05 20:52:25 +00:00
Avik Sengupta
ed6a27c2be
Testcase for bug 13769 .. thanks michael tosdevin
...
the bug has already been fixed in 2.0pre3
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353279 13f79535-47bb-0310-9956-ffa450edef68
2003-07-31 20:00:03 +00:00
Avik Sengupta
90716a5462
Slow input stream patch, bug 13478
...
Thanks Tony Chao and Chris Nokleberg
Added to HEAD, not fully tested, since HEAD is unstable atm.
fully tested in Branch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353275 13f79535-47bb-0310-9956-ffa450edef68
2003-07-31 19:35:19 +00:00
Rainer Klute
6f0a5b9da6
*** empty log message ***
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353267 13f79535-47bb-0310-9956-ffa450edef68
2003-07-28 17:01:03 +00:00
Avik Sengupta
8f5f1f96e7
MERGE from REL_2_BRANCH: bug 15228 and related fixes
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353261 13f79535-47bb-0310-9956-ffa450edef68
2003-07-27 19:15:16 +00:00
Rainer Klute
ddbfc9bd51
Test case for bug 21775
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353252 13f79535-47bb-0310-9956-ffa450edef68
2003-07-26 21:25:14 +00:00
Rainer Klute
89c66423b4
Bug 21775
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353247 13f79535-47bb-0310-9956-ffa450edef68
2003-07-26 06:57:33 +00:00
Shawn Laubach
df218dd45e
Adding changes recently added to release 2. Includes rewrite of margin code, fixes for duplicate DataFormat, and cleanup of files I noticed that was 1 line.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353242 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 13:39:08 +00:00
Shawn Laubach
28d24b7126
Test case to check that the correct header and footer is found (reference bug #21439 ).
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353198 13f79535-47bb-0310-9956-ffa450edef68
2003-07-09 20:18:56 +00:00
Danny Muid
886390a3da
When shifting rows, added ability to shift the merged regions entirely
...
defined in that batch of rows. If two cells are merged in a row, they
should still be merged after they're shifted.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353169 13f79535-47bb-0310-9956-ffa450edef68
2003-06-27 23:57:58 +00:00
Danny Muid
fb6c7e85de
Round 2 with removing merged regions. The MergedRecords array would be emptied
...
when removing all the regions but the merged pointer was still being preserved.
Kill the pointer if the record is removed from the list so things are golden again.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353166 13f79535-47bb-0310-9956-ffa450edef68
2003-06-27 23:04:28 +00:00
Danny Muid
1c2ae742fd
When removing one MergedRegion, the record was removed before it was ready,
...
causing a IndexOutOfBoundsException. Shifted the remove after the get to fix
this. TestCase should verify old functionality hasn't been broken.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353164 13f79535-47bb-0310-9956-ffa450edef68
2003-06-27 21:59:46 +00:00
Danny Muid
dd33a37b2a
Fixed support for Cloning SharedFormulas and FormulaAggregates leaving
...
out other values after it.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353115 13f79535-47bb-0310-9956-ffa450edef68
2003-06-02 02:47:44 +00:00
Danny Muid
779e381000
Fixed NameRecord deserialization when additional information (description) was specified
...
PR: 19862
Submitted by:
lloydj@us.ibm.com
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353105 13f79535-47bb-0310-9956-ffa450edef68
2003-05-17 18:32:42 +00:00
Danny Muid
929dcf3fd5
Fixes AreaReference when a Sheet name is provided
...
PR: 19888
Submitted by:
brett.knights@tanner.com
Test Case Provided by:
Arne.Clauss@gedas.de
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353104 13f79535-47bb-0310-9956-ffa450edef68
2003-05-17 17:53:38 +00:00
Danny Muid
97fcb16032
Made sure all row records for the sheet are aggregated since rows are skipped
...
if a formula yields a String.
PR: 15062
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353095 13f79535-47bb-0310-9956-ffa450edef68
2003-05-09 12:39:08 +00:00
Danny Muid
bc5c1ff0b2
Add the new testcase to the testsuite.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353091 13f79535-47bb-0310-9956-ffa450edef68
2003-05-08 14:28:25 +00:00
Danny Muid
b0d1df10d3
Patch to support reading in Shared Formulas
...
1) Added new Record: SharedFormulaRecord that is basically a storage area
2) Enabled ExpPtg to store and serialize data for repeating formulas
3) Updated the aggregates to store the SharedFormulaRecord appropriately
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353090 13f79535-47bb-0310-9956-ffa450edef68
2003-05-08 00:02:03 +00:00
Danny Muid
b693562626
FormulaParser patch to address:
...
1) embedded ifs
2) GreaterEqual, LessEqual, NotEqual
3) Refactored stringliteral detection
BR: 19079
Submitted By: fred at stsci dot edu
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353089 13f79535-47bb-0310-9956-ffa450edef68
2003-05-07 03:40:52 +00:00
Avik Sengupta
ffe20f3e80
PR 13292, size of FuncPtg
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353088 13f79535-47bb-0310-9956-ffa450edef68
2003-05-06 15:37:10 +00:00
Andrew C. Oliver
7374603552
removed non-multiplatform/1.3.x unit test
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353085 13f79535-47bb-0310-9956-ffa450edef68
2003-05-06 12:41:37 +00:00
Avik Sengupta
b59b8abe8e
Addition of GreaterThan and LessThan in formulas (IF Functions)
...
Originally submitted by Cameron Riley (PR 16392). Thanks.
Added simple tests at high and low level, more complicated cases to be tested
<= and >= probably still wont work!
Had to apply diff by hand, one horrible line at a time (yikes!!)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353081 13f79535-47bb-0310-9956-ffa450edef68
2003-05-04 18:22:09 +00:00
Andrew C. Oliver
5b16f75117
line feeds are good
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353074 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 13:00:46 +00:00
Glen Stampoultzis
64967ec532
Changed copyright from 2002 to 2003
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353070 13f79535-47bb-0310-9956-ffa450edef68
2003-04-30 04:39:21 +00:00
Andrew C. Oliver
470fbc4620
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18947
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353065 13f79535-47bb-0310-9956-ffa450edef68
2003-04-22 16:39:01 +00:00
Andrew C. Oliver
07912d07d5
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18090
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353056 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 02:58:23 +00:00
Danny Muid
81230699e2
FuncPtg stores 2 bytes of data where AbstractFuncPtg says it is 4 bytes long. Store the other 2 bytes when reading an excel file so that the "Warning: Data may have been lost" prompt is avoided after serialization.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353043 13f79535-47bb-0310-9956-ffa450edef68
2003-04-08 04:34:42 +00:00
Danny Muid
247157f3d3
FormulaRecord patch (and testcase) to preserve Excel's NaN representation when dealing with NaN formula value. We currently have NaN support in LittleEndian but the constant for NaN seems to change so we need to preserve the original bits on fill fields. Thanks Glen for your input!
...
PR: 18114, 18155
Submitted by: Additional bug report submitted by jsun@teloptica.com (Jerry Sun)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353037 13f79535-47bb-0310-9956-ffa450edef68
2003-03-29 19:59:38 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Andrew C. Oliver
c530fb5920
vba code no longer corrupted - http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10213
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352845 13f79535-47bb-0310-9956-ffa450edef68
2002-09-16 18:14:31 +00:00
Andrew C. Oliver
e8a78447ac
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12349
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352841 13f79535-47bb-0310-9956-ffa450edef68
2002-09-11 02:30:43 +00:00
Andrew C. Oliver
32543e4e8c
*read only* support for optimized ifs. meaning "if(A1=A3,A1,A2)" and stuff.
...
This optimized if has the conceptual clarity of a featherweight elephant
carrier used as a pizza topping. This concludes my therapy session. I love
this project :-). Next week I'll try and get write support underway unless
someone beats me to it.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352839 13f79535-47bb-0310-9956-ffa450edef68
2002-09-06 03:56:47 +00:00
Andrew C. Oliver
a7b2c9fb69
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11721 clone for sheets
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352836 13f79535-47bb-0310-9956-ffa450edef68
2002-09-05 00:26:28 +00:00
Andrew C. Oliver
72965e9a0d
Added (test first) test case for if formulas
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352833 13f79535-47bb-0310-9956-ffa450edef68
2002-09-02 16:13:48 +00:00
Andrew C. Oliver
0cb31a8d4d
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11010 - great patch by
...
sergei.... if he'd learn to do diff -u patches instead of the nasty kind I'd be
loving his work alot right now ;-)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352831 13f79535-47bb-0310-9956-ffa450edef68
2002-09-02 02:11:16 +00:00
Andrew C. Oliver
147a6b82e6
oops it was ME that forgot to commit the added test data.... I must be flogged with
...
a wet noodle.... 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@352829 13f79535-47bb-0310-9956-ffa450edef68
2002-09-02 00:54:48 +00:00
Glen Stampoultzis
f8d89add04
Removed the call to doubleToRawLongBits()
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352828 13f79535-47bb-0310-9956-ffa450edef68
2002-08-27 10:29:52 +00:00
Glen Stampoultzis
f42b7bbdbb
Fixes to chart handling and to a hidden bug to do with where the beginning of the sheet is located. Also fixed an issue with doubles and the NaN values. Some of this could use some more refactoring.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352827 13f79535-47bb-0310-9956-ffa450edef68
2002-08-21 11:56:49 +00:00
Andrew C. Oliver
9f435bb6e8
custom data formats patch: 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
2002-08-15 14:13:34 +00:00
Avik Sengupta
3b6f854e14
writing string formulas now work
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352822 13f79535-47bb-0310-9956-ffa450edef68
2002-08-03 18:16:54 +00:00
Glen Stampoultzis
4d7e207efd
String record added
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352815 13f79535-47bb-0310-9956-ffa450edef68
2002-07-29 13:25:46 +00:00
Andrew C. Oliver
2a19f556ae
Backing out this code it causes http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10393
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352812 13f79535-47bb-0310-9956-ffa450edef68
2002-07-28 22:47:58 +00:00
Glen Stampoultzis
54018b5b18
Test case for bound sheet record... it seems okay.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352809 13f79535-47bb-0310-9956-ffa450edef68
2002-07-27 01:45:43 +00:00
Rainer Klute
8609168fae
First HPSF test cases added.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352805 13f79535-47bb-0310-9956-ffa450edef68
2002-07-22 08:25:19 +00:00
Andrew C. Oliver
a3c338967e
from russia with love (LOL)
...
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10548 #1
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352795 13f79535-47bb-0310-9956-ffa450edef68
2002-07-21 03:03:57 +00:00
Rainer Klute
eab670b07b
First shot for HPSF test cases.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352782 13f79535-47bb-0310-9956-ffa450edef68
2002-07-18 15:35:22 +00:00
Glen Stampoultzis
9102bc3f39
More refactoring of SST
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352777 13f79535-47bb-0310-9956-ffa450edef68
2002-07-17 14:18:03 +00:00
Glen Stampoultzis
7076f5c4d8
More testing... you can never have enough... :)
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352774 13f79535-47bb-0310-9956-ffa450edef68
2002-07-15 13:22:50 +00:00
Andrew C. Oliver
cb6ef3869f
test case for the sheetreferences class
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352770 13f79535-47bb-0310-9956-ffa450edef68
2002-07-15 00:36:07 +00:00
Andrew C. Oliver
f69f32a679
moved to o.a.p.h.model package
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352769 13f79535-47bb-0310-9956-ffa450edef68
2002-07-15 00:19:41 +00:00
Andrew C. Oliver
c83b61e246
moved from o.a.p.h.record.formula package
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352768 13f79535-47bb-0310-9956-ffa450edef68
2002-07-15 00:18:48 +00:00
Avik Sengupta
a6974eddf4
Refactoring for names, and tests. More to follow. Only publicly viewable change is setSheetName in HSSFName is now private, since it was dangerous.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352736 13f79535-47bb-0310-9956-ffa450edef68
2002-07-01 17:29:31 +00:00
Glen Stampoultzis
9a940f370e
Somes tests for the record size calculation class... My initial attempt and trying to understand the record size calculation stuff. BTW, I still don't get it. :(
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352729 13f79535-47bb-0310-9956-ffa450edef68
2002-06-27 13:17:12 +00:00
Avik Sengupta
70c361f9dd
better support for sheet functions.... more refactoring after i have written tests for named range. Inclueds a fix for bug 9632
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352725 13f79535-47bb-0310-9956-ffa450edef68
2002-06-26 18:05:40 +00:00
Avik Sengupta
3d30c55466
first cut support for sheet references. Writing works fine, reading also works except for bug 9632 .. which means that the formula string retrieved is incorrect. will fix soon
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352723 13f79535-47bb-0310-9956-ffa450edef68
2002-06-25 08:35:16 +00:00
Glen Stampoultzis
511dbc0cea
Various changes. SST refactoring which I'm not sure is worth it because I'm pretty sure SST recordsize calculation is all wrong. Added some logging stuff and also merged some stuff from 1.5 branch
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352701 13f79535-47bb-0310-9956-ffa450edef68
2002-06-15 06:04:26 +00:00
Avik Sengupta
1ef8d27a1e
fix for bug 9802, we write simple sum ptg, tho we can also read attr ptg. trying to write an attr ptg messes up the class change algo.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352687 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 12:40:03 +00:00
Glen Stampoultzis
b05947a181
A testcase that I should have added before.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352683 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 09:07:51 +00:00
Glen Stampoultzis
1f61f0058b
Split out SSTDeserializer specific classes.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352682 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 08:33:44 +00:00
Glen Stampoultzis
8f149403cc
Use the new 'sections' feature
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352681 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 08:24:12 +00:00
Glen Stampoultzis
a5259b1fa2
Refinement of test data
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352680 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 08:23:36 +00:00
Avik Sengupta
44fc02cd84
compile under jdk1.2.2
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352677 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 07:50:29 +00:00
Avik Sengupta
7e29ec9141
not needed
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352671 13f79535-47bb-0310-9956-ffa450edef68
2002-06-11 21:05:09 +00:00
Avik Sengupta
ecc283b69d
updated tests without ReferenceUtil
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352669 13f79535-47bb-0310-9956-ffa450edef68
2002-06-11 20:20:41 +00:00
Glen Stampoultzis
5140e0261d
Merged from 1.5 (SST fixes).
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352665 13f79535-47bb-0310-9956-ffa450edef68
2002-06-09 12:48:34 +00:00
Glen Stampoultzis
7b23ccd114
Merged from 1.5 branch.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352660 13f79535-47bb-0310-9956-ffa450edef68
2002-06-02 07:30:40 +00:00
Avik Sengupta
7077f9e2e4
test for parsing strings, submitted by Werner Froidevaux
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352654 13f79535-47bb-0310-9956-ffa450edef68
2002-05-28 12:41:17 +00:00
Avik Sengupta
2072902e33
Framework to set the class of a token
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352651 13f79535-47bb-0310-9956-ffa450edef68
2002-05-27 21:00:12 +00:00
Avik Sengupta
4b0501381f
sorry, license!
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352647 13f79535-47bb-0310-9956-ffa450edef68
2002-05-21 18:36:40 +00:00
Avik Sengupta
5fef5940be
fix for bug 9114, reported and fix pointed by Tal Moshaiov
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352646 13f79535-47bb-0310-9956-ffa450edef68
2002-05-21 18:28:35 +00:00
Andrew C. Oliver
f75fb848ba
Fixed tests for legend and implemented testresult for bitfields
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352645 13f79535-47bb-0310-9956-ffa450edef68
2002-05-19 21:40:59 +00:00
Andrew C. Oliver
a743c4248d
new test for new graphing record
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352644 13f79535-47bb-0310-9956-ffa450edef68
2002-05-19 18:53:18 +00:00
Andrew C. Oliver
a108d90329
new Test for plot area record
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352635 13f79535-47bb-0310-9956-ffa450edef68
2002-05-19 15:53:53 +00:00
Andrew C. Oliver
23bcf0f5b9
New object link record (graphing) -- unit test
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352629 13f79535-47bb-0310-9956-ffa450edef68
2002-05-18 16:22:55 +00:00
Andrew C. Oliver
70ff48aa8a
finally figured out how to get the strings in here to work... Excel has an ENTIRELY different (I think this makes like 3 or 4) to write strings for this record. Many Microsoft sucks at this programming stuff.
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352625 13f79535-47bb-0310-9956-ffa450edef68
2002-05-18 15:56:21 +00:00
Andrew C. Oliver
d2672d5e76
implemented tick record (grphing thing) --
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352617 13f79535-47bb-0310-9956-ffa450edef68
2002-05-11 19:06:04 +00:00
Andrew C. Oliver
2dea29ad21
see the src/records/definitions/axis_options_record.xml for the details
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352616 13f79535-47bb-0310-9956-ffa450edef68
2002-05-11 17:23:48 +00:00
Andrew C. Oliver
b7511eba7a
great patch by craig@adaptivetrade.com (Craig Kelley) --
...
Now rows are interperated properly as ushorts versus shorts (java ints)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352609 13f79535-47bb-0310-9956-ffa450edef68
2002-05-10 03:01:11 +00:00
Andrew C. Oliver
324dbe8839
New record for charts and corresponding BIFFViewer and unit test
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352606 13f79535-47bb-0310-9956-ffa450edef68
2002-05-08 01:46:11 +00:00
Andrew C. Oliver
e475ccfe2c
Added SC window magnification...fixed error on res001 that has been bugging me.
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352605 13f79535-47bb-0310-9956-ffa450edef68
2002-05-08 00:22:33 +00:00
Andrew C. Oliver
15617dc8c9
created unit test for sup book record
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352601 13f79535-47bb-0310-9956-ffa450edef68
2002-05-06 22:50:22 +00:00
Avik Sengupta
65aa73beb4
committing patches supplied by Matthew McClain for bug 8757. This will handle most cases, since majority formulas expect value class params. Ptgs to be refactored for full functionality
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352600 13f79535-47bb-0310-9956-ffa450edef68
2002-05-06 18:23:24 +00:00
Avik Sengupta
9a6fc596dd
absolute refs in area references, plus some tests
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352599 13f79535-47bb-0310-9956-ffa450edef68
2002-05-05 16:55:41 +00:00
Avik Sengupta
94998b29f5
Absolute vs relative references now work .. refactored ReferenceUtils in the bargain
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352598 13f79535-47bb-0310-9956-ffa450edef68
2002-05-04 15:45:05 +00:00
Avik Sengupta
8ac8b510cf
fixed the tests, but they still work
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352596 13f79535-47bb-0310-9956-ffa450edef68
2002-05-03 15:47:20 +00:00
Avik Sengupta
f68bee6bfd
adding test for formula parser
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352583 13f79535-47bb-0310-9956-ffa450edef68
2002-05-02 12:52:13 +00:00
Glen Stampoultzis
950559e41a
Charting, charting, charting... getting there... bit by bit.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352576 13f79535-47bb-0310-9956-ffa450edef68
2002-05-01 08:02:19 +00:00
Andrew C. Oliver
46e32166e4
wow... I thought I was doing test first....but um...it turns out it already works. Avik ROCKS!!!
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352575 13f79535-47bb-0310-9956-ffa450edef68
2002-05-01 01:41:51 +00:00
Andrew C. Oliver
1ea726c701
probably nothing
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352573 13f79535-47bb-0310-9956-ffa450edef68
2002-05-01 01:19:28 +00:00
Andrew C. Oliver
3d1b59dbb3
oops left off avik's test case
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352572 13f79535-47bb-0310-9956-ffa450edef68
2002-05-01 01:11:05 +00:00
Andrew C. Oliver
fc90730062
sum formula test
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352565 13f79535-47bb-0310-9956-ffa450edef68
2002-04-30 02:12:25 +00:00
Andrew C. Oliver
d83491053b
More work from avik
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352561 13f79535-47bb-0310-9956-ffa450edef68
2002-04-30 00:18:47 +00:00
Andrew C. Oliver
bc2ddf5c70
must have missed a commit yesterday...oops
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352559 13f79535-47bb-0310-9956-ffa450edef68
2002-04-30 00:14:54 +00:00
Glen Stampoultzis
fdf9f51622
Some testing related stuff. The first shot at a sanity tester for XLS record structure. Needs heaps more checks but it's a start.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352558 13f79535-47bb-0310-9956-ffa450edef68
2002-04-29 11:10:29 +00:00
Andrew C. Oliver
2297f219ce
reference tests
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352538 13f79535-47bb-0310-9956-ffa450edef68
2002-04-28 20:51:55 +00:00
Andrew C. Oliver
d6ed27a995
added test for ReferenceUtil
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352536 13f79535-47bb-0310-9956-ffa450edef68
2002-04-28 19:09:09 +00:00
Andrew C. Oliver
110b643b9f
tests parenthesis
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352528 13f79535-47bb-0310-9956-ffa450edef68
2002-04-28 16:40:18 +00:00
Andrew C. Oliver
cf24bbd7c6
test first...glen will love it.. . test for concat operator... also added some dumb order of operations
...
checking
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352526 13f79535-47bb-0310-9956-ffa450edef68
2002-04-28 16:10:00 +00:00
Andrew C. Oliver
9482fd0115
comments.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352523 13f79535-47bb-0310-9956-ffa450edef68
2002-04-28 15:42:42 +00:00
Glen Stampoultzis
700efbc430
Fixed up some imports.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352520 13f79535-47bb-0310-9956-ffa450edef68
2002-04-28 08:55:11 +00:00
Glen Stampoultzis
df0b9e1447
Removed reference to deprecated call.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352519 13f79535-47bb-0310-9956-ffa450edef68
2002-04-28 08:52:41 +00:00
Glen Stampoultzis
58a0ff577e
Merge from 1.5 branch
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352513 13f79535-47bb-0310-9956-ffa450edef68
2002-04-28 05:22:19 +00:00
Andrew C. Oliver
223e626598
Test Suite for formulas now verifies and includes exponents
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352510 13f79535-47bb-0310-9956-ffa450edef68
2002-04-28 02:03:53 +00:00
Andrew C. Oliver
954fdb9c0c
new test for formulas
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352509 13f79535-47bb-0310-9956-ffa450edef68
2002-04-28 00:45:10 +00:00
Andrew C. Oliver
cab23de6c8
test for formulas (curently failing with exception don't know why)
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352503 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 17:26:38 +00:00
Andrew C. Oliver
d38b6a1ce2
Committed Libin's named range test. Made some rather significant changes to it.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352494 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 13:18:57 +00:00
Andrew C. Oliver
c037e20cb1
made testcase more useful for debugging (all testcases should have a main says me!)
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352491 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 01:46:35 +00:00
Glen Stampoultzis
6805caa4dc
Merge from 1.5 branch
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352479 13f79535-47bb-0310-9956-ffa450edef68
2002-04-24 14:35:12 +00:00
Glen Stampoultzis
92b3168e35
Forgot the license
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352463 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 10:22:02 +00:00
Glen Stampoultzis
2c17d2c64a
Testcase for RKUtil
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352462 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 10:20:04 +00:00
Glen Stampoultzis
605439f062
Sheet properties record. Poi yum.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352459 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 07:12:26 +00:00
Glen Stampoultzis
986dd8a3e4
New record plus added a check in the record generator.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352445 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 12:54:29 +00:00
Andrew C. Oliver
70ddda0697
created stub of a unit test for formula record.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352432 13f79535-47bb-0310-9956-ffa450edef68
2002-04-17 22:47:39 +00:00
Glen Stampoultzis
ea50e6186c
Added linked data record.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352411 13f79535-47bb-0310-9956-ffa450edef68
2002-04-14 12:43:57 +00:00
Glen Stampoultzis
8998095ae8
New chart record
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352400 13f79535-47bb-0310-9956-ffa450edef68
2002-04-12 14:40:36 +00:00
Glen Stampoultzis
9f0f363953
Fixed a bug I introduced a couple of days ago
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352395 13f79535-47bb-0310-9956-ffa450edef68
2002-04-12 08:26:29 +00:00
Glen Stampoultzis
8291c9dc85
Bug fix & cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352389 13f79535-47bb-0310-9956-ffa450edef68
2002-04-10 12:48:00 +00:00
Glen Stampoultzis
c5968d0dd4
findFirstRow testcase...
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352363 13f79535-47bb-0310-9956-ffa450edef68
2002-04-08 14:03:56 +00:00
Glen Stampoultzis
d3bad2dd93
Testcase for HSSFRow removal bug
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352355 13f79535-47bb-0310-9956-ffa450edef68
2002-04-08 12:45:57 +00:00
Glen Stampoultzis
a10d1588c3
Testcase for bug 7653
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352306 13f79535-47bb-0310-9956-ffa450edef68
2002-04-01 11:17:55 +00:00
Glen Stampoultzis
a47e836eae
Axis used record implementation
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352282 13f79535-47bb-0310-9956-ffa450edef68
2002-03-25 10:39:42 +00:00
Glen Stampoultzis
8059beb4c3
Series label record
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352281 13f79535-47bb-0310-9956-ffa450edef68
2002-03-25 10:29:27 +00:00
Glen Stampoultzis
044b3e7092
Area format record
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352280 13f79535-47bb-0310-9956-ffa450edef68
2002-03-25 10:08:16 +00:00
Glen Stampoultzis
114950f0b2
New record.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352247 13f79535-47bb-0310-9956-ffa450edef68
2002-03-18 11:30:36 +00:00
Glen Stampoultzis
c43859cd84
New record... Slowly but surely. Wonder if I have enough to make a whole chart yet?
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352246 13f79535-47bb-0310-9956-ffa450edef68
2002-03-18 11:03:56 +00:00
Nicola Ken Barozzi
602b7ceb5a
Added testcases for revamped logging engine.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352226 13f79535-47bb-0310-9956-ffa450edef68
2002-03-16 10:16:43 +00:00
Andrew C. Oliver
8c00a3324b
Applied patches from Loiec Lefeavre
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352216 13f79535-47bb-0310-9956-ffa450edef68
2002-03-15 02:47:56 +00:00
Nicola Ken Barozzi
55f1c279c5
Make POI use commons.logging, make log4j optional and clean structure to comply with, and use, Krysalis Centipede 2.0.1.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352212 13f79535-47bb-0310-9956-ffa450edef68
2002-03-14 11:05:10 +00:00
Glen Stampoultzis
2a7b04d945
Update for the chart record
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352167 13f79535-47bb-0310-9956-ffa450edef68
2002-03-09 12:41:12 +00:00
Glen Stampoultzis
6f3e9c7ab1
Another record for graphing... I'm on a roll tonight
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352166 13f79535-47bb-0310-9956-ffa450edef68
2002-03-09 12:23:36 +00:00
Glen Stampoultzis
6ba6e80980
Another graph record
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352165 13f79535-47bb-0310-9956-ffa450edef68
2002-03-09 12:06:55 +00:00
Glen Stampoultzis
975f5f5ab3
More records for graphing
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352163 13f79535-47bb-0310-9956-ffa450edef68
2002-03-09 11:13:27 +00:00
Glen Stampoultzis
e452f11e28
Record generator fix plus new record. Must write email regarding it's uses but first got to sleep. 2am.. zzzz
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352159 13f79535-47bb-0310-9956-ffa450edef68
2002-03-08 15:07:30 +00:00
Glen Stampoultzis
2c71e35be2
Added new chart record and readded record generation support to the build; it got lost
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352145 13f79535-47bb-0310-9956-ffa450edef68
2002-03-04 00:05:33 +00:00
Glen Stampoultzis
e1f82bfdef
Forgot to commit this before
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352136 13f79535-47bb-0310-9956-ffa450edef68
2002-03-03 09:31:58 +00:00
mjohnson
8095869530
fix bug in read() method
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352111 13f79535-47bb-0310-9956-ffa450edef68
2002-02-20 01:19:26 +00:00
Glen Stampoultzis
ca0e04c819
Fixed author and comment.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352103 13f79535-47bb-0310-9956-ffa450edef68
2002-02-18 11:59:44 +00:00
Glen Stampoultzis
602cbd53c7
Fixed deprecation warnings
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352102 13f79535-47bb-0310-9956-ffa450edef68
2002-02-18 11:59:08 +00:00
Glen Stampoultzis
59837a47a8
Added methods for date reading and writing on HSSFCell.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352092 13f79535-47bb-0310-9956-ffa450edef68
2002-02-12 02:19:12 +00:00
Glen Stampoultzis
b6d098cbcc
Author tag not valid in method javadoc. Only class javadoc.
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352091 13f79535-47bb-0310-9956-ffa450edef68
2002-02-12 01:46:39 +00:00
Glen Stampoultzis
b08d62388c
Fixed email address
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352086 13f79535-47bb-0310-9956-ffa450edef68
2002-02-11 04:23:11 +00:00
Glen Stampoultzis
524f9c630e
New chart record
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352081 13f79535-47bb-0310-9956-ffa450edef68
2002-02-10 05:24:17 +00:00
Glen Stampoultzis
610960234d
Test for units record
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352080 13f79535-47bb-0310-9956-ffa450edef68
2002-02-10 05:11:00 +00:00
Glen Stampoultzis
9411fb08d8
Added support for automatic record generation
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352078 13f79535-47bb-0310-9956-ffa450edef68
2002-02-10 04:32:07 +00:00
Andrew C. Oliver
895297512d
Initial revision
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352063 13f79535-47bb-0310-9956-ffa450edef68
2002-01-31 02:22:28 +00:00