| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Further support for whole-column references, including formula strings and th... | Nick Burch | 2008-02-15 | 1 | -13/+19 |
* | Partial fix for bug #44410 - support whole column ranges such as C:C in the f... | Nick Burch | 2008-02-15 | 2 | -0/+111 |
* | Fix from Josh from bug #44421 - Update Match function to properly support Are... | Nick Burch | 2008-02-15 | 2 | -14/+44 |
* | Fix from Josh from bug #44417 - Improved handling of references for the need ... | Nick Burch | 2008-02-15 | 1 | -22/+23 |
* | Fix for bug #44413 from Josh - Fix for circular references in INDEX, OFFSET, ... | Nick Burch | 2008-02-15 | 4 | -9/+338 |
* | Fix for bug #44403 - Have mid use the third argument properly, and test | Nick Burch | 2008-02-15 | 1 | -1/+1 |
* | Big formula update from Josh from bug #44364 - support for Match, NA and SumP... | Nick Burch | 2008-02-14 | 24 | -498/+1712 |
* | In the interests of sanity, stop having hssf test data files in scratchpad an... | Nick Burch | 2008-02-14 | 3 | -0/+0 |
* | If we have a document with a hpsf stream that exists, but is of the wrong typ... | Nick Burch | 2008-02-11 | 2 | -0/+45 |
* | Implement CountA, CountIf, Index, Rows and Columns functions. Patch from Josh... | Nick Burch | 2008-02-04 | 11 | -24/+1038 |
* | Patch from bug #44336 - correctly escape sheet names in formula references, i... | Nick Burch | 2008-02-01 | 1 | -1/+1 |
* | fix bug #44297: IntPtg must operate with unsigned short. Reading signed short... | Yegor Kozlov | 2008-01-27 | 2 | -0/+103 |
* | fix bug #44296: HSLF Not Extracting Slide Background Image | Yegor Kozlov | 2008-01-25 | 6 | -8/+43 |
* | Correctly handle the last paragraph via a fix to TableCell - patch from bug #... | Nick Burch | 2008-01-25 | 3 | -1/+31 |
* | Add another formula evaluation method, evaluateFormulaCell(cell), which will ... | Nick Burch | 2008-01-24 | 2 | -4/+173 |
* | Add methods to check to see if a given InputStream has a OOXML file header, o... | Nick Burch | 2008-01-16 | 2 | -0/+104 |
* | Fix for SharedStringsTable in ooxml excel support, and related test updates n... | Nick Burch | 2008-01-09 | 5 | -83/+121 |
* | Shuffle some bits of TestFormulaParser into scratchpad, so it can find HSSFFo... | Nick Burch | 2008-01-09 | 1 | -0/+83 |
* | Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-S... | Nick Burch | 2008-01-08 | 3 | -0/+93 |
* | 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 |
* | Patch from Ugo from bug #44185 - support getting shared strings for ooxml exc... | Nick Burch | 2008-01-08 | 6 | -32/+81 |
* | Add a (disabled, as broken) test to show that HXFExcelExtractor and ExcelExtr... | Nick Burch | 2008-01-08 | 1 | -2/+53 |
* | 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 | 6 | -0/+40 |
* | 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 | 7 | -10/+586 |
* | 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 |
* | Add some more sample ooxml documents | Nick Burch | 2007-12-27 | 1 | -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 the sample ooxml files to the latest versions from http://openxmldevel... | Nick Burch | 2007-12-26 | 2 | -0/+0 |
* | fix bug #43781: slide->getShapes->getTextRun returns wrong text | Yegor Kozlov | 2007-12-24 | 5 | -4/+64 |
* | Support for Mid, Replace and Substitute excel functions (bug #s 44095, 44097,... | Nick Burch | 2007-12-21 | 4 | -3/+256 |
* | Patch from bug #44055 - support reading the from field from HSMF messages | Nick Burch | 2007-12-21 | 4 | -2/+49 |
* | Avoid a rare ArrayIndexOutOfBoundsException on some word table stuff (patch f... | Nick Burch | 2007-12-17 | 3 | -3/+22 |
* | Add comments on which formula related things should go in which of the two te... | Nick Burch | 2007-12-12 | 2 | -9/+16 |
* | Support for the Trim function, and a little enhancement to the formula evalua... | Nick Burch | 2007-12-11 | 3 | -19/+77 |
* | Support 1904 date windowing, in addition to 1900 date windowing (patch from b... | Nick Burch | 2007-12-04 | 5 | -5/+5 |
* | Fix work bug #42799 | Nick Burch | 2007-12-04 | 1 | -2/+10 |
* | Workaround to avoid a NPE for Word Documents that are missing their ListTable... | Nick Burch | 2007-12-04 | 3 | -7/+74 |
* | Add method to return the number of styles (bug #43883) | Nick Burch | 2007-11-16 | 1 | -0/+8 |
* | Add in a (disabled) test for bug #43670 (not yet fixed) | Nick Burch | 2007-10-28 | 4 | -3/+24 |