summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'REL_2_0_PRE3'.(no author)2003-07-2840-395/+2086
* Fixed NameRecord deserialization when additional information (description) wa...Danny Mui2003-05-171-11/+12
* Fixes AreaReference when a Sheet name is providedDanny Mui2003-05-172-40/+54
* Added ability to copy row height during shift. Also gave the ability to rese...Shawn Laubach2003-05-161-4/+32
* Made sure all row records for the sheet are aggregated since rows are skippedDanny Mui2003-05-092-7/+9
* Patch to support reading in Shared FormulasDanny Mui2003-05-087-8/+243
* FormulaParser patch to address:Danny Mui2003-05-075-29/+469
* PR 13292, size of FuncPtgAvik Sengupta2003-05-064-15/+49
* Aid debugging unknown ptgsAvik Sengupta2003-05-061-4/+5
* recognise new ptgAvik Sengupta2003-05-051-0/+7
* new ptg, doesnt do much yetAvik Sengupta2003-05-051-0/+130
* PR 19634: Compiling error in jdk1.3Avik Sengupta2003-05-051-1/+9
* Addition of GreaterThan and LessThan in formulas (IF Functions)Avik Sengupta2003-05-044-78/+448
* Font names can sometimes be null.. We now accept this and can move on withAndrew C. Oliver2003-05-021-1/+3
* fixed. Check for reversions.Andrew C. Oliver2003-05-011-1/+405
* unf*ck'd it. please stop doing thisAndrew C. Oliver2003-05-011-1/+129
* unf*cking it...whoever is doing this please stopAndrew C. Oliver2003-05-011-1/+208
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-30272-3100/+272
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18947Andrew C. Oliver2003-04-2211-14/+34
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18090Andrew C. Oliver2003-04-111-2/+27
* FuncPtg stores 2 bytes of data where AbstractFuncPtg says it is 4 bytes long....Danny Mui2003-04-081-1/+21
* FormulaRecord patch (and testcase) to preserve Excel's NaN representation whe...Danny Mui2003-03-291-6/+26
* Fixed spelling of UNKNOWN for unknown record types and fixed accordingly in t...Danny Mui2003-03-271-1/+1
* Add clone() to FormulaRecordAggregateAvik Sengupta2003-03-202-0/+17
* Further to bug 17491:set sheet order - now made accessible from usermodel, ru...Avik Sengupta2003-03-181-1/+13
* Added license!Avik Sengupta2003-03-181-0/+54
* Added new class per bug 13478, to read data from low performance input streams.Avik Sengupta2003-03-181-0/+100
* Support for the SUMIF formula and non-alpha string literalsDanny Mui2003-03-171-4/+10
* FormulaParser changes to support IF function(s)Danny Mui2003-03-153-15/+224
* Added remove and another PrintArea setting method and documentation updateDanny Mui2003-03-072-21/+74
* Fixed bug 17373 - incorrect handling of continue records after unknown record...Avik Sengupta2003-03-073-13/+19
* Fixes NullPointerException for getMergedRegionAt(index) when the index provid...Danny Mui2003-03-061-1/+1
* Print Area PatchDanny Mui2003-03-067-331/+650
* fix for bug 14729 - cant merge more than 1027 times.Avik Sengupta2003-03-011-17/+80
* Support for changing sheet order submitted by Ruel Loehr. Probably should als...Avik Sengupta2003-03-011-0/+13
* fixed clone sheet bug. Thanks to:Avik Sengupta2003-03-018-3/+50
* First preparations for HPSF writing functionality.Rainer Klute2003-02-226-21/+124
* Bug 17222: Workbook corruption when using sheet.addRow()Avik Sengupta2003-02-211-0/+4
* Fixed misnamed method - thanks Marcantonio.Glen Stampoultzis2003-02-161-1/+1
* Fixed a bug reading timestamps wrongly sometimes, placing the files'Rainer Klute2003-02-131-2/+2
* Fix for bug #15019. NullPointerException in shiftRows. Added the test case ...Shawn Laubach2003-02-091-0/+1
* Support for freezepanes / split panes / header rows and columns on printouts....Glen Stampoultzis2003-02-0615-170/+1311
* Completed the third main section of the HPSF HOW-TO.Rainer Klute2003-02-052-2/+9
* Formatting fixed.Rainer Klute2003-02-0113-961/+698
* Illegal Javadoc tag "@created" removed.Rainer Klute2003-01-2913-21/+4
* Comment improved.Rainer Klute2003-01-291-1/+5
* removed debug outputAvik Sengupta2003-01-091-1/+1
* added new files for custom palette patchAvik Sengupta2003-01-021-0/+193
* PR 15743: Add support for custom palettes: Submitted by Brian SandersAvik Sengupta2003-01-023-9/+177
* PR:15677Avik Sengupta2003-01-011-0/+27