| Commit message (Expand) | Author | Age | Files | Lines |
* | XSSFSheet addMergedRegion + Region class moved to org.apache.poi.ss.util.Regi... | Paolo Mottadelli | 2008-04-06 | 8 | -5/+228 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-04-05 | 14 | -91/+279 |
* | Merged revisions 642878-642946 via svnmerge from | Nick Burch | 2008-04-05 | 19 | -581/+726 |
* | Update the quick-guide some more for xssf comments | Nick Burch | 2008-04-03 | 1 | -0/+0 |
* | New ooxml4j, and finish getting xssf comments to be saved and re-loaded again | Nick Burch | 2008-04-03 | 1 | -0/+20 |
* | XSSF named range support | Nick Burch | 2008-03-31 | 1 | -0/+0 |
* | Make a start on running all the formula tests for xssf. Currently not enabled... | Nick Burch | 2008-03-30 | 3 | -32/+31 |
* | Shuffle the FormulaParser stuff about, and get it all working with the new in... | Nick Burch | 2008-03-29 | 9 | -11/+13 |
* | 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 |