| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-03-29 | 37 | -0/+5676 |
* | Merged revisions 612484-612511,612513-612519,612521-613394,613397-613399,6134... | Nick Burch | 2008-03-29 | 12 | -8/+907 |
* | Merged revisions 638001-638784,638786-639486,639488-639601,639603-639836 via ... | Nick Burch | 2008-03-29 | 12 | -18/+758 |
* | Merge changes from trunk to the ooxml branch - revisions 634630 to | Nick Burch | 2008-03-29 | 11 | -16/+161 |
* | Quite a bit more xssf support for cell styles. Also, get all the ooxml tests ... | Nick Burch | 2008-03-22 | 1 | -6/+6 |
* | More create helper stuff, and some sample formatting files | Nick Burch | 2008-03-16 | 2 | -0/+0 |
* | Merged revisions 627779-634630 via svnmerge from | Ugo Cei | 2008-03-08 | 52 | -562/+1927 |
* | Merged revisions 618680-620582 via svnmerge from | Ugo Cei | 2008-02-13 | 11 | -154/+724 |
* | Merged revisions 618328 via svnmerge from | Ugo Cei | 2008-02-04 | 1 | -1/+1 |
* | Merged revisions 615190-618235 via svnmerge from | Ugo Cei | 2008-02-04 | 20 | -42/+707 |
* | Merged revisions 614211 via svnmerge from | Ugo Cei | 2008-01-24 | 2 | -0/+11 |
* | Merged revisions 613395-613401 via svnmerge from | Ugo Cei | 2008-01-21 | 5 | -74/+65 |
* | Patch to support UncalcedRecord and usermodel code for it, to indicate formul... | Nick Burch | 2008-01-16 | 3 | -3/+81 |
* | Add methods to check to see if a given InputStream has a OOXML file header, o... | Nick Burch | 2008-01-16 | 1 | -0/+22 |
* | Fix bug #44201 - support cloning of DVRecord, so validation enabled sheets ca... | Nick Burch | 2008-01-15 | 2 | -0/+20 |
* | Some more updates to the records->usermodel support for hssf shapes. Still no... | Nick Burch | 2008-01-15 | 3 | -19/+259 |
* | fixed bug 44200: Sheet not cloneable when Note added to excel cell | Yegor Kozlov | 2008-01-10 | 6 | -1/+96 |
* | Make a start on processing shapes on a sheet out of a record. For now, doesn'... | Nick Burch | 2008-01-09 | 2 | -0/+91 |
* | Add several more test files, charting related | Nick Burch | 2008-01-09 | 6 | -0/+0 |
* | 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 | 1 | -0/+113 |
* | Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell(... | Nick Burch | 2008-01-09 | 1 | -2/+43 |
* | Fix for bug #43058 - handle setting row grouping for sheets that lacked gutsr... | Nick Burch | 2008-01-09 | 2 | -0/+98 |
* | 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 | 2 | -0/+20 |
* | Have autoSizeColumn skip over merged regions - bug #43902. Patch from Paolo | Nick Burch | 2008-01-09 | 2 | -0/+39 |
* | Shuffle some bits of TestFormulaParser into scratchpad, so it can find HSSFFo... | Nick Burch | 2008-01-09 | 2 | -46/+5 |
* | Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-S... | Nick Burch | 2008-01-08 | 2 | -0/+0 |
* | 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 | 1 | -1/+19 |
* | Fix bug #34023 - when shifting rows, update the any formula references to tho... | Nick Burch | 2008-01-08 | 2 | -0/+43 |
* | Add a new method onto AreaReference to get all the cells referenced, not just... | Nick Burch | 2008-01-08 | 1 | -2/+66 |
* | Extend named range support in formulas to include non-contiguous named ranges | Nick Burch | 2008-01-08 | 1 | -0/+9 |
* | Fix from bug #43510 - support named ranges in formulas | Nick Burch | 2008-01-08 | 1 | -0/+34 |
* | 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 | 1 | -24/+43 |
* | Fix for bug #44167 - patch from Paolo Mottadelli | Nick Burch | 2008-01-08 | 2 | -4/+154 |
* | Fix bug #44070 - patch from Gian Carlo Pace | Nick Burch | 2008-01-07 | 2 | -0/+67 |
* | Some matching sets of sample ooxml and ole2 files, along with a plain text de... | Nick Burch | 2008-01-04 | 3 | -0/+21 |
* | Improve the javadocs for font and fill related colourings, and add another te... | Nick Burch | 2008-01-02 | 2 | -0/+65 |
* | Add some more sample ooxml documents | Nick Burch | 2007-12-27 | 2 | -0/+0 |
* | Update the sample ooxml files to the latest versions from http://openxmldevel... | Nick Burch | 2007-12-26 | 2 | -0/+0 |
* | fix reopen of bug 42999: incorrect AnchorHeight calculations in HSSFClientAnc... | Yegor Kozlov | 2007-12-24 | 1 | -0/+19 |
* | Stub out sheet hiding tests, so we have a framework for when sheet hiding is ... | Nick Burch | 2007-12-05 | 5 | -0/+105 |
* | Support 1904 date windowing, in addition to 1900 date windowing (patch from b... | Nick Burch | 2007-12-04 | 3 | -68/+161 |
* | Updated date windowing test fixes from bug #43551 | Nick Burch | 2007-12-04 | 2 | -0/+0 |
* | String Continue records support (with test), from bug #41064 | Nick Burch | 2007-12-04 | 2 | -0/+13 |
* | SBAT fix from bug #11744 | Nick Burch | 2007-12-04 | 1 | -0/+25 |