summaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Expand)AuthorAgeFilesLines
...
* Expand on XSSFWorkbook tests, and get them working (needs updated ooxml)Nick Burch2008-03-211-2/+30
* New openxml4j. Also, re-order some of the xssfworkbook writing out steps, so ...Nick Burch2008-03-211-1/+44
* Start to tie up the XSSF cell styles stuff with the StylesTable codeNick Burch2008-03-172-14/+34
* Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbookNick Burch2008-03-161-3/+24
* Start to tidy up the model loading, to reduce duplicated code, and make it cl...Nick Burch2008-03-161-0/+27
* Start supporting styles on the XSSFWorkbook, and tests for itNick Burch2008-03-162-0/+42
* Patch from Paolo from bug #44581 - fix ColumnHelper bug, and start on xssf st...Nick Burch2008-03-136-22/+411
* Start on a factory for producing the right WorkbookNick Burch2008-03-111-0/+93
* Update the word code to the new style ooxml stuffNick Burch2008-03-093-45/+60
* Get the powerpoint ooxml stuff converted over, and fix up a few testsNick Burch2008-03-093-23/+19
* Start to rename hslf and hwpf in ooxml to xslf and xwpfNick Burch2008-03-084-0/+0
* More on converting the excel extractor to the new codeNick Burch2008-03-081-28/+24
* Start updating the excel extractor to the new style codeNick Burch2008-03-081-23/+22
* More shuffling of things out of src/scratchpad/ooxml-*Nick Burch2008-03-082-0/+261
* Start shuffling things out of the old src/scratchpad/ooxml-* directoriesNick Burch2008-03-084-0/+463
* Applied patches for bug #44566, thanks to Paolo Mottadelli <paolo.moz@gmail.c...Ugo Cei2008-03-086-59/+239
* Applied patch from bug #44535 contributed by Paolo Mottadelli <paolo.moz@gmai...Ugo Cei2008-03-075-53/+294
* Applied patches for #44480, thanks to Paolo Mottadelli <p.mottadelli@sourcese...Ugo Cei2008-02-295-9/+462
* Return a list of all pictures for a workbook. This shows a discrepancy betwee...Ugo Cei2008-02-192-0/+8
* Moved test data file to own package. Start writing some tests for parsing cel...Ugo Cei2008-02-194-1/+36
* Load shared strings table when loading workbook.Ugo Cei2008-02-133-15/+38
* Correct implementation of cell coordinates conversion.Ugo Cei2008-02-072-2/+27
* Fleshing out reading XSSF.Ugo Cei2008-02-071-0/+11
* XSSF implementation of header and footer. Contributed by Paolo Mottadelli <p....Ugo Cei2008-02-074-66/+270
* Fix test so it loads data file from the correct place.Ugo Cei2008-01-291-3/+9
* Commit patch from Paolo <p.mottadelli@sourcesense.com> attached to bug #44319.Ugo Cei2008-01-291-92/+240
* Initial support for loading workbooks off files.Ugo Cei2008-01-252-0/+36
* [ooxml branch] XSSFSheet get/setColumnWidth methods and tests, patch from PaoloNick Burch2008-01-252-0/+79
* Use new version of OpenXML4J that allows saving straight to an OutputStream w...Ugo Cei2008-01-251-0/+16
* Implementation of XSSFWorkbook#getSheet(String name). Implementation of XSSFW...Ugo Cei2008-01-241-0/+24
* Fix implementation of XSSFWorkbook#cloneSheet and provide unit test.Ugo Cei2008-01-231-0/+20
* Implementation of XSSFRow#{get,set}Height and other methods. Patch contribute...Ugo Cei2008-01-222-3/+46
* Tests for XSSFWorkbook.Ugo Cei2008-01-221-0/+73
* Tests for XSSFSheet, contributed by Paolo Mottadelli <p.mottadelli@sourcesens...Ugo Cei2008-01-221-0/+93
* Some OOXML implementation and interface code, just some basic Row and Cell-le...Ugo Cei2008-01-162-0/+337