| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix for building the OOXML xmlbeans stuff on osx, patch from ugo | Nick Burch | 2008-01-07 | 1 | -0/+2 |
* | 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 | 4 | -1/+238 |
* | 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 | 5 | -7/+138 |
* | Shuffle a few ooxml bits about, improve the ant tasks for it, and add in a oo... | Nick Burch | 2007-12-27 | 5 | -6/+148 |
* | Add some more sample ooxml documents | Nick Burch | 2007-12-27 | 3 | -0/+0 |
* | A quick play with OOXML parsing. Uses XmlBeans and OpenXml4J to get at the da... | Nick Burch | 2007-12-26 | 4 | -0/+235 |
* | Update build.xml to download various libraries that we will want for playing ... | Nick Burch | 2007-12-26 | 2 | -2/+113 |
* | Update the sample ooxml files to the latest versions from http://openxmldevel... | Nick Burch | 2007-12-26 | 4 | -0/+0 |
* | fix bug #43781: slide->getShapes->getTextRun returns wrong text | Yegor Kozlov | 2007-12-24 | 5 | -4/+64 |
* | fix reopen of bug 42999: incorrect AnchorHeight calculations in HSSFClientAnc... | Yegor Kozlov | 2007-12-24 | 2 | -2/+21 |
* | Support for Mid, Replace and Substitute excel functions (bug #s 44095, 44097,... | Nick Burch | 2007-12-21 | 6 | -3/+258 |
* | Patch from bug #44055 - support reading the from field from HSMF messages | Nick Burch | 2007-12-21 | 6 | -2/+51 |
* | Make compile-scratchpad depend on compile-main, as it's dependent | Nick Burch | 2007-12-21 | 1 | -1/+1 |
* | Avoid a rare ArrayIndexOutOfBoundsException on some word table stuff (patch f... | Nick Burch | 2007-12-17 | 3 | -3/+22 |
* | Add missing setCurrentRow calls to documentation | Nick Burch | 2007-12-13 | 1 | -1/+3 |
* | Add comments on which formula related things should go in which of the two te... | Nick Burch | 2007-12-12 | 2 | -9/+16 |