aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/ooxml-testcases
Commit message (Collapse)AuthorAgeFilesLines
* As mentioned on dev@ - zap the old, initial OOXML code out of trunk. It ↵Nick Burch2008-04-237-884/+0
| | | | | | isn't compatible with the new code in the ooxml branch, which may catch users out, and anyone wanting OOXML support should be using the code in the branch to get updates and lots more features git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@650915 13f79535-47bb-0310-9956-ffa450edef68
* Add methods to check to see if a given InputStream has a OOXML file header, ↵Nick Burch2008-01-161-0/+65
| | | | | | or a OLE2 file header, so that a future factory method could figure out which class to instantiate for a given InputStraeam git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@612438 13f79535-47bb-0310-9956-ffa450edef68
* Fix for SharedStringsTable in ooxml excel support, and related test updates ↵Nick Burch2008-01-092-33/+67
| | | | | | now we have more to test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610506 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Ugo from bug #44185 - support getting shared strings for ooxml ↵Nick Burch2008-01-081-7/+8
| | | | | | excel files, and further tests for the ooxml excel text extraction git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610074 13f79535-47bb-0310-9956-ffa450edef68
* Add a (disabled, as broken) test to show that HXFExcelExtractor and ↵Nick Burch2008-01-081-2/+53
| | | | | | ExcelExtractor basically agree on extracting text from the same file (which they do not quite do yet!) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609941 13f79535-47bb-0310-9956-ffa450edef68
* Make the ooxml and ole2 powerpoint extractors more in keeping with the ↵Nick Burch2008-01-041-1/+9
| | | | | | others, and with each other git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608830 13f79535-47bb-0310-9956-ffa450edef68
* For ooxml properties, get the core ones as well as the extended ones, and ↵Nick Burch2008-01-033-12/+40
| | | | | | add tests for this git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608500 13f79535-47bb-0310-9956-ffa450edef68
* OOXML pptx text extractor, and test. Also add jar-ooxml ant taskNick Burch2007-12-302-1/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607572 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on OOXML pptx supportNick Burch2007-12-301-0/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607564 13f79535-47bb-0310-9956-ffa450edef68
* Support for extracting text from ooxml word documentsNick Burch2007-12-302-1/+117
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607560 13f79535-47bb-0310-9956-ffa450edef68
* A few small updates to HSSFXML, and start on HWPFXMLNick Burch2007-12-302-0/+119
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607554 13f79535-47bb-0310-9956-ffa450edef68
* Improve the xlsx text extraction, and have proper tests for itNick Burch2007-12-271-1/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607063 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on a text extractor for xlsx filesNick Burch2007-12-271-0/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607058 13f79535-47bb-0310-9956-ffa450edef68
* Support getting the low level sheet objects back for an xlsx documentNick Burch2007-12-271-0/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607043 13f79535-47bb-0310-9956-ffa450edef68
* Shuffle a few ooxml bits about, improve the ant tasks for it, and add in a ↵Nick Burch2007-12-271-1/+1
| | | | | | ooxml container lister git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607024 13f79535-47bb-0310-9956-ffa450edef68
* A quick play with OOXML parsing. Uses XmlBeans and OpenXml4J to get at the ↵Nick Burch2007-12-261-0/+68
data. Expect the API to change rapidly in the near future as we discover what works and what doesn't! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606923 13f79535-47bb-0310-9956-ffa450edef68