| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Various quickguide updates | Nick Burch | 2008-03-30 | 1 | -17/+15 |
* | Update formula eval docs for xssf support | Nick Burch | 2008-03-29 | 1 | -56/+58 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-03-29 | 2 | -2/+6 |
* | Manually merge a few documentation updates | Nick Burch | 2008-03-29 | 2 | -7/+9 |
* | Merged revisions 612484-612511,612513-612519,612521-613394,613397-613399,6134... | Nick Burch | 2008-03-29 | 4 | -3/+6 |
* | Merged revisions 638001-638784,638786-639486,639488-639601,639603-639836 via ... | Nick Burch | 2008-03-29 | 2 | -0/+6 |
* | Merge changes from trunk to the ooxml branch - revisions 634630 to | Nick Burch | 2008-03-29 | 2 | -0/+12 |
* | Upgrade the ooxml branch to use v1.3 of the apache doc format | Nick Burch | 2008-03-21 | 33 | -58/+1767 |
* | [ooxml branch] Reformat, and some slight tweaks on ooxml support details | Nick Burch | 2008-03-19 | 1 | -16/+15 |
* | More create helper stuff, and some sample formatting files | Nick Burch | 2008-03-16 | 1 | -7/+11 |
* | Update some more documentation, and put in a workaround for needing to create... | Nick Burch | 2008-03-16 | 1 | -1/+2 |
* | Re-name some documentation directories, so they have better names now cover o... | Nick Burch | 2008-03-16 | 22 | -5/+5 |
* | Start on a factory for producing the right Workbook | Nick Burch | 2008-03-11 | 1 | -15/+23 |
* | Start updating the excel extractor to the new style code | Nick Burch | 2008-03-08 | 1 | -3/+4 |
* | Tweak documentation for ss instead of hssf | Nick Burch | 2008-03-08 | 16 | -10/+11 |
* | Start updating docs for ooxml branch | Nick Burch | 2008-03-08 | 1 | -11/+20 |
* | Merged revisions 627779-634630 via svnmerge from | Ugo Cei | 2008-03-08 | 4 | -7/+102 |
* | Merged revisions 618680-620582 via svnmerge from | Ugo Cei | 2008-02-13 | 5 | -13/+159 |
* | Merged revisions 615190-618235 via svnmerge from | Ugo Cei | 2008-02-04 | 2 | -2/+22 |
* | Merged revisions 614878-614909 via svnmerge from | Ugo Cei | 2008-01-25 | 3 | -4/+58 |
* | Merged revisions 614211 via svnmerge from | Ugo Cei | 2008-01-24 | 2 | -0/+2 |
* | Patch to support UncalcedRecord and usermodel code for it, to indicate formul... | Nick Burch | 2008-01-16 | 2 | -0/+2 |
* | Fix bug #44201 - support cloning of DVRecord, so validation enabled sheets ca... | Nick Burch | 2008-01-15 | 2 | -2/+4 |
* | update status of the latest release on the index page | Yegor Kozlov | 2008-01-12 | 1 | -4/+4 |
* | fixed bug 44200: Sheet not cloneable when Note added to excel cell | Yegor Kozlov | 2008-01-10 | 2 | -0/+2 |
* | Put the anchors where forrest wants them | Nick Burch | 2008-01-09 | 1 | -6/+9 |
* | Update documentation, and add section on whole-workbook recalculating | Nick Burch | 2008-01-09 | 1 | -7/+39 |
* | Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell(... | Nick Burch | 2008-01-09 | 2 | -0/+2 |
* | Fix for bug #43058 - handle setting row grouping for sheets that lacked gutsr... | Nick Burch | 2008-01-09 | 2 | -0/+2 |
* | Add clone methods to DrawingRecord and AbstractEscherHolderRecord, which allo... | Nick Burch | 2008-01-09 | 2 | -0/+2 |
* | Update changelog again | Nick Burch | 2008-01-09 | 2 | -0/+2 |
* | Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-S... | Nick Burch | 2008-01-08 | 2 | -0/+2 |
* | Support for unicode named named ranges (patch and test from bug #42033) | Nick Burch | 2008-01-08 | 2 | -0/+2 |
* | Fix bug #34023 - when shifting rows, update the any formula references to tho... | Nick Burch | 2008-01-08 | 2 | -0/+2 |
* | Add a new method onto AreaReference to get all the cells referenced, not just... | Nick Burch | 2008-01-08 | 3 | -2/+6 |
* | Extend named range support in formulas to include non-contiguous named ranges | Nick Burch | 2008-01-08 | 2 | -2/+2 |
* | Fix from bug #43510 - support named ranges in formulas | Nick Burch | 2008-01-08 | 2 | -0/+2 |
* | Patch from Ugo to get and set the sheet hidden flag (bug #43937) | Nick Burch | 2008-01-08 | 2 | -0/+2 |
* | Fix a few little bits of documentation xml | Nick Burch | 2008-01-08 | 2 | -9/+7 |
* | Fix for bug #44167 - patch from Paolo Mottadelli | Nick Burch | 2008-01-08 | 3 | -0/+29 |
* | Update changelog | Nick Burch | 2008-01-07 | 2 | -0/+5 |
* | start a new section for 3.0.2 BETA3 | Yegor Kozlov | 2008-01-05 | 2 | -1/+3 |
* | support for tables in HSLF | Yegor Kozlov | 2008-01-03 | 3 | -0/+56 |
* | Improve the javadocs for font and fill related colourings, and add another te... | Nick Burch | 2008-01-02 | 2 | -2/+4 |
* | Support for Mid, Replace and Substitute excel functions (bug #s 44095, 44097,... | Nick Burch | 2007-12-21 | 2 | -0/+2 |
* | Patch from bug #44055 - support reading the from field from HSMF messages | Nick Burch | 2007-12-21 | 2 | -0/+2 |
* | Add missing setCurrentRow calls to documentation | Nick Burch | 2007-12-13 | 1 | -1/+3 |
* | add a note on 3.0.2 beta1 release | Yegor Kozlov | 2007-12-06 | 1 | -1/+13 |
* | finish 3.0.2-BETA1 section and start a new one for 3.0.2-FINAL | Yegor Kozlov | 2007-12-06 | 2 | -0/+5 |
* | Support 1904 date windowing, in addition to 1900 date windowing (patch from b... | Nick Burch | 2007-12-04 | 2 | -0/+2 |