aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Manually merge a few documentation updatesNick Burch2008-03-292-7/+9
* Manually merge over changes from trunk, so that tests pass, as svnmerge appea...Nick Burch2008-03-291-77/+79
* Merged revisions 612484-612511,612513-612519,612521-613394,613397-613399,6134...Nick Burch2008-03-2940-1487/+2822
* Merged revisions 638001-638784,638786-639486,639488-639601,639603-639836 via ...Nick Burch2008-03-2936-54/+5097
* Tell svnmerge to skip a few documentation related changesNick Burch2008-03-290-0/+0
* Merge changes from trunk to the ooxml branch - revisions 634630 to Nick Burch2008-03-2935-336/+1167
* XSSFCellStyle getFont method; XSSFFont class added all methods to be implemen...Paolo Mottadelli2008-03-254-5/+185
* XSSFCellBorder does not expose CTBorder object (same for XSSFCellFill); Style...Paolo Mottadelli2008-03-254-26/+29
* XSSFCellStyle fillColors support; XSSFCellFill class; testsPaolo Mottadelli2008-03-255-7/+166
* Add note about needing to give ant more memory to run all the testsNick Burch2008-03-221-0/+4
* New version of openxml4j, which supports reading from InputStreams. Enable Wo...Nick Burch2008-03-222-5/+7
* Now StylesTable works, re-enable previously failing cell test which now passesNick Burch2008-03-221-2/+2
* Write tests for xssf StylesTable, now able to round-trip just fineNick Burch2008-03-223-6/+194
* Quite a bit more xssf support for cell styles. Also, get all the ooxml tests ...Nick Burch2008-03-2214-46/+208
* Get it to the point that existing .xslx files can be loaded+saved, and opened...Nick Burch2008-03-217-12/+66
* Excel objects to <cols/> in a sheet, so avoid outputting thatNick Burch2008-03-213-2/+30
* 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-213-40/+103
* Tweak some build paths, and add in some tasks for running things like POIFSVi...Nick Burch2008-03-211-21/+60
* 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
* Add target single-test-ooxmlNick Burch2008-03-111-9/+31
* Start on a factory for producing the right WorkbookNick Burch2008-03-114-17/+184
* 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-08204-4011/+11061
* 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