summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'REL_2_0_PRE3'.(no author)2003-07-2840-395/+2086
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/tags/REL_2_0_PRE3@353269 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NameRecord deserialization when additional information (description) ↵Danny Mui2003-05-171-11/+12
| | | | | | | | | | | 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-172-40/+54
| | | | | | | | | | | 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
* Made sure all row records for the sheet are aggregated since rows are skippedDanny Mui2003-05-092-7/+9
| | | | | | | | 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
* Patch to support reading in Shared FormulasDanny Mui2003-05-087-8/+243
| | | | | | | | | 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-075-29/+469
| | | | | | | | | | | 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-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
* 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-044-78/+448
| | | | | | | | | | 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
* 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. 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-30272-3100/+272
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353070 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
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18090Andrew C. Oliver2003-04-111-2/+27
| | | | | | | | | | 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
* FuncPtg stores 2 bytes of data where AbstractFuncPtg says it is 4 bytes ↵Danny Mui2003-04-081-1/+21
| | | | | | 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
* FormulaRecord patch (and testcase) to preserve Excel's NaN representation ↵Danny Mui2003-03-291-6/+26
| | | | | | | | | | 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
* Fixed spelling of UNKNOWN for unknown record types and fixed accordingly in ↵Danny Mui2003-03-271-1/+1
| | | | | | the chart documentation. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353036 13f79535-47bb-0310-9956-ffa450edef68
* Add clone() to FormulaRecordAggregateAvik Sengupta2003-03-202-0/+17
| | | | | | | | | 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
* Further to bug 17491:set sheet order - now made accessible from usermodel, ↵Avik Sengupta2003-03-181-1/+13
| | | | | | 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
* Added license!Avik Sengupta2003-03-181-0/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353031 13f79535-47bb-0310-9956-ffa450edef68
* Added new class per bug 13478, to read data from low performance input streams.Avik Sengupta2003-03-181-0/+100
| | | | | | | Patch submitted by Jens Gerhard - thanks. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353030 13f79535-47bb-0310-9956-ffa450edef68
* Support for the SUMIF formula and non-alpha string literalsDanny Mui2003-03-171-4/+10
| | | | | | | | | | | | | 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
* FormulaParser changes to support IF function(s)Danny Mui2003-03-153-15/+224
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353027 13f79535-47bb-0310-9956-ffa450edef68
* Added remove and another PrintArea setting method and documentation updateDanny Mui2003-03-072-21/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353025 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug 17373 - incorrect handling of continue records after unknown ↵Avik Sengupta2003-03-073-13/+19
| | | | | | 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
* Fixes NullPointerException for getMergedRegionAt(index) when the index ↵Danny Mui2003-03-061-1/+1
| | | | | | 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
* Print Area PatchDanny Mui2003-03-067-331/+650
| | | | | | | | | | | | | | | 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
* fix for bug 14729 - cant merge more than 1027 times.Avik Sengupta2003-03-011-17/+80
| | | | | | | fix submitted by tony poppleton git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353020 13f79535-47bb-0310-9956-ffa450edef68
* Support for changing sheet order submitted by Ruel Loehr. Probably should ↵Avik Sengupta2003-03-011-0/+13
| | | | | | 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
* fixed clone sheet bug. Thanks to:Avik Sengupta2003-03-018-3/+50
| | | | | | | | | | | 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
* First preparations for HPSF writing functionality.Rainer Klute2003-02-226-21/+124
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353013 13f79535-47bb-0310-9956-ffa450edef68
* Bug 17222: Workbook corruption when using sheet.addRow()Avik Sengupta2003-02-211-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353009 13f79535-47bb-0310-9956-ffa450edef68
* Fixed misnamed method - thanks Marcantonio.Glen Stampoultzis2003-02-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353007 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a bug reading timestamps wrongly sometimes, placing the files'Rainer Klute2003-02-131-2/+2
| | | | | | | | 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
* Fix for bug #15019. NullPointerException in shiftRows. Added the test case ↵Shawn Laubach2003-02-091-0/+1
| | | | | | | | | | | | 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
* Support for freezepanes / split panes / header rows and columns on ↵Glen Stampoultzis2003-02-0615-170/+1311
| | | | | | printouts... see documentation for details. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353002 13f79535-47bb-0310-9956-ffa450edef68
* Completed the third main section of the HPSF HOW-TO.Rainer Klute2003-02-052-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353000 13f79535-47bb-0310-9956-ffa450edef68
* Formatting fixed.Rainer Klute2003-02-0113-961/+698
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352995 13f79535-47bb-0310-9956-ffa450edef68
* Illegal Javadoc tag "@created" removed.Rainer Klute2003-01-2913-21/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352992 13f79535-47bb-0310-9956-ffa450edef68
* Comment improved.Rainer Klute2003-01-291-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352991 13f79535-47bb-0310-9956-ffa450edef68
* removed debug outputAvik Sengupta2003-01-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352986 13f79535-47bb-0310-9956-ffa450edef68
* added new files for custom palette patchAvik Sengupta2003-01-021-0/+193
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352979 13f79535-47bb-0310-9956-ffa450edef68
* PR 15743: Add support for custom palettes: Submitted by Brian SandersAvik Sengupta2003-01-023-9/+177
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352978 13f79535-47bb-0310-9956-ffa450edef68
* PR:15677Avik Sengupta2003-01-011-0/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352975 13f79535-47bb-0310-9956-ffa450edef68