| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | A bit more on HDGF LZW compression, but it's still not quite complete | Nick Burch | 2007-10-27 | 1 | -35/+163 |
* | Implement an Excel text extractor, and put all the existing text extractors u... | Nick Burch | 2007-10-27 | 3 | -61/+58 |
* | Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a ... | Nick Burch | 2007-10-15 | 1 | -0/+11 |
* | Stub out the HDGF compression routine, and tests for it. Document the first s... | Nick Burch | 2007-10-14 | 2 | -8/+187 |
* | Replace the HDGW LZW engine with a fully documented, ASL licenced version. (D... | Nick Burch | 2007-10-13 | 4 | -85/+166 |
* | roll back to the previous version. | Yegor Kozlov | 2007-09-26 | 1 | -28/+25 |
* | Implement the date function, patch from Pavel | Nick Burch | 2007-09-25 | 1 | -0/+100 |
* | Implement the date function, patch from Pavel | Nick Burch | 2007-09-25 | 1 | -5/+94 |
* | Improvement from Pavel - if we've already parsed a formula then evaluated it,... | Nick Burch | 2007-09-25 | 1 | -24/+27 |
* | Finish the POIDocument move, and update HSSFWorkbook to use it | Nick Burch | 2007-09-19 | 1 | -0/+122 |
* | Move POIDocument out of the scratchpad | Nick Burch | 2007-09-19 | 2 | -333/+0 |
* | Convert to use POIDocument | Nick Burch | 2007-09-17 | 1 | -2/+5 |
* | When writing out a HSLF file, optionally also write out all the different OLE... | Nick Burch | 2007-09-17 | 4 | -1/+125 |
* | Ensure that evaluateInCell sets the underlying cell type properly (fix from P... | Nick Burch | 2007-09-17 | 1 | -0/+3 |
* | Implementation of the Day function from Pavel Krupets | Nick Burch | 2007-09-17 | 1 | -5/+44 |
* | Fix the indenting on write(), which has been messed up for an age | Nick Burch | 2007-09-17 | 1 | -81/+97 |
* | support for adding Picture to ShapeGroup in HSLF. See Bug 43323 for details. | Yegor Kozlov | 2007-09-09 | 3 | -6/+70 |
* | Support for getting OLE object data from slide show. See Bug 43247 for details. | Yegor Kozlov | 2007-09-08 | 10 | -22/+847 |
* | Implementation of Month and Year functions, from Guenter Kickinger (bug #43199) | Nick Burch | 2007-08-23 | 2 | -3/+88 |
* | When trying to tell if a PPT file is encrypted or not, try to avoid an AIOOB | Nick Burch | 2007-08-23 | 1 | -4/+9 |
* | Add in missing copyright headers to a couple of new testcases | Nick Burch | 2007-08-15 | 1 | -0/+17 |
* | Patch from David Law in bug #43093 - handle Area3D formula references that re... | Nick Burch | 2007-08-15 | 2 | -3/+47 |
* | fixed bug 42620: More than one slide fails to open in OpenOffice. Fix: UserEd... | Yegor Kozlov | 2007-08-06 | 3 | -5/+34 |
* | Initial HSMF (outlook) support from Travis | Nick Burch | 2007-07-09 | 14 | -0/+987 |
* | keep the javadoc compiler quiet | Yegor Kozlov | 2007-07-02 | 6 | -9/+14 |
* | Some more fixes for javadoc warnings | Nick Burch | 2007-06-29 | 16 | -72/+0 |
* | Fix a whole slew of javadoc warnings | Nick Burch | 2007-06-29 | 208 | -832/+0 |