aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* support for tables in HSLFYegor Kozlov2008-01-037-10/+586
* OOXML pptx text extractor, and test. Also add jar-ooxml ant taskNick Burch2007-12-303-1/+223
* Make a start on OOXML pptx supportNick Burch2007-12-303-0/+310
* Support for extracting text from ooxml word documentsNick Burch2007-12-306-1/+264
* A few small updates to HSSFXML, and start on HWPFXMLNick Burch2007-12-307-2/+273
* Improve the xlsx text extraction, and have proper tests for itNick Burch2007-12-273-6/+125
* Make a start on a text extractor for xlsx filesNick Burch2007-12-275-1/+259
* Support getting the low level sheet objects back for an xlsx documentNick Burch2007-12-274-7/+100
* Shuffle a few ooxml bits about, improve the ant tasks for it, and add in a oo...Nick Burch2007-12-274-3/+130
* Add some more sample ooxml documentsNick Burch2007-12-271-0/+0
* A quick play with OOXML parsing. Uses XmlBeans and OpenXml4J to get at the da...Nick Burch2007-12-264-0/+235
* Update the sample ooxml files to the latest versions from http://openxmldevel...Nick Burch2007-12-262-0/+0
* fix bug #43781: slide->getShapes->getTextRun returns wrong textYegor Kozlov2007-12-245-4/+64
* Support for Mid, Replace and Substitute excel functions (bug #s 44095, 44097,...Nick Burch2007-12-214-3/+256
* Patch from bug #44055 - support reading the from field from HSMF messagesNick Burch2007-12-214-2/+49
* Avoid a rare ArrayIndexOutOfBoundsException on some word table stuff (patch f...Nick Burch2007-12-173-3/+22
* Add comments on which formula related things should go in which of the two te...Nick Burch2007-12-122-9/+16
* Support for the Trim function, and a little enhancement to the formula evalua...Nick Burch2007-12-113-19/+77
* Support 1904 date windowing, in addition to 1900 date windowing (patch from b...Nick Burch2007-12-045-5/+5
* Fix work bug #42799Nick Burch2007-12-041-2/+10
* Workaround to avoid a NPE for Word Documents that are missing their ListTable...Nick Burch2007-12-043-7/+74
* Add method to return the number of styles (bug #43883)Nick Burch2007-11-161-0/+8
* Add in a (disabled) test for bug #43670 (not yet fixed)Nick Burch2007-10-284-3/+24
* A bit more on HDGF LZW compression, but it's still not quite completeNick Burch2007-10-271-35/+163
* Implement an Excel text extractor, and put all the existing text extractors u...Nick Burch2007-10-273-61/+58
* Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a ...Nick Burch2007-10-151-0/+11
* Stub out the HDGF compression routine, and tests for it. Document the first s...Nick Burch2007-10-142-8/+187
* Replace the HDGW LZW engine with a fully documented, ASL licenced version. (D...Nick Burch2007-10-134-85/+166
* roll back to the previous version.Yegor Kozlov2007-09-261-28/+25
* Implement the date function, patch from PavelNick Burch2007-09-251-0/+100
* Implement the date function, patch from PavelNick Burch2007-09-251-5/+94
* Improvement from Pavel - if we've already parsed a formula then evaluated it,...Nick Burch2007-09-251-24/+27
* Finish the POIDocument move, and update HSSFWorkbook to use itNick Burch2007-09-191-0/+122
* Move POIDocument out of the scratchpadNick Burch2007-09-192-333/+0
* Convert to use POIDocumentNick Burch2007-09-171-2/+5
* When writing out a HSLF file, optionally also write out all the different OLE...Nick Burch2007-09-174-1/+125
* Ensure that evaluateInCell sets the underlying cell type properly (fix from P...Nick Burch2007-09-171-0/+3
* Implementation of the Day function from Pavel KrupetsNick Burch2007-09-171-5/+44
* Fix the indenting on write(), which has been messed up for an ageNick Burch2007-09-171-81/+97
* support for adding Picture to ShapeGroup in HSLF. See Bug 43323 for details.Yegor Kozlov2007-09-093-6/+70
* Support for getting OLE object data from slide show. See Bug 43247 for details.Yegor Kozlov2007-09-0810-22/+847
* Implementation of Month and Year functions, from Guenter Kickinger (bug #43199)Nick Burch2007-08-232-3/+88
* When trying to tell if a PPT file is encrypted or not, try to avoid an AIOOBNick Burch2007-08-231-4/+9
* Add in missing copyright headers to a couple of new testcasesNick Burch2007-08-151-0/+17
* Patch from David Law in bug #43093 - handle Area3D formula references that re...Nick Burch2007-08-152-3/+47
* fixed bug 42620: More than one slide fails to open in OpenOffice. Fix: UserEd...Yegor Kozlov2007-08-063-5/+34
* Initial HSMF (outlook) support from TravisNick Burch2007-07-0914-0/+987
* keep the javadoc compiler quietYegor Kozlov2007-07-026-9/+14
* Some more fixes for javadoc warningsNick Burch2007-06-2916-72/+0
* Fix a whole slew of javadoc warningsNick Burch2007-06-29208-832/+0