summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'REL_2_0_PRE3'.(no author)2003-07-2864-598/+2898
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/tags/REL_2_0_PRE3@353269 13f79535-47bb-0310-9956-ffa450edef68
* re-committing as binary fileSaid Ryan Ackley2003-05-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353110 13f79535-47bb-0310-9956-ffa450edef68
* re-committing as a binary fileSaid Ryan Ackley2003-05-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353109 13f79535-47bb-0310-9956-ffa450edef68
* contribution from Bob OtterbergSaid Ryan Ackley2003-05-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353108 13f79535-47bb-0310-9956-ffa450edef68
* Updated project logo'sGlen Stampoultzis2003-05-184-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353107 13f79535-47bb-0310-9956-ffa450edef68
* downloads using ext referecesGlen Stampoultzis2003-05-182-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353106 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NameRecord deserialization when additional information (description) ↵Danny Mui2003-05-173-11/+114
| | | | | | | | | | | 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
* Fixes AreaReference when a Sheet name is providedDanny Mui2003-05-173-40/+77
| | | | | | | | | | | 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
* Added ability to copy row height during shift. Also gave the ability to ↵Shawn Laubach2003-05-161-4/+32
| | | | | | reset the row height on a shift for the original rows. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353100 13f79535-47bb-0310-9956-ffa450edef68
* Altered index to point to news service.Glen Stampoultzis2003-05-111-29/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353098 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a mistake I made in the how to build section.Glen Stampoultzis2003-05-111-28/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353097 13f79535-47bb-0310-9956-ffa450edef68
* Added change list for new upcoming release.Glen Stampoultzis2003-05-111-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353096 13f79535-47bb-0310-9956-ffa450edef68
* Made sure all row records for the sheet are aggregated since rows are skippedDanny Mui2003-05-093-7/+44
| | | | | | | | 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
* Added how to run build documentationGlen Stampoultzis2003-05-092-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353093 13f79535-47bb-0310-9956-ffa450edef68
* no messageGlen Stampoultzis2003-05-091-0/+143
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353092 13f79535-47bb-0310-9956-ffa450edef68
* Add the new testcase to the testsuite.Danny Mui2003-05-081-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353091 13f79535-47bb-0310-9956-ffa450edef68
* Patch to support reading in Shared FormulasDanny Mui2003-05-089-8/+363
| | | | | | | | | 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
* FormulaParser patch to address:Danny Mui2003-05-076-37/+500
| | | | | | | | | | | 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
* PR 13292, size of FuncPtgAvik Sengupta2003-05-061-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353088 13f79535-47bb-0310-9956-ffa450edef68
* PR 13292, size of FuncPtgAvik Sengupta2003-05-064-15/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353087 13f79535-47bb-0310-9956-ffa450edef68
* Aid debugging unknown ptgsAvik Sengupta2003-05-061-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353086 13f79535-47bb-0310-9956-ffa450edef68
* removed non-multiplatform/1.3.x unit testAndrew C. Oliver2003-05-061-161/+0
| | | | | | | | | | 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
* recognise new ptgAvik Sengupta2003-05-051-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353084 13f79535-47bb-0310-9956-ffa450edef68
* new ptg, doesnt do much yetAvik Sengupta2003-05-051-0/+130
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353083 13f79535-47bb-0310-9956-ffa450edef68
* PR 19634: Compiling error in jdk1.3Avik Sengupta2003-05-051-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353082 13f79535-47bb-0310-9956-ffa450edef68
* Addition of GreaterThan and LessThan in formulas (IF Functions)Avik Sengupta2003-05-046-79/+490
| | | | | | | | | | 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
* bug 19528, new greek unicode mappings by eric pugh, simple enufAvik Sengupta2003-05-031-3/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353079 13f79535-47bb-0310-9956-ffa450edef68
* Font names can sometimes be null.. We now accept this and can move on withAndrew C. Oliver2003-05-021-1/+3
| | | | | | | | | | | | 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
* Fixed a small error in documentationGlen Stampoultzis2003-05-012-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353077 13f79535-47bb-0310-9956-ffa450edef68
* These should have been removed during the mergeGlen Stampoultzis2003-05-0171-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353076 13f79535-47bb-0310-9956-ffa450edef68
* These should have been removed during the merge.Glen Stampoultzis2003-05-0194-16355/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353075 13f79535-47bb-0310-9956-ffa450edef68
* line feeds are goodAndrew C. Oliver2003-05-011-1/+161
| | | | | | | | | | 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
* fixed. Check for reversions.Andrew C. Oliver2003-05-011-1/+405
| | | | | | | | | | 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
* unf*ck'd it. please stop doing thisAndrew C. Oliver2003-05-011-1/+129
| | | | | | | | | | 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
* unf*cking it...whoever is doing this please stopAndrew C. Oliver2003-05-011-1/+208
| | | | | | | | | | 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
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-30489-3477/+489
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353070 13f79535-47bb-0310-9956-ffa450edef68
* Fixed line ending problemsGlen Stampoultzis2003-04-291-1/+184
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353069 13f79535-47bb-0310-9956-ffa450edef68
* Fixed some small build problems and rigged the failing HDF tests not to run.Glen Stampoultzis2003-04-291-183/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353068 13f79535-47bb-0310-9956-ffa450edef68
* Merged from BUILD_BRANCH. Note: There is one problem. The HDF testcases ↵Glen Stampoultzis2003-04-24177-138/+16052
| | | | | | 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
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18947Andrew C. Oliver2003-04-221-0/+161
| | | | | | | | | | 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
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18947Andrew C. Oliver2003-04-2211-14/+34
| | | | | | | | | | 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
* Testing onlyGlen Stampoultzis2003-04-151-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353060 13f79535-47bb-0310-9956-ffa450edef68
* poi feedAndrew C. Oliver2003-04-121-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353058 13f79535-47bb-0310-9956-ffa450edef68
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18090Andrew C. Oliver2003-04-112-2/+73
| | | | | | | | | | 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
* test cases...we can't run them yet, but I'll leave this to glenAndrew C. Oliver2003-04-115-0/+183
| | | | | | | | | | | | 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
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17208Andrew C. Oliver2003-04-115-395/+393
| | | | | | | | | | 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
* FuncPtg stores 2 bytes of data where AbstractFuncPtg says it is 4 bytes ↵Danny Mui2003-04-083-1/+126
| | | | | | 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
* Easy to find dev releases on first pageAvik Sengupta2003-04-021-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353041 13f79535-47bb-0310-9956-ffa450edef68
* Added Andy as author since much of this came from him.Glen Stampoultzis2003-04-011-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353040 13f79535-47bb-0310-9956-ffa450edef68
* Updated to reflect reality.Glen Stampoultzis2003-04-011-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353039 13f79535-47bb-0310-9956-ffa450edef68