| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Copy HSSFDateUtils to ss.usermodel, and leave a proxy behind | Nick Burch | 2008-04-05 | 1 | -336/+6 |
* | Move CellReference from hssf.util into ss.util, but leave a class in the old ... | Nick Burch | 2008-04-05 | 5 | -227/+15 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-04-05 | 4 | -66/+45 |
* | Merged revisions 642878-642946 via svnmerge from | Nick Burch | 2008-04-05 | 19 | -1308/+1384 |
* | Create Hyperlink interface, based on HSSFHyperlink. Stub out for XSSF, but ha... | Nick Burch | 2008-04-04 | 2 | -10/+11 |
* | New ooxml4j, and finish getting xssf comments to be saved and re-loaded again | Nick Burch | 2008-04-03 | 1 | -7/+0 |
* | Fix the comments code so that we can correctly process existing XSSF comments... | Nick Burch | 2008-04-02 | 1 | -0/+7 |
* | Another jdk1.4 vs jdk1.5 tweak | Nick Burch | 2008-04-01 | 1 | -4/+2 |
* | Improve how XSSFCell does error stuff | Nick Burch | 2008-03-30 | 1 | -8/+0 |
* | Make a start on running all the formula tests for xssf. Currently not enabled... | Nick Burch | 2008-03-30 | 1 | -1/+8 |
* | Few little short/int tweaks, and then tests to show that FormulaEvaluator pla... | Nick Burch | 2008-03-29 | 2 | -5/+115 |
* | Shuffle the FormulaParser stuff about, and get it all working with the new in... | Nick Burch | 2008-03-29 | 9 | -1089/+38 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-03-29 | 342 | -0/+20290 |
* | Manually merge over changes from trunk, so that tests pass, as svnmerge appea... | Nick Burch | 2008-03-29 | 1 | -77/+79 |
* | Merged revisions 612484-612511,612513-612519,612521-613394,613397-613399,6134... | Nick Burch | 2008-03-29 | 13 | -1402/+1145 |
* | Merged revisions 638001-638784,638786-639486,639488-639601,639603-639836 via ... | Nick Burch | 2008-03-29 | 19 | -16/+4164 |
* | Merge changes from trunk to the ooxml branch - revisions 634630 to | Nick Burch | 2008-03-29 | 6 | -72/+185 |
* | Quite a bit more xssf support for cell styles. Also, get all the ooxml tests ... | Nick Burch | 2008-03-22 | 4 | -8/+13 |
* | More create helper stuff, and some sample formatting files | Nick Burch | 2008-03-16 | 3 | -7/+49 |
* | Update some more documentation, and put in a workaround for needing to create... | Nick Burch | 2008-03-16 | 1 | -0/+7 |
* | Tweak method signature to match changes done in trunk | Nick Burch | 2008-03-08 | 1 | -5/+18 |
* | Merged revisions 627779-634630 via svnmerge from | Ugo Cei | 2008-03-08 | 42 | -1442/+2795 |
* | Return a list of all pictures for a workbook. This shows a discrepancy betwee... | Ugo Cei | 2008-02-19 | 1 | -10/+6 |
* | Merged revisions 618680-620582 via svnmerge from | Ugo Cei | 2008-02-13 | 10 | -287/+721 |
* | Have iterating over rows and cells work with JDK 1.5 foreach loops through ja... | Nick Burch | 2008-02-05 | 2 | -1/+14 |
* | Merged revisions 615190-618235 via svnmerge from | Ugo Cei | 2008-02-04 | 19 | -173/+1111 |
* | Merged revisions 614878-614909 via svnmerge from | Ugo Cei | 2008-01-25 | 4 | -38/+97 |
* | Make HSSF* classes compile with JDK 1.4 interfaces. | Ugo Cei | 2008-01-24 | 6 | -111/+19 |
* | Merged revisions 614211 via svnmerge from | Ugo Cei | 2008-01-24 | 1 | -22/+37 |
* | HSSF* classes implement same interfaces as XSSF* classes. | Ugo Cei | 2008-01-24 | 17 | -98/+136 |
* | Merged revisions 613395-613401 via svnmerge from | Ugo Cei | 2008-01-21 | 2 | -22/+26 |
* | Patch to support UncalcedRecord and usermodel code for it, to indicate formul... | Nick Burch | 2008-01-16 | 4 | -4/+141 |
* | Fix bug #44201 - support cloning of DVRecord, so validation enabled sheets ca... | Nick Burch | 2008-01-15 | 3 | -21/+44 |
* | Some more updates to the records->usermodel support for hssf shapes. Still no... | Nick Burch | 2008-01-15 | 5 | -5/+164 |
* | fixed bug 44200: Sheet not cloneable when Note added to excel cell | Yegor Kozlov | 2008-01-10 | 3 | -0/+37 |
* | Make a start on processing shapes on a sheet out of a record. For now, doesn'... | Nick Burch | 2008-01-09 | 7 | -21/+240 |
* | Properly set the values when calling the boolean sets | Nick Burch | 2008-01-09 | 1 | -5/+6 |
* | Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell(... | Nick Burch | 2008-01-09 | 2 | -17/+69 |
* | Fix for bug #43058 - handle setting row grouping for sheets that lacked gutsr... | Nick Burch | 2008-01-09 | 2 | -0/+16 |
* | Add clone methods to DrawingRecord and AbstractEscherHolderRecord, which allo... | Nick Burch | 2008-01-09 | 2 | -10/+26 |
* | Update changelog again | Nick Burch | 2008-01-09 | 1 | -1/+14 |
* | Have autoSizeColumn skip over merged regions - bug #43902. Patch from Paolo | Nick Burch | 2008-01-09 | 1 | -1/+7 |
* | Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-S... | Nick Burch | 2008-01-08 | 6 | -20/+57 |
* | Support for unicode named named ranges (patch and test from bug #42033) | Nick Burch | 2008-01-08 | 1 | -19/+23 |
* | Fix bug #34023 - when shifting rows, update the any formula references to tho... | Nick Burch | 2008-01-08 | 1 | -6/+47 |
* | Add a new method onto AreaReference to get all the cells referenced, not just... | Nick Burch | 2008-01-08 | 3 | -1/+42 |
* | Extend named range support in formulas to include non-contiguous named ranges | Nick Burch | 2008-01-08 | 2 | -16/+45 |
* | Fix from bug #43510 - support named ranges in formulas | Nick Burch | 2008-01-08 | 1 | -4/+23 |
* | Patch from Ugo to get and set the sheet hidden flag (bug #43937) | Nick Burch | 2008-01-08 | 3 | -0/+62 |
* | Fix for bug #44167 - patch from Paolo Mottadelli | Nick Burch | 2008-01-08 | 2 | -12/+77 |