| Commit message (Expand) | Author | Age | Files | Lines |
* | toString() method for HSSFCell to return | Avik Sengupta | 2005-05-20 | 1 | -0/+36 |
* | testcase for bug 34775 | Avik Sengupta | 2005-05-19 | 2 | -0/+9 |
* | Fix for bug 27272 : Unknown Ptg 3C and 3D | Avik Sengupta | 2005-05-19 | 3 | -0/+26 |
* | prevent output scrolling, pls revert if needed | Avik Sengupta | 2005-05-19 | 1 | -2/+2 |
* | unary plus: patch by Amol Deshmukh, test added | Avik Sengupta | 2005-05-18 | 1 | -1/+12 |
* | user API to set window pane when wb is opened | Avik Sengupta | 2005-05-07 | 1 | -1/+28 |
* | testcase for 33082, which is now fixed | Avik Sengupta | 2005-05-03 | 2 | -9/+8 |
* | unfixed testcases, so you know what to fix :) | Avik Sengupta | 2005-05-03 | 3 | -0/+71 |
* | Moving to head | Glen Stampoultzis | 2005-05-01 | 2 | -0/+125 |
* | Added image support for POI. See the quick guide for details. Sponsored thr... | Glen Stampoultzis | 2005-05-01 | 10 | -30/+349 |
* | bug 27852 - patch by Brice Copy | Avik Sengupta | 2005-04-28 | 2 | -0/+16 |
* | additional tests for DBCS sheet name | Avik Sengupta | 2005-04-28 | 2 | -0/+14 |
* | PR:17039 - DBCS chars in header and footer | Avik Sengupta | 2005-04-28 | 2 | -0/+62 |
* | corrected | Avik Sengupta | 2005-04-28 | 1 | -1/+2 |
* | - Superflous statements removed. | Rainer Klute | 2005-04-22 | 1 | -4/+0 |
* | testcase for bug 34021 , already worked fine | Avik Sengupta | 2005-04-22 | 1 | -0/+10 |
* | new tests | Avik Sengupta | 2005-04-22 | 2 | -5/+41 |
* | test file for bug 32822 | Avik Sengupta | 2005-04-21 | 1 | -0/+0 |
* | bug 33160, original patch and testcase supplied by Amol Deshmukh.. thanks. Th... | Avik Sengupta | 2005-04-21 | 1 | -0/+25 |
* | fix for not being able to name a sheet as Sheet1, with some tests | Avik Sengupta | 2005-04-21 | 1 | -1/+7 |
* | - Support for variant type VT_R8 added. | Rainer Klute | 2005-04-13 | 1 | -0/+1 |
* | Fixed bugzilla references | Glen Stampoultzis | 2005-01-01 | 2 | -9/+8 |
* | - Forgot the copyright. Here it is. | Rainer Klute | 2004-12-28 | 1 | -1/+17 |
* | - Test case for empty documents added. | Rainer Klute | 2004-12-28 | 1 | -0/+130 |
* | Implemented row bounds. Will raise an IndexOutOfBoundsException if the excel ... | Jason Height | 2004-10-14 | 1 | -0/+28 |
* | PR: 19974 | Jason Height | 2004-10-13 | 1 | -1/+2 |
* | Centralized creation of temp files and made the default operation to delete o... | Glen Stampoultzis | 2004-10-12 | 13 | -68/+121 |
* | Changes for my own selfish benefit of being able to run tests through jbuilde... | Jason Height | 2004-09-24 | 1 | -1/+1 |
* | With this patch some testcases are skipped if the default character set is no... | Rainer Klute | 2004-09-19 | 1 | -9/+67 |
* | Bugzilla Bug 27929 - finally :-) | Glen Stampoultzis | 2004-09-19 | 1 | -0/+98 |
* | Bugzilla Bug 30951 | Glen Stampoultzis | 2004-09-19 | 1 | -0/+40 |
* | Merged REL_2_BRANCH to head. | Glen Stampoultzis | 2004-08-23 | 29 | -341/+463 |
* | Some code and documentation cleanup. | Rainer Klute | 2004-08-15 | 1 | -1/+0 |
* | Restored the functionality to use ALL files beginning with "Test" in src/test... | Rainer Klute | 2004-08-15 | 1 | -29/+34 |
* | Fixed a bug where a mutable section's format ID was written in the wrong byte... | Rainer Klute | 2004-08-13 | 1 | -5/+13 |
* | Empty byte array case for HexDump | Glen Stampoultzis | 2004-08-10 | 1 | -0/+5 |
* | *** empty log message *** | Rainer Klute | 2004-06-22 | 3 | -6/+16 |
* | - New test case for writing 8-bit characters to Unicode property. | Rainer Klute | 2004-06-22 | 1 | -46/+100 |
* | - Maintainability increased by using symbolic names for constants. | Rainer Klute | 2004-06-09 | 1 | -3/+15 |
* | - Test files added. | Rainer Klute | 2004-06-02 | 2 | -0/+0 |
* | Some tests were checkin to the wrong source tree | Glen Stampoultzis | 2004-04-19 | 21 | -0/+1978 |
* | Some fixes to the branch. Lots left to do. Boolean records aren't supported... | Glen Stampoultzis | 2004-04-18 | 5 | -13/+124 |
* | This is a much more comprehensive test suite for ValueRecordsAggregate. All ... | Glen Stampoultzis | 2004-04-12 | 1 | -31/+176 |
* | New licence changes. | Glen Stampoultzis | 2004-04-09 | 139 | -6718/+2218 |
* | Moved some tests that were added to the wrong source branch. | Glen Stampoultzis | 2004-04-09 | 5 | -0/+293 |
* | Ported the drawing stuff from the rel_2_branch. Given the effort this took I... | Glen Stampoultzis | 2004-04-09 | 5 | -14/+220 |
* | I know POI developers are supposed to like working with binary data, | Avik Sengupta | 2004-01-25 | 1 | -30/+43 |
* | Buf fix plus testcasde: Reading property values failed with a StringIndexOutO... | Rainer Klute | 2004-01-08 | 1 | -0/+0 |
* | On HEAD, checking in testcase for 25695. But it doesnt work for reason's unkn... | Avik Sengupta | 2004-01-01 | 2 | -0/+56 |
* | on head, missed the testcase for the formula parser changes | Avik Sengupta | 2004-01-01 | 1 | -1/+76 |