Commit Graph

1134 Commits

Author SHA1 Message Date
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
Glen Stampoultzis 085fe292e3 Added gump target
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353094 13f79535-47bb-0310-9956-ffa450edef68
2003-05-09 11:09:51 +00:00
Glen Stampoultzis 06da334819 Added how to run build documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353093 13f79535-47bb-0310-9956-ffa450edef68
2003-05-09 11:06:55 +00:00
Glen Stampoultzis 0009446947 no message
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353092 13f79535-47bb-0310-9956-ffa450edef68
2003-05-09 10:12:58 +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
Avik Sengupta a1d25d01ea PR 13292, size of FuncPtg
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353087 13f79535-47bb-0310-9956-ffa450edef68
2003-05-06 15:30:52 +00:00
Avik Sengupta e35ddf54f2 Aid debugging unknown ptgs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353086 13f79535-47bb-0310-9956-ffa450edef68
2003-05-06 13:08:08 +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 3bcff21ed0 recognise new ptg
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353084 13f79535-47bb-0310-9956-ffa450edef68
2003-05-05 15:35:39 +00:00
Avik Sengupta c730219f01 new ptg, doesnt do much yet
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353083 13f79535-47bb-0310-9956-ffa450edef68
2003-05-05 15:33:14 +00:00
Avik Sengupta 17bb993bcd PR 19634: Compiling error in jdk1.3
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353082 13f79535-47bb-0310-9956-ffa450edef68
2003-05-05 06:20:28 +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
Avik Sengupta 4d078576d6 bringing back the ability to run one test at a time
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353080 13f79535-47bb-0310-9956-ffa450edef68
2003-05-04 09:17:06 +00:00
Avik Sengupta 18a2d83344 bug 19528, new greek unicode mappings by eric pugh, simple enuf
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353079 13f79535-47bb-0310-9956-ffa450edef68
2003-05-03 18:58:44 +00:00
Andrew C. Oliver 444672612e Font names can sometimes be null.. We now accept this and can move on with
our serialization life.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353078 13f79535-47bb-0310-9956-ffa450edef68
2003-05-02 14:30:03 +00:00
Glen Stampoultzis 2e6a5e2048 Fixed a small error in documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353077 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 23:38:39 +00:00
Glen Stampoultzis aa21d449fd These should have been removed during the merge
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353076 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 23:36:28 +00:00
Glen Stampoultzis 8d6d2b8de1 These should have been removed during the merge.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353075 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 23:35:19 +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
Andrew C. Oliver 8d9e0a821d fixed. Check for reversions.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353073 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 12:50:06 +00:00
Andrew C. Oliver 09cd3214c7 unf*ck'd it. please stop doing this
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353072 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 12:43:37 +00:00
Andrew C. Oliver 424ff3e132 unf*cking it...whoever is doing this please stop
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353071 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 12:40:37 +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
Glen Stampoultzis 6d9d006635 Fixed line ending problems
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353069 13f79535-47bb-0310-9956-ffa450edef68
2003-04-29 23:23:36 +00:00
Glen Stampoultzis 528ddf5c6c Fixed some small build problems and rigged the failing HDF tests not to run.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353068 13f79535-47bb-0310-9956-ffa450edef68
2003-04-29 02:24:26 +00:00
Glen Stampoultzis 01f9f064c8 Merged from BUILD_BRANCH. Note: There is one problem. The HDF testcases are failing for me which prevents the full build from running. Committers, please feel free to tweak the build on your own now.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353067 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 00:53:41 +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 2dafc6e092 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@353064 13f79535-47bb-0310-9956-ffa450edef68
2003-04-22 16:29:43 +00:00
Glen Stampoultzis beeedde7d9 Testing only
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353060 13f79535-47bb-0310-9956-ffa450edef68
2003-04-15 11:21:04 +00:00
Andrew C. Oliver e9d2bd3872 poi feed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353058 13f79535-47bb-0310-9956-ffa450edef68
2003-04-12 16:17:29 +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
Andrew C. Oliver b4783debb6 test cases...we can't run them yet, but I'll leave this to glen
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17208

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353055 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 02:39:21 +00:00
Andrew C. Oliver 98f829f916 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17208
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353054 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 02:36:17 +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
Avik Sengupta a495d9e6db Easy to find dev releases on first page
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353041 13f79535-47bb-0310-9956-ffa450edef68
2003-04-02 12:31:55 +00:00
Glen Stampoultzis eac0e5add1 Added Andy as author since much of this came from him.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353040 13f79535-47bb-0310-9956-ffa450edef68
2003-04-01 13:03:10 +00:00
Glen Stampoultzis 204005f49f Updated to reflect reality.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353039 13f79535-47bb-0310-9956-ffa450edef68
2003-04-01 13:01:43 +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
Danny Muid 978c2a0491 Fixed spelling of UNKNOWN for unknown record types and fixed accordingly in the chart documentation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353036 13f79535-47bb-0310-9956-ffa450edef68
2003-03-27 22:14:48 +00:00
Glen Stampoultzis 752e18ccbb Opps... mistyped URL.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353035 13f79535-47bb-0310-9956-ffa450edef68
2003-03-24 05:41:07 +00:00
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