| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | HSSF* classes implement same interfaces as XSSF* classes. | Ugo Cei | 2008-01-24 | 17 | -98/+136 |
* | Fix implementation of XSSFWorkbook#cloneSheet and provide unit test. | Ugo Cei | 2008-01-23 | 3 | -7/+60 |
* | Implementation of XSSFRow#{get,set}Height and other methods.
Patch contribute... | Ugo Cei | 2008-01-22 | 4 | -31/+70 |
* | Tests for XSSFWorkbook. | Ugo Cei | 2008-01-22 | 4 | -23/+180 |
* | Tests for XSSFSheet, contributed by Paolo Mottadelli <p.mottadelli@sourcesens... | Ugo Cei | 2008-01-22 | 1 | -0/+93 |
* | [ooxml-branch] Split the common ss interfaces into two sets - one that works ... | Nick Burch | 2008-01-21 | 37 | -18/+405 |
* | Merged revisions 613395-613401 via svnmerge from | Ugo Cei | 2008-01-21 | 7 | -96/+91 |
* | Fix imports, removing a dependency on XMLBeans. | Ugo Cei | 2008-01-16 | 1 | -8/+10 |
* | Replace implementation with interface in return value declaration. | Ugo Cei | 2008-01-16 | 1 | -2/+2 |
* | Some OOXML implementation and interface code, just some basic Row and Cell-le... | Ugo Cei | 2008-01-16 | 26 | -0/+5610 |
* | Patch to support UncalcedRecord and usermodel code for it, to indicate formul... | Nick Burch | 2008-01-16 | 9 | -7/+224 |
* | Add methods to check to see if a given InputStream has a OOXML file header, o... | Nick Burch | 2008-01-16 | 6 | -2/+167 |
* | Fix bug #44201 - support cloning of DVRecord, so validation enabled sheets ca... | Nick Burch | 2008-01-15 | 7 | -23/+68 |
* | Some more updates to the records->usermodel support for hssf shapes. Still no... | Nick Burch | 2008-01-15 | 9 | -32/+483 |
* | 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 | 11 | -1/+135 |
* | Make a start on processing shapes on a sheet out of a record. For now, doesn'... | Nick Burch | 2008-01-09 | 10 | -25/+338 |
* | Add several more test files, charting related | Nick Burch | 2008-01-09 | 6 | -0/+0 |
* | 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 for SharedStringsTable in ooxml excel support, and related test updates n... | Nick Burch | 2008-01-09 | 5 | -83/+121 |
* | Further font size tweaks for autosizing test (macs are even odder...) | Nick Burch | 2008-01-09 | 1 | -4/+5 |
* | Font sizes can vary slightly between machines, so use small ranges not absolu... | Nick Burch | 2008-01-09 | 1 | -3/+15 |
* | Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should ... | Nick Burch | 2008-01-09 | 3 | -25/+150 |
* | 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 | 5 | -19/+114 |
* | Fix for bug #43058 - handle setting row grouping for sheets that lacked gutsr... | Nick Burch | 2008-01-09 | 6 | -0/+116 |
* | Add a xlsx sample file with boolean formulas and values in it, as none of the... | Nick Burch | 2008-01-09 | 1 | -0/+0 |
* | Add a further test to TestHSSFRow which verifies that bug #43901 is invalid | Nick Burch | 2008-01-09 | 1 | -0/+5 |
* | Add clone methods to DrawingRecord and AbstractEscherHolderRecord, which allo... | Nick Burch | 2008-01-09 | 6 | -10/+48 |
* | Update changelog again | Nick Burch | 2008-01-09 | 3 | -1/+16 |
* | Have autoSizeColumn skip over merged regions - bug #43902. Patch from Paolo | Nick Burch | 2008-01-09 | 3 | -1/+46 |
* | Shuffle some bits of TestFormulaParser into scratchpad, so it can find HSSFFo... | Nick Burch | 2008-01-09 | 3 | -46/+88 |
* | Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-S... | Nick Burch | 2008-01-08 | 13 | -20/+152 |
* | Make the code for adding a new RichTextRun to a TextRun a bit nicer | Nick Burch | 2008-01-08 | 3 | -41/+69 |
* | Make a start on supporting adding new text to a hslf textrun | Nick Burch | 2008-01-08 | 2 | -6/+156 |
* | Tiny bit more ooxml stuff from Ugo (missed in last commit) | Nick Burch | 2008-01-08 | 1 | -0/+81 |
* | Add un-fixable testcase for bug 43493 | Nick Burch | 2008-01-08 | 3 | -4/+20 |
* | Support for unicode named named ranges (patch and test from bug #42033) | Nick Burch | 2008-01-08 | 4 | -20/+44 |
* | Patch from Ugo from bug #44185 - support getting shared strings for ooxml exc... | Nick Burch | 2008-01-08 | 6 | -32/+81 |
* | Fix bug #34023 - when shifting rows, update the any formula references to tho... | Nick Burch | 2008-01-08 | 5 | -6/+92 |
* | Add a new method onto AreaReference to get all the cells referenced, not just... | Nick Burch | 2008-01-08 | 7 | -5/+114 |
* | Extend named range support in formulas to include non-contiguous named ranges | Nick Burch | 2008-01-08 | 5 | -18/+56 |
* | Fix from bug #43510 - support named ranges in formulas | Nick Burch | 2008-01-08 | 4 | -4/+59 |
* | New tests for setLandscape, which seems to indicate that the problem reported... | Nick Burch | 2008-01-08 | 1 | -0/+84 |
* | Patch from Ugo to get and set the sheet hidden flag (bug #43937) | Nick Burch | 2008-01-08 | 6 | -24/+107 |
* | Add a (disabled, as broken) test to show that HXFExcelExtractor and ExcelExtr... | Nick Burch | 2008-01-08 | 1 | -2/+53 |
* | 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 | 7 | -16/+260 |
* | Update changelog | Nick Burch | 2008-01-07 | 2 | -0/+5 |