| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix bug #44070 - patch from Gian Carlo Pace | Nick Burch | 2008-01-07 | 3 | -1/+88 |
* | start a new section for 3.0.2 BETA3 | Yegor Kozlov | 2008-01-05 | 2 | -1/+3 |
* | Make the ooxml and ole2 powerpoint extractors more in keeping with the others... | Nick Burch | 2008-01-04 | 4 | -19/+84 |
* | Some matching sets of sample ooxml and ole2 files, along with a plain text de... | Nick Burch | 2008-01-04 | 9 | -0/+61 |
* | For ooxml properties, get the core ones as well as the extended ones, and add... | Nick Burch | 2008-01-03 | 5 | -28/+104 |
* | support for tables in HSLF | Yegor Kozlov | 2008-01-03 | 10 | -10/+642 |
* | Improve the javadocs for font and fill related colourings, and add another te... | Nick Burch | 2008-01-02 | 6 | -24/+98 |
* | OOXML pptx text extractor, and test. Also add jar-ooxml ant task | Nick Burch | 2007-12-30 | 3 | -1/+223 |
* | Make a start on OOXML pptx support | Nick Burch | 2007-12-30 | 3 | -0/+310 |
* | Support for extracting text from ooxml word documents | Nick Burch | 2007-12-30 | 6 | -1/+264 |
* | A few small updates to HSSFXML, and start on HWPFXML | Nick Burch | 2007-12-30 | 7 | -2/+273 |
* | Improve the xlsx text extraction, and have proper tests for it | Nick Burch | 2007-12-27 | 3 | -6/+125 |
* | Make a start on a text extractor for xlsx files | Nick Burch | 2007-12-27 | 5 | -1/+259 |
* | Support getting the low level sheet objects back for an xlsx document | Nick Burch | 2007-12-27 | 4 | -7/+100 |
* | Shuffle a few ooxml bits about, improve the ant tasks for it, and add in a oo... | Nick Burch | 2007-12-27 | 4 | -3/+130 |