| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 46 | -1466/+2930 |
* | 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 | 14 | -362/+850 |
* | 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 | 22 | -182/+1220 |
* | 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 614274 via svnmerge from | Ugo Cei | 2008-01-24 | 1 | -1/+1 |
* | 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 |
* | Fix imports, removing a dependency on XMLBeans. | Ugo Cei | 2008-01-16 | 1 | -8/+10 |
* | Patch to support UncalcedRecord and usermodel code for it, to indicate formul... | Nick Burch | 2008-01-16 | 4 | -4/+141 |
* | Add methods to check to see if a given InputStream has a OOXML file header, o... | Nick Burch | 2008-01-16 | 3 | -2/+41 |
* | 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 | 6 | -13/+224 |
* | 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 | 8 | -25/+247 |
* | Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should ... | Nick Burch | 2008-01-09 | 2 | -25/+37 |
* | 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 |
* | Fix bug #44070 - patch from Gian Carlo Pace | Nick Burch | 2008-01-07 | 1 | -1/+21 |
* | Improve the javadocs for font and fill related colourings, and add another te... | Nick Burch | 2008-01-02 | 2 | -22/+29 |
* | fix reopen of bug 42999: incorrect AnchorHeight calculations in HSSFClientAnc... | Yegor Kozlov | 2007-12-24 | 1 | -2/+2 |
* | Support 1904 date windowing, in addition to 1900 date windowing (patch from b... | Nick Burch | 2007-12-04 | 2 | -37/+53 |
* | String Continue records support (with test), from bug #41064 | Nick Burch | 2007-12-04 | 3 | -1/+13 |
* | SBAT fix from bug #11744 | Nick Burch | 2007-12-04 | 2 | -0/+23 |
* | Usermodel support for the datavalidation code, and tests for it (bug 27511) | Nick Burch | 2007-12-03 | 1 | -0/+93 |
* | More code from bug #27511, now ported to the new style record code | Nick Burch | 2007-12-03 | 3 | -13/+603 |
* | Start on importing validation patches from bug #27511 (DVRecord still needs m... | Nick Burch | 2007-12-03 | 3 | -0/+882 |
* | fixed bugs 43877 and 39512: Fix for handling mixed OBJ and CONTINUE records | Yegor Kozlov | 2007-11-23 | 2 | -5/+14 |
* | Preserve unread bytes when serializing the record | Yegor Kozlov | 2007-11-23 | 1 | -7/+24 |
* | Throw an IllegalArgumentException if asked to addMergeRegion with invalid dat... | Nick Burch | 2007-11-12 | 1 | -0/+8 |
* | Patch for unicode NameRecords (bug #43837) | Nick Burch | 2007-11-12 | 1 | -9/+9 |
* | Add support for Chart Title Format records (bug #43721) | Nick Burch | 2007-11-12 | 2 | -1/+148 |