aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-053-0/+148
* Merged revisions 642878-642946 via svnmerge from Nick Burch2008-04-052-0/+53
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-03-29382-26042/+0
* Merged revisions 612484-612511,612513-612519,612521-613394,613397-613399,6134...Nick Burch2008-03-297-73/+193
* Merged revisions 638001-638784,638786-639486,639488-639601,639603-639836 via ...Nick Burch2008-03-292-0/+118
* Merge changes from trunk to the ooxml branch - revisions 634630 to Nick Burch2008-03-2911-221/+736
* More shuffling of things out of src/scratchpad/ooxml-*Nick Burch2008-03-089-1098/+0
* Start shuffling things out of the old src/scratchpad/ooxml-* directoriesNick Burch2008-03-0813-1213/+0
* Merged revisions 627779-634630 via svnmerge from Ugo Cei2008-03-0896-1942/+6054
* Merged revisions 618680-620582 via svnmerge from Ugo Cei2008-02-132-0/+45
* Merged revisions 615190-618235 via svnmerge from Ugo Cei2008-02-0423-34/+1216
* Merged revisions 614878-614909 via svnmerge from Ugo Cei2008-01-252-4/+173
* Tidy up some duplicated code, now that openxml4j has RelationshipSourceNick Burch2008-01-241-14/+3
* Add methods to check to see if a given InputStream has a OOXML file header, o...Nick Burch2008-01-162-0/+104
* Fix for SharedStringsTable in ooxml excel support, and related test updates n...Nick Burch2008-01-095-83/+121
* Shuffle some bits of TestFormulaParser into scratchpad, so it can find HSSFFo...Nick Burch2008-01-091-0/+83
* Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-S...Nick Burch2008-01-083-0/+93
* Make the code for adding a new RichTextRun to a TextRun a bit nicerNick Burch2008-01-083-41/+69
* Make a start on supporting adding new text to a hslf textrunNick Burch2008-01-082-6/+156
* Tiny bit more ooxml stuff from Ugo (missed in last commit)Nick Burch2008-01-081-0/+81
* Patch from Ugo from bug #44185 - support getting shared strings for ooxml exc...Nick Burch2008-01-086-32/+81
* Add a (disabled, as broken) test to show that HXFExcelExtractor and ExcelExtr...Nick Burch2008-01-081-2/+53
* Make the ooxml and ole2 powerpoint extractors more in keeping with the others...Nick Burch2008-01-044-19/+84
* Some matching sets of sample ooxml and ole2 files, along with a plain text de...Nick Burch2008-01-046-0/+40
* For ooxml properties, get the core ones as well as the extended ones, and add...Nick Burch2008-01-035-28/+104
* 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