summaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Collapse)AuthorAgeFilesLines
...
* Expand on XSSFWorkbook tests, and get them working (needs updated ooxml)Nick Burch2008-03-211-2/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@639752 13f79535-47bb-0310-9956-ffa450edef68
* New openxml4j. Also, re-order some of the xssfworkbook writing out steps, so ↵Nick Burch2008-03-211-1/+44
| | | | | | we can update references. Finally, some more tests git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@639723 13f79535-47bb-0310-9956-ffa450edef68
* Start to tie up the XSSF cell styles stuff with the StylesTable codeNick Burch2008-03-172-14/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637692 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbookNick Burch2008-03-161-3/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637688 13f79535-47bb-0310-9956-ffa450edef68
* Start to tidy up the model loading, to reduce duplicated code, and make it ↵Nick Burch2008-03-161-0/+27
| | | | | | cleaner git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637680 13f79535-47bb-0310-9956-ffa450edef68
* Start supporting styles on the XSSFWorkbook, and tests for itNick Burch2008-03-162-0/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637669 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Paolo from bug #44581 - fix ColumnHelper bug, and start on xssf ↵Nick Burch2008-03-136-22/+411
| | | | | | 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-111-0/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635902 13f79535-47bb-0310-9956-ffa450edef68
* Update the word code to the new style ooxml stuffNick Burch2008-03-093-45/+60
| | | | 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-093-23/+19
| | | | 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-084-0/+0
| | | | 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-081-28/+24
| | | | 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-081-23/+22
| | | | 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-082-0/+261
| | | | 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-084-0/+463
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635019 13f79535-47bb-0310-9956-ffa450edef68
* Applied patches for bug #44566, thanks to Paolo Mottadelli ↵Ugo Cei2008-03-086-59/+239
| | | | | | <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-075-53/+294
| | | | | | <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-295-9/+462
| | | | | | <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-192-0/+8
| | | | | | 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-194-1/+36
| | | | | | 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-133-15/+38
| | | | 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-072-2/+27
| | | | 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-071-0/+11
| | | | 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-074-66/+270
| | | | | | <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
* 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-291-92/+240
| | | | 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-252-0/+36
| | | | 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-252-0/+79
| | | | 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-251-0/+16
| | | | | | 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-241-0/+24
| | | | | | XSSFWorkbook#removeSheet. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@614877 13f79535-47bb-0310-9956-ffa450edef68
* Fix implementation of XSSFWorkbook#cloneSheet and provide unit test.Ugo Cei2008-01-231-0/+20
| | | | 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-222-3/+46
| | | | | | 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-221-0/+73
| | | | 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
* Some OOXML implementation and interface code, just some basic Row and ↵Ugo Cei2008-01-162-0/+337
Cell-level functionality. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@612495 13f79535-47bb-0310-9956-ffa450edef68