| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | FormulaRecord patch (and testcase) to preserve Excel's NaN representation whe... | Danny Mui | 2003-03-29 | 2 | -7/+61 |
* | Fixed spelling of UNKNOWN for unknown record types and fixed accordingly in t... | Danny Mui | 2003-03-27 | 2 | -12/+12 |
* | Opps... mistyped URL. | Glen Stampoultzis | 2003-03-24 | 1 | -1/+1 |
* | Pointer to homepage | Glen Stampoultzis | 2003-03-24 | 1 | -1/+1 |
* | Add clone() to FormulaRecordAggregate | Avik Sengupta | 2003-03-20 | 3 | -0/+51 |
* | Further to bug 17491:set sheet order - now made accessible from usermodel, ru... | Avik Sengupta | 2003-03-18 | 2 | -1/+116 |
* | Added license! | Avik Sengupta | 2003-03-18 | 1 | -0/+54 |
* | Added new class per bug 13478, to read data from low performance input streams. | Avik Sengupta | 2003-03-18 | 1 | -0/+100 |
* | Corrected spelling on web page | Danny Mui | 2003-03-17 | 1 | -1/+1 |
* | Support for the SUMIF formula and non-alpha string literals | Danny Mui | 2003-03-17 | 4 | -18/+97 |
* | FormulaParser changes to support IF function(s) | Danny Mui | 2003-03-15 | 5 | -23/+407 |
* | Fixed year | Glen Stampoultzis | 2003-03-11 | 1 | -1/+1 |
* | Added remove and another PrintArea setting method and documentation update | Danny Mui | 2003-03-07 | 4 | -24/+138 |
* | Fixed bug 17373 - incorrect handling of continue records after unknown record... | Avik Sengupta | 2003-03-07 | 5 | -13/+122 |
* | Fixes NullPointerException for getMergedRegionAt(index) when the index provid... | Danny Mui | 2003-03-06 | 1 | -1/+1 |
* | Added PrintArea documentation and corrected spelling for contrib description | Danny Mui | 2003-03-06 | 1 | -3/+20 |
* | Print Area Patch | Danny Mui | 2003-03-06 | 14 | -352/+1159 |
* | fix for bug 14729 - cant merge more than 1027 times. | Avik Sengupta | 2003-03-01 | 2 | -17/+159 |
* | testcase for changing sheet order | Avik Sengupta | 2003-03-01 | 1 | -0/+101 |
* | Support for changing sheet order submitted by Ruel Loehr. Probably should als... | Avik Sengupta | 2003-03-01 | 1 | -0/+13 |
* | fixed clone sheet bug. Thanks to: | Avik Sengupta | 2003-03-01 | 9 | -3/+135 |
* | Minor improvements. | Rainer Klute | 2003-02-22 | 2 | -5/+5 |
* | http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14735 | Andrew C. Oliver | 2003-02-22 | 1 | -14/+15 |
* | First preparations for HPSF writing functionality. | Rainer Klute | 2003-02-22 | 6 | -21/+124 |
* | Small bug fixes with respect to hex decoding. | Rainer Klute | 2003-02-22 | 3 | -5/+21 |
* | Recent changes | Glen Stampoultzis | 2003-02-22 | 1 | -0/+5 |
* | Bug 17222: Workbook corruption when using sheet.addRow() | Avik Sengupta | 2003-02-21 | 1 | -0/+4 |
* | *** empty log message *** | Rainer Klute | 2003-02-20 | 1 | -25/+25 |
* | Fixed misnamed method - thanks Marcantonio. | Glen Stampoultzis | 2003-02-16 | 1 | -1/+1 |
* | Fixed a bug reading timestamps wrongly sometimes, placing the files' | Rainer Klute | 2003-02-13 | 1 | -2/+2 |
* | Received comments about no documentation. Added a blurb in the quick-guide. | Shawn Laubach | 2003-02-12 | 1 | -0/+21 |
* | Fix for bug #15019. NullPointerException in shiftRows. Added the test case ... | Shawn Laubach | 2003-02-09 | 3 | -83/+180 |
* | Typo corrected. (More corrections are welcome.) | Rainer Klute | 2003-02-07 | 1 | -1/+1 |
* | Support for freezepanes / split panes / header rows and columns on printouts.... | Glen Stampoultzis | 2003-02-06 | 26 | -181/+2277 |
* | Completed the third main section of the HPSF HOW-TO. | Rainer Klute | 2003-02-05 | 4 | -127/+370 |
* | More HPSF documentation | Rainer Klute | 2003-02-02 | 2 | -8/+166 |
* | HPSF sample program showing how to read custom property sets. | Rainer Klute | 2003-02-02 | 1 | -0/+161 |
* | More HPSF documentation. | Rainer Klute | 2003-02-02 | 1 | -10/+128 |
* | *** empty log message *** | Rainer Klute | 2003-02-01 | 1 | -0/+109 |
* | Formatting fixed. | Rainer Klute | 2003-02-01 | 13 | -961/+698 |
* | Wording and grammar fixed. | Rainer Klute | 2003-02-01 | 1 | -9/+6 |
* | - Started to document the reading of general property set streams. | Rainer Klute | 2003-01-30 | 3 | -129/+177 |
* | Illegal Javadoc tag "@created" removed. | Rainer Klute | 2003-01-29 | 13 | -21/+4 |
* | Comment improved. | Rainer Klute | 2003-01-29 | 1 | -1/+5 |
* | Ironed the german translation a little bit. And I noticed that the introductory | Rainer Klute | 2003-01-29 | 2 | -113/+145 |
* | Example JSP page using POI/HSSF, submitted by brian westrich | Avik Sengupta | 2003-01-26 | 1 | -0/+100 |
* | PR: 16145 - tests delete their output files | Avik Sengupta | 2003-01-26 | 2 | -2/+0 |
* | removed debug output | Avik Sengupta | 2003-01-09 | 1 | -1/+1 |
* | Moved HSSFChart to it's correct place. | Glen Stampoultzis | 2003-01-08 | 1 | -0/+0 |
* | Bug 15766 fixed. | Rainer Klute | 2003-01-03 | 3 | -0/+3 |