summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* Further workarounds for java being rubbish, by having a dedicated class to cr...Nick Burch2008-03-168-15/+149
* Update some more documentation, and put in a workaround for needing to create...Nick Burch2008-03-163-4/+25
* Patch from Paolo from bug #44581 - fix ColumnHelper bug, and start on xssf st...Nick Burch2008-03-1313-68/+1120
* Start on a factory for producing the right WorkbookNick Burch2008-03-112-0/+159
* Fix a few ooxml unit testsNick Burch2008-03-091-2/+2
* Update the word code to the new style ooxml stuffNick Burch2008-03-097-75/+104
* Get the powerpoint ooxml stuff converted over, and fix up a few testsNick Burch2008-03-097-77/+137
* Start to rename hslf and hwpf in ooxml to xslf and xwpfNick Burch2008-03-0810-4/+4
* More on converting the excel extractor to the new codeNick Burch2008-03-084-33/+51
* Start updating the excel extractor to the new style codeNick Burch2008-03-084-76/+78
* More shuffling of things out of src/scratchpad/ooxml-*Nick Burch2008-03-084-0/+393
* Start shuffling things out of the old src/scratchpad/ooxml-* directoriesNick Burch2008-03-0813-0/+1201
* Tweak method signature to match changes done in trunkNick Burch2008-03-082-4/+2
* Applied patches for bug #44566, thanks to Paolo Mottadelli <paolo.moz@gmail.c...Ugo Cei2008-03-0813-140/+441
* Applied patch from bug #44535 contributed by Paolo Mottadelli <paolo.moz@gmai...Ugo Cei2008-03-079-58/+472
* Applied patches for #44480, thanks to Paolo Mottadelli <p.mottadelli@sourcese...Ugo Cei2008-02-2911-162/+960
* Return a list of all pictures for a workbook. This shows a discrepancy betwee...Ugo Cei2008-02-198-9/+164
* Moved test data file to own package. Start writing some tests for parsing cel...Ugo Cei2008-02-195-1/+44
* Load shared strings table when loading workbook.Ugo Cei2008-02-138-47/+122
* Correct implementation of cell coordinates conversion.Ugo Cei2008-02-073-3/+66
* Fleshing out reading XSSF.Ugo Cei2008-02-074-16/+66
* XSSF implementation of header and footer. Contributed by Paolo Mottadelli <p....Ugo Cei2008-02-0714-193/+775
* Have iterating over rows and cells work with JDK 1.5 foreach loops through ja...Nick Burch2008-02-054-6/+31
* Introduce POIXMLDocument as common base class for all OOXML document types.Ugo Cei2008-02-042-19/+69
* 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-292-142/+401
* Initial support for loading workbooks off files.Ugo Cei2008-01-253-0/+64
* [ooxml branch] XSSFSheet get/setColumnWidth methods and tests, patch from PaoloNick Burch2008-01-254-3/+187
* Use new version of OpenXML4J that allows saving straight to an OutputStream w...Ugo Cei2008-01-252-26/+18
* Implementation of XSSFWorkbook#getSheet(String name). Implementation of XSSFW...Ugo Cei2008-01-242-3/+32
* Make HSSF* classes compile with JDK 1.4 interfaces.Ugo Cei2008-01-242-2/+148
* Fix implementation of XSSFWorkbook#cloneSheet and provide unit test.Ugo Cei2008-01-233-7/+60
* Implementation of XSSFRow#{get,set}Height and other methods. Patch contribute...Ugo Cei2008-01-224-31/+70
* Tests for XSSFWorkbook.Ugo Cei2008-01-224-23/+180
* Tests for XSSFSheet, contributed by Paolo Mottadelli <p.mottadelli@sourcesens...Ugo Cei2008-01-221-0/+93
* [ooxml-branch] Split the common ss interfaces into two sets - one that works ...Nick Burch2008-01-2137-18/+405
* Replace implementation with interface in return value declaration.Ugo Cei2008-01-161-2/+2
* Some OOXML implementation and interface code, just some basic Row and Cell-le...Ugo Cei2008-01-1626-0/+5610