| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Further workarounds for java being rubbish, by having a dedicated class to cr... | Nick Burch | 2008-03-16 | 8 | -15/+149 |
* | Update some more documentation, and put in a workaround for needing to create... | Nick Burch | 2008-03-16 | 3 | -4/+25 |
* | Patch from Paolo from bug #44581 - fix ColumnHelper bug, and start on xssf st... | Nick Burch | 2008-03-13 | 13 | -68/+1120 |
* | Start on a factory for producing the right Workbook | Nick Burch | 2008-03-11 | 2 | -0/+159 |
* | Fix a few ooxml unit tests | Nick Burch | 2008-03-09 | 1 | -2/+2 |
* | Update the word code to the new style ooxml stuff | Nick Burch | 2008-03-09 | 7 | -75/+104 |
* | Get the powerpoint ooxml stuff converted over, and fix up a few tests | Nick Burch | 2008-03-09 | 7 | -77/+137 |
* | Start to rename hslf and hwpf in ooxml to xslf and xwpf | Nick Burch | 2008-03-08 | 10 | -4/+4 |
* | More on converting the excel extractor to the new code | Nick Burch | 2008-03-08 | 4 | -33/+51 |
* | Start updating the excel extractor to the new style code | Nick Burch | 2008-03-08 | 4 | -76/+78 |
* | More shuffling of things out of src/scratchpad/ooxml-* | Nick Burch | 2008-03-08 | 4 | -0/+393 |
* | Start shuffling things out of the old src/scratchpad/ooxml-* directories | Nick Burch | 2008-03-08 | 13 | -0/+1201 |
* | Tweak method signature to match changes done in trunk | Nick Burch | 2008-03-08 | 2 | -4/+2 |
* | Applied patches for bug #44566, thanks to Paolo Mottadelli <paolo.moz@gmail.c... | Ugo Cei | 2008-03-08 | 13 | -140/+441 |
* | Applied patch from bug #44535 contributed by Paolo Mottadelli <paolo.moz@gmai... | Ugo Cei | 2008-03-07 | 9 | -58/+472 |
* | Applied patches for #44480, thanks to Paolo Mottadelli <p.mottadelli@sourcese... | Ugo Cei | 2008-02-29 | 11 | -162/+960 |
* | Return a list of all pictures for a workbook. This shows a discrepancy betwee... | Ugo Cei | 2008-02-19 | 8 | -9/+164 |
* | Moved test data file to own package.
Start writing some tests for parsing cel... | Ugo Cei | 2008-02-19 | 5 | -1/+44 |
* | Load shared strings table when loading workbook. | Ugo Cei | 2008-02-13 | 8 | -47/+122 |
* | Correct implementation of cell coordinates conversion. | Ugo Cei | 2008-02-07 | 3 | -3/+66 |
* | Fleshing out reading XSSF. | Ugo Cei | 2008-02-07 | 4 | -16/+66 |
* | XSSF implementation of header and footer. Contributed by Paolo Mottadelli <p.... | Ugo Cei | 2008-02-07 | 14 | -193/+775 |
* | Have iterating over rows and cells work with JDK 1.5 foreach loops through ja... | Nick Burch | 2008-02-05 | 4 | -6/+31 |
* | Introduce POIXMLDocument as common base class for all OOXML document types. | Ugo Cei | 2008-02-04 | 2 | -19/+69 |
* | 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 | 2 | -142/+401 |
* | Initial support for loading workbooks off files. | Ugo Cei | 2008-01-25 | 3 | -0/+64 |
* | [ooxml branch] XSSFSheet get/setColumnWidth methods and tests, patch from Paolo | Nick Burch | 2008-01-25 | 4 | -3/+187 |
* | Use new version of OpenXML4J that allows saving straight to an OutputStream w... | Ugo Cei | 2008-01-25 | 2 | -26/+18 |
* | Implementation of XSSFWorkbook#getSheet(String name).
Implementation of XSSFW... | Ugo Cei | 2008-01-24 | 2 | -3/+32 |
* | Make HSSF* classes compile with JDK 1.4 interfaces. | Ugo Cei | 2008-01-24 | 2 | -2/+148 |
* | Fix implementation of XSSFWorkbook#cloneSheet and provide unit test. | Ugo Cei | 2008-01-23 | 3 | -7/+60 |
* | Implementation of XSSFRow#{get,set}Height and other methods.
Patch contribute... | Ugo Cei | 2008-01-22 | 4 | -31/+70 |
* | Tests for XSSFWorkbook. | Ugo Cei | 2008-01-22 | 4 | -23/+180 |
* | Tests for XSSFSheet, contributed by Paolo Mottadelli <p.mottadelli@sourcesens... | Ugo Cei | 2008-01-22 | 1 | -0/+93 |
* | [ooxml-branch] Split the common ss interfaces into two sets - one that works ... | Nick Burch | 2008-01-21 | 37 | -18/+405 |
* | Replace implementation with interface in return value declaration. | Ugo Cei | 2008-01-16 | 1 | -2/+2 |
* | Some OOXML implementation and interface code, just some basic Row and Cell-le... | Ugo Cei | 2008-01-16 | 26 | -0/+5610 |