summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Collapse)AuthorAgeFilesLines
...
* Further workarounds for java being rubbish, by having a dedicated class to ↵Nick Burch2008-03-168-15/+149
| | | | | | create concrete instances of interfaces for you git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637610 13f79535-47bb-0310-9956-ffa450edef68
* Update some more documentation, and put in a workaround for needing to ↵Nick Burch2008-03-163-4/+25
| | | | | | create a RichTextString, without wanting to know the concrete type, but Java interfaces are crap git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637607 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Paolo from bug #44581 - fix ColumnHelper bug, and start on xssf ↵Nick Burch2008-03-1313-68/+1120
| | | | | | stylings git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@636729 13f79535-47bb-0310-9956-ffa450edef68
* Start on a factory for producing the right WorkbookNick Burch2008-03-112-0/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635902 13f79535-47bb-0310-9956-ffa450edef68
* Fix a few ooxml unit testsNick Burch2008-03-091-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635255 13f79535-47bb-0310-9956-ffa450edef68
* Update the word code to the new style ooxml stuffNick Burch2008-03-097-75/+104
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635253 13f79535-47bb-0310-9956-ffa450edef68
* Get the powerpoint ooxml stuff converted over, and fix up a few testsNick Burch2008-03-097-77/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635243 13f79535-47bb-0310-9956-ffa450edef68
* Start to rename hslf and hwpf in ooxml to xslf and xwpfNick Burch2008-03-0810-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635031 13f79535-47bb-0310-9956-ffa450edef68
* More on converting the excel extractor to the new codeNick Burch2008-03-084-33/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635030 13f79535-47bb-0310-9956-ffa450edef68
* Start updating the excel extractor to the new style codeNick Burch2008-03-084-76/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635026 13f79535-47bb-0310-9956-ffa450edef68
* More shuffling of things out of src/scratchpad/ooxml-*Nick Burch2008-03-084-0/+393
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635021 13f79535-47bb-0310-9956-ffa450edef68
* Start shuffling things out of the old src/scratchpad/ooxml-* directoriesNick Burch2008-03-0813-0/+1201
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635019 13f79535-47bb-0310-9956-ffa450edef68
* Tweak method signature to match changes done in trunkNick Burch2008-03-082-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@634991 13f79535-47bb-0310-9956-ffa450edef68
* Applied patches for bug #44566, thanks to Paolo Mottadelli ↵Ugo Cei2008-03-0813-140/+441
| | | | | | <paolo.moz@gmail.com>, <p.mottadelli@sourcesense.com> git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@634930 13f79535-47bb-0310-9956-ffa450edef68
* Applied patch from bug #44535 contributed by Paolo Mottadelli ↵Ugo Cei2008-03-079-58/+472
| | | | | | <paolo.moz@gmail.com>, <p.mottadelli@sourcesense.com>. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@634772 13f79535-47bb-0310-9956-ffa450edef68
* Applied patches for #44480, thanks to Paolo Mottadelli ↵Ugo Cei2008-02-2911-162/+960
| | | | | | <p.mottadelli@sourcesense.com>, <paolo.moz@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@632325 13f79535-47bb-0310-9956-ffa450edef68
* Return a list of all pictures for a workbook. This shows a discrepancy ↵Ugo Cei2008-02-198-9/+164
| | | | | | between the way pictures are stored in OLE2 files and the way they are stored in OOXML files. In the former case, pictures are associated with the workbook, in the latter they are referred to in "drawings" which are, in turn, referred to in sheets. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@629170 13f79535-47bb-0310-9956-ffa450edef68
* Moved test data file to own package. Start writing some tests for parsing ↵Ugo Cei2008-02-195-1/+44
| | | | | | cell styles. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@629092 13f79535-47bb-0310-9956-ffa450edef68
* Load shared strings table when loading workbook.Ugo Cei2008-02-138-47/+122
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@627407 13f79535-47bb-0310-9956-ffa450edef68
* Correct implementation of cell coordinates conversion.Ugo Cei2008-02-073-3/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@619463 13f79535-47bb-0310-9956-ffa450edef68
* Fleshing out reading XSSF.Ugo Cei2008-02-074-16/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@619419 13f79535-47bb-0310-9956-ffa450edef68
* XSSF implementation of header and footer. Contributed by Paolo Mottadelli ↵Ugo Cei2008-02-0714-193/+775
| | | | | | <p.mottadelli@sourcesense.com> as bugzilla issue #44330. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@619316 13f79535-47bb-0310-9956-ffa450edef68
* Have iterating over rows and cells work with JDK 1.5 foreach loops through ↵Nick Burch2008-02-054-6/+31
| | | | | | java.lang.Iterable git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@618676 13f79535-47bb-0310-9956-ffa450edef68
* Introduce POIXMLDocument as common base class for all OOXML document types.Ugo Cei2008-02-042-19/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@618319 13f79535-47bb-0310-9956-ffa450edef68
* Fix test so it loads data file from the correct place.Ugo Cei2008-01-291-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@616314 13f79535-47bb-0310-9956-ffa450edef68
* Commit patch from Paolo <p.mottadelli@sourcesense.com> attached to bug #44319.Ugo Cei2008-01-292-142/+401
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@616303 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for loading workbooks off files.Ugo Cei2008-01-253-0/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@615275 13f79535-47bb-0310-9956-ffa450edef68
* [ooxml branch] XSSFSheet get/setColumnWidth methods and tests, patch from PaoloNick Burch2008-01-254-3/+187
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@615258 13f79535-47bb-0310-9956-ffa450edef68
* Use new version of OpenXML4J that allows saving straight to an OutputStream ↵Ugo Cei2008-01-252-26/+18
| | | | | | without going through a file. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@615206 13f79535-47bb-0310-9956-ffa450edef68
* Implementation of XSSFWorkbook#getSheet(String name). Implementation of ↵Ugo Cei2008-01-242-3/+32
| | | | | | XSSFWorkbook#removeSheet. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@614877 13f79535-47bb-0310-9956-ffa450edef68
* Make HSSF* classes compile with JDK 1.4 interfaces.Ugo Cei2008-01-242-2/+148
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@614838 13f79535-47bb-0310-9956-ffa450edef68
* Fix implementation of XSSFWorkbook#cloneSheet and provide unit test.Ugo Cei2008-01-233-7/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@614571 13f79535-47bb-0310-9956-ffa450edef68
* Implementation of XSSFRow#{get,set}Height and other methods. Patch ↵Ugo Cei2008-01-224-31/+70
| | | | | | contributed by Paolo Mottadelli <paolo.moz@gmail.com>. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@614205 13f79535-47bb-0310-9956-ffa450edef68
* Tests for XSSFWorkbook.Ugo Cei2008-01-224-23/+180
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@614199 13f79535-47bb-0310-9956-ffa450edef68
* Tests for XSSFSheet, contributed by Paolo Mottadelli ↵Ugo Cei2008-01-221-0/+93
| | | | | | <p.mottadelli@sourcesense.com>. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@614178 13f79535-47bb-0310-9956-ffa450edef68
* [ooxml-branch] Split the common ss interfaces into two sets - one that works ↵Nick Burch2008-01-2137-18/+405
| | | | | | with jdk 1.5 and has the full functionality, and another that works with jdk 1.4 and only has dummy functionality. Update build.xml to spit out two versions of the main classes, one for jdk 1.5 with the full interfaces, and one for jdk 1.4 with the dummy ones (but which is otherwise like the current behaviour). Also add readme explaining all this git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@613951 13f79535-47bb-0310-9956-ffa450edef68
* Replace implementation with interface in return value declaration.Ugo Cei2008-01-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@612503 13f79535-47bb-0310-9956-ffa450edef68
* Some OOXML implementation and interface code, just some basic Row and ↵Ugo Cei2008-01-1626-0/+5610
Cell-level functionality. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@612495 13f79535-47bb-0310-9956-ffa450edef68