| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Test case added. | Rainer Klute | 2003-09-01 | 1 | -0/+74 |
* | Sync to REL_2_BR: HSSFCell.getStringValue now returns the formula result if i... | Avik Sengupta | 2003-08-31 | 1 | -0/+14 |
* | Syncing to REL_2_BR: Macro functions and related fixes, by Paul Krause bug id... | Avik Sengupta | 2003-08-31 | 3 | -8/+66 |
* | Test cases for HPSF writing capability added. | Rainer Klute | 2003-08-30 | 4 | -9/+545 |
* | Add protect record to sheet. Sync from REL_2_BRANCH ..Thanks Rick Berman | Avik Sengupta | 2003-08-23 | 1 | -0/+22 |
* | Removed hastily added import statement. | Rainer Klute | 2003-08-23 | 1 | -1/+0 |
* | - New test case to read all files from the HPSF data directory. | Rainer Klute | 2003-08-23 | 2 | -5/+90 |
* | Updates for the display of gridlines, formulas, and such because I forgot to ... | Shawn Laubach | 2003-08-22 | 1 | -2/+43 |
* | PR:18846 | tetsuya | 2003-08-19 | 1 | -12/+12 |
* | *** empty log message *** | Rainer Klute | 2003-08-05 | 1 | -3/+70 |
* | Testcase for bug 13769 .. thanks michael tosdevin | Avik Sengupta | 2003-07-31 | 2 | -1/+18 |
* | Slow input stream patch, bug 13478 | Avik Sengupta | 2003-07-31 | 2 | -1/+77 |
* | *** empty log message *** | Rainer Klute | 2003-07-28 | 1 | -0/+13 |
* | MERGE from REL_2_BRANCH: bug 15228 and related fixes | Avik Sengupta | 2003-07-27 | 2 | -0/+98 |
* | Test case for bug 21775 | Rainer Klute | 2003-07-26 | 2 | -0/+189 |
* | Bug 21775 | Rainer Klute | 2003-07-26 | 4 | -194/+237 |
* | Adding changes recently added to release 2. Includes rewrite of margin code,... | Shawn Laubach | 2003-07-25 | 1 | -0/+2 |
* | Test case to check that the correct header and footer is found (reference bug... | Shawn Laubach | 2003-07-09 | 2 | -0/+126 |
* | When shifting rows, added ability to shift the merged regions entirely | Danny Mui | 2003-06-27 | 1 | -0/+21 |
* | Round 2 with removing merged regions. The MergedRecords array would be emptied | Danny Mui | 2003-06-27 | 1 | -0/+19 |
* | When removing one MergedRegion, the record was removed before it was ready, | Danny Mui | 2003-06-27 | 1 | -5/+33 |
* | Fixed support for Cloning SharedFormulas and FormulaAggregates leaving | Danny Mui | 2003-06-02 | 1 | -0/+83 |
* | Fixed NameRecord deserialization when additional information (description) wa... | Danny Mui | 2003-05-17 | 2 | -0/+102 |
* | Fixes AreaReference when a Sheet name is provided | Danny Mui | 2003-05-17 | 1 | -0/+23 |
* | Made sure all row records for the sheet are aggregated since rows are skipped | Danny Mui | 2003-05-09 | 1 | -0/+35 |
* | Add the new testcase to the testsuite. | Danny Mui | 2003-05-08 | 1 | -2/+4 |
* | Patch to support reading in Shared Formulas | Danny Mui | 2003-05-08 | 2 | -0/+120 |
* | FormulaParser patch to address: | Danny Mui | 2003-05-07 | 1 | -8/+31 |
* | PR 13292, size of FuncPtg | Avik Sengupta | 2003-05-06 | 1 | -3/+5 |
* | removed non-multiplatform/1.3.x unit test | Andrew C. Oliver | 2003-05-06 | 1 | -161/+0 |
* | Addition of GreaterThan and LessThan in formulas (IF Functions) | Avik Sengupta | 2003-05-04 | 2 | -1/+42 |
* | line feeds are good | Andrew C. Oliver | 2003-05-01 | 1 | -1/+161 |
* | Changed copyright from 2002 to 2003 | Glen Stampoultzis | 2003-04-30 | 120 | -280/+120 |
* | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18947 | Andrew C. Oliver | 2003-04-22 | 1 | -0/+161 |
* | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18090 | Andrew C. Oliver | 2003-04-11 | 1 | -0/+46 |
* | FuncPtg stores 2 bytes of data where AbstractFuncPtg says it is 4 bytes long.... | Danny Mui | 2003-04-08 | 2 | -0/+105 |
* | FormulaRecord patch (and testcase) to preserve Excel's NaN representation whe... | Danny Mui | 2003-03-29 | 1 | -1/+35 |
* | Add clone() to FormulaRecordAggregate | Avik Sengupta | 2003-03-20 | 1 | -0/+34 |
* | Further to bug 17491:set sheet order - now made accessible from usermodel, ru... | Avik Sengupta | 2003-03-18 | 1 | -0/+103 |
* | Support for the SUMIF formula and non-alpha string literals | Danny Mui | 2003-03-17 | 3 | -14/+87 |
* | FormulaParser changes to support IF function(s) | Danny Mui | 2003-03-15 | 2 | -8/+183 |
* | Added remove and another PrintArea setting method and documentation update | Danny Mui | 2003-03-07 | 1 | -0/+58 |
* | Fixed bug 17373 - incorrect handling of continue records after unknown record... | Avik Sengupta | 2003-03-07 | 2 | -0/+103 |
* | Print Area Patch | Danny Mui | 2003-03-06 | 7 | -21/+509 |
* | fix for bug 14729 - cant merge more than 1027 times. | Avik Sengupta | 2003-03-01 | 1 | -0/+79 |
* | testcase for changing sheet order | Avik Sengupta | 2003-03-01 | 1 | -0/+101 |
* | fixed clone sheet bug. Thanks to: | Avik Sengupta | 2003-03-01 | 1 | -0/+85 |
* | Fix for bug #15019. NullPointerException in shiftRows. Added the test case ... | Shawn Laubach | 2003-02-09 | 2 | -83/+179 |
* | Support for freezepanes / split panes / header rows and columns on printouts.... | Glen Stampoultzis | 2003-02-06 | 5 | -11/+542 |
* | PR: 16145 - tests delete their output files | Avik Sengupta | 2003-01-26 | 2 | -2/+0 |