aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Upgrade the ooxml branch to use v1.3 of the apache doc formatNick Burch2008-03-2135-59/+1772
* [ooxml branch] Reformat, and some slight tweaks on ooxml support detailsNick Burch2008-03-191-16/+15
* Start to tie up the XSSF cell styles stuff with the StylesTable codeNick Burch2008-03-177-34/+134
* Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbookNick Burch2008-03-166-129/+151
* Start to tidy up the model loading, to reduce duplicated code, and make it cl...Nick Burch2008-03-167-24/+151
* Start supporting styles on the XSSFWorkbook, and tests for itNick Burch2008-03-165-17/+154
* Move the SharedStringsTable to a more generic package, and make a start on th...Nick Burch2008-03-163-2/+158
* More create helper stuff, and some sample formatting filesNick Burch2008-03-167-15/+95
* 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-166-5/+128
* Re-name some documentation directories, so they have better names now cover o...Nick Burch2008-03-1622-5/+5
* 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-113-15/+182
* 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-085-79/+82
* More shuffling of things out of src/scratchpad/ooxml-*Nick Burch2008-03-0810-716/+11
* Start shuffling things out of the old src/scratchpad/ooxml-* directoriesNick Burch2008-03-0814-51/+39
* Tweak documentation for ss instead of hssfNick Burch2008-03-0816-10/+11
* Start updating docs for ooxml branchNick Burch2008-03-081-11/+20
* Tweak method signature to match changes done in trunkNick Burch2008-03-083-9/+20
* Merged revisions 627779-634630 via svnmerge from Ugo Cei2008-03-08201-3993/+11030
* 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-199-19/+170
* Moved test data file to own package. Start writing some tests for parsing cel...Ugo Cei2008-02-195-1/+44
* Merged revisions 618680-620582 via svnmerge from Ugo Cei2008-02-1333-529/+1869
* 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-056-7/+45
* Merged revisions 618328 via svnmerge from Ugo Cei2008-02-041-1/+1
* Merged revisions 615190-618235 via svnmerge from Ugo Cei2008-02-0467-260/+3165
* 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
* Merged revisions 614878-614909 via svnmerge from Ugo Cei2008-01-259-46/+328
* Implementation of XSSFWorkbook#getSheet(String name). Implementation of XSSFW...Ugo Cei2008-01-242-3/+32
* Tidy up some duplicated code, now that openxml4j has RelationshipSourceNick Burch2008-01-241-14/+3
* Make HSSF* classes compile with JDK 1.4 interfaces.Ugo Cei2008-01-248-113/+167
* Merged revisions 614274 via svnmerge from Ugo Cei2008-01-241-1/+1
* Merged revisions 614211 via svnmerge from Ugo Cei2008-01-245-22/+50