| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Expand on XSSFWorkbook tests, and get them working (needs updated ooxml) | Nick Burch | 2008-03-21 | 1 | -2/+30 |
* | New openxml4j. Also, re-order some of the xssfworkbook writing out steps, so ... | Nick Burch | 2008-03-21 | 1 | -1/+44 |
* | Start to tie up the XSSF cell styles stuff with the StylesTable code | Nick Burch | 2008-03-17 | 2 | -14/+34 |
* | Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbook | Nick Burch | 2008-03-16 | 1 | -3/+24 |
* | Start to tidy up the model loading, to reduce duplicated code, and make it cl... | Nick Burch | 2008-03-16 | 1 | -0/+27 |
* | Start supporting styles on the XSSFWorkbook, and tests for it | Nick Burch | 2008-03-16 | 2 | -0/+42 |
* | Patch from Paolo from bug #44581 - fix ColumnHelper bug, and start on xssf st... | Nick Burch | 2008-03-13 | 6 | -22/+411 |
* | Start on a factory for producing the right Workbook | Nick Burch | 2008-03-11 | 1 | -0/+93 |
* | Update the word code to the new style ooxml stuff | Nick Burch | 2008-03-09 | 3 | -45/+60 |
* | Get the powerpoint ooxml stuff converted over, and fix up a few tests | Nick Burch | 2008-03-09 | 3 | -23/+19 |
* | Start to rename hslf and hwpf in ooxml to xslf and xwpf | Nick Burch | 2008-03-08 | 4 | -0/+0 |
* | More on converting the excel extractor to the new code | Nick Burch | 2008-03-08 | 1 | -28/+24 |
* | Start updating the excel extractor to the new style code | Nick Burch | 2008-03-08 | 1 | -23/+22 |
* | More shuffling of things out of src/scratchpad/ooxml-* | Nick Burch | 2008-03-08 | 2 | -0/+261 |
* | Start shuffling things out of the old src/scratchpad/ooxml-* directories | Nick Burch | 2008-03-08 | 4 | -0/+463 |
* | Applied patches for bug #44566, thanks to Paolo Mottadelli <paolo.moz@gmail.c... | Ugo Cei | 2008-03-08 | 6 | -59/+239 |
* | Applied patch from bug #44535 contributed by Paolo Mottadelli <paolo.moz@gmai... | Ugo Cei | 2008-03-07 | 5 | -53/+294 |
* | Applied patches for #44480, thanks to Paolo Mottadelli <p.mottadelli@sourcese... | Ugo Cei | 2008-02-29 | 5 | -9/+462 |
* | Return a list of all pictures for a workbook. This shows a discrepancy betwee... | Ugo Cei | 2008-02-19 | 2 | -0/+8 |
* | Moved test data file to own package.
Start writing some tests for parsing cel... | Ugo Cei | 2008-02-19 | 4 | -1/+36 |
* | Load shared strings table when loading workbook. | Ugo Cei | 2008-02-13 | 3 | -15/+38 |
* | Correct implementation of cell coordinates conversion. | Ugo Cei | 2008-02-07 | 2 | -2/+27 |
* | Fleshing out reading XSSF. | Ugo Cei | 2008-02-07 | 1 | -0/+11 |
* | XSSF implementation of header and footer. Contributed by Paolo Mottadelli <p.... | Ugo Cei | 2008-02-07 | 4 | -66/+270 |
* | Fix test so it loads data file from the correct place. | Ugo Cei | 2008-01-29 | 1 | -3/+9 |
* | Commit patch from Paolo <p.mottadelli@sourcesense.com> attached to bug #44319. | Ugo Cei | 2008-01-29 | 1 | -92/+240 |
* | Initial support for loading workbooks off files. | Ugo Cei | 2008-01-25 | 2 | -0/+36 |
* | [ooxml branch] XSSFSheet get/setColumnWidth methods and tests, patch from Paolo | Nick Burch | 2008-01-25 | 2 | -0/+79 |
* | Use new version of OpenXML4J that allows saving straight to an OutputStream w... | Ugo Cei | 2008-01-25 | 1 | -0/+16 |
* | Implementation of XSSFWorkbook#getSheet(String name).
Implementation of XSSFW... | Ugo Cei | 2008-01-24 | 1 | -0/+24 |
* | Fix implementation of XSSFWorkbook#cloneSheet and provide unit test. | Ugo Cei | 2008-01-23 | 1 | -0/+20 |
* | Implementation of XSSFRow#{get,set}Height and other methods.
Patch contribute... | Ugo Cei | 2008-01-22 | 2 | -3/+46 |
* | Tests for XSSFWorkbook. | Ugo Cei | 2008-01-22 | 1 | -0/+73 |
* | Tests for XSSFSheet, contributed by Paolo Mottadelli <p.mottadelli@sourcesens... | Ugo Cei | 2008-01-22 | 1 | -0/+93 |
* | Some OOXML implementation and interface code, just some basic Row and Cell-le... | Ugo Cei | 2008-01-16 | 2 | -0/+337 |