| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | New ooxml4j, and finish getting xssf comments to be saved and re-loaded again | Nick Burch | 2008-04-03 | 2 | -2/+32 |
* | Fix the comments code so that we can correctly process existing XSSF comments... | Nick Burch | 2008-04-02 | 3 | -5/+39 |
* | Start to wire up the commentstable stuff, now partly in place, and partly tested | Nick Burch | 2008-03-31 | 3 | -2/+43 |
* | Shift comments support over onto new style XSSFModel, in preparation for read... | Nick Burch | 2008-03-31 | 4 | -34/+56 |
* | XSSF named range support | Nick Burch | 2008-03-31 | 2 | -16/+114 |
* | Add XSSF eventusermodel support | Nick Burch | 2008-03-30 | 2 | -0/+174 |
* | Improve how XSSFCell does error stuff | Nick Burch | 2008-03-30 | 2 | -27/+60 |
* | Make a start on running all the formula tests for xssf. Currently not enabled... | Nick Burch | 2008-03-30 | 1 | -1/+37 |
* | Few little short/int tweaks, and then tests to show that FormulaEvaluator pla... | Nick Burch | 2008-03-29 | 2 | -4/+13 |
* | Shuffle the FormulaParser stuff about, and get it all working with the new in... | Nick Burch | 2008-03-29 | 1 | -1/+10 |
* | XSSFCellStyle getFont method; XSSFFont class added all methods to be implemen... | Paolo Mottadelli | 2008-03-25 | 3 | -5/+174 |
* | XSSFCellBorder does not expose CTBorder object (same for XSSFCellFill); Style... | Paolo Mottadelli | 2008-03-25 | 3 | -23/+27 |
* | XSSFCellStyle fillColors support; XSSFCellFill class; tests | Paolo Mottadelli | 2008-03-25 | 3 | -7/+77 |
* | Write tests for xssf StylesTable, now able to round-trip just fine | Nick Burch | 2008-03-22 | 2 | -6/+22 |
* | Quite a bit more xssf support for cell styles. Also, get all the ooxml tests ... | Nick Burch | 2008-03-22 | 4 | -23/+82 |
* | Get it to the point that existing .xslx files can be loaded+saved, and opened... | Nick Burch | 2008-03-21 | 6 | -8/+52 |
* | Excel objects to <cols/> in a sheet, so avoid outputting that | Nick Burch | 2008-03-21 | 2 | -1/+24 |
* | New openxml4j. Also, re-order some of the xssfworkbook writing out steps, so ... | Nick Burch | 2008-03-21 | 1 | -37/+57 |
* | Start to tie up the XSSF cell styles stuff with the StylesTable code | Nick Burch | 2008-03-17 | 4 | -20/+97 |
* | Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbook | Nick Burch | 2008-03-16 | 3 | -115/+125 |
* | Start to tidy up the model loading, to reduce duplicated code, and make it cl... | Nick Burch | 2008-03-16 | 4 | -24/+110 |
* | Start supporting styles on the XSSFWorkbook, and tests for it | Nick Burch | 2008-03-16 | 2 | -17/+90 |
* | Move the SharedStringsTable to a more generic package, and make a start on th... | Nick Burch | 2008-03-16 | 3 | -2/+158 |
* | Further workarounds for java being rubbish, by having a dedicated class to cr... | Nick Burch | 2008-03-16 | 3 | -0/+79 |
* | Update some more documentation, and put in a workaround for needing to create... | Nick Burch | 2008-03-16 | 1 | -1/+6 |
* | Patch from Paolo from bug #44581 - fix ColumnHelper bug, and start on xssf st... | Nick Burch | 2008-03-13 | 7 | -46/+709 |
* | Start on a factory for producing the right Workbook | Nick Burch | 2008-03-11 | 1 | -0/+66 |
* | 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 | 4 | -30/+44 |
* | Get the powerpoint ooxml stuff converted over, and fix up a few tests | Nick Burch | 2008-03-09 | 4 | -54/+118 |
* | Start to rename hslf and hwpf in ooxml to xslf and xwpf | Nick Burch | 2008-03-08 | 6 | -4/+4 |
* | More on converting the excel extractor to the new code | Nick Burch | 2008-03-08 | 3 | -5/+27 |
* | Start updating the excel extractor to the new style code | Nick Burch | 2008-03-08 | 3 | -53/+56 |
* | More shuffling of things out of src/scratchpad/ooxml-* | Nick Burch | 2008-03-08 | 2 | -0/+132 |
* | Start shuffling things out of the old src/scratchpad/ooxml-* directories | Nick Burch | 2008-03-08 | 9 | -0/+738 |
* | Tweak method signature to match changes done in trunk | Nick Burch | 2008-03-08 | 1 | -1/+1 |
* | Applied patches for bug #44566, thanks to Paolo Mottadelli <paolo.moz@gmail.c... | Ugo Cei | 2008-03-08 | 7 | -81/+202 |
* | Applied patch from bug #44535 contributed by Paolo Mottadelli <paolo.moz@gmai... | Ugo Cei | 2008-03-07 | 4 | -5/+178 |
* | Applied patches for #44480, thanks to Paolo Mottadelli <p.mottadelli@sourcese... | Ugo Cei | 2008-02-29 | 6 | -153/+498 |
* | Return a list of all pictures for a workbook. This shows a discrepancy betwee... | Ugo Cei | 2008-02-19 | 4 | -9/+100 |
* | Moved test data file to own package.
Start writing some tests for parsing cel... | Ugo Cei | 2008-02-19 | 1 | -0/+8 |
* | Load shared strings table when loading workbook. | Ugo Cei | 2008-02-13 | 5 | -32/+84 |
* | Correct implementation of cell coordinates conversion. | Ugo Cei | 2008-02-07 | 1 | -1/+39 |
* | Fleshing out reading XSSF. | Ugo Cei | 2008-02-07 | 3 | -16/+55 |
* | XSSF implementation of header and footer. Contributed by Paolo Mottadelli <p.... | Ugo Cei | 2008-02-07 | 10 | -127/+505 |
* | Have iterating over rows and cells work with JDK 1.5 foreach loops through ja... | Nick Burch | 2008-02-05 | 2 | -0/+14 |
* | Introduce POIXMLDocument as common base class for all OOXML document types. | Ugo Cei | 2008-02-04 | 2 | -19/+69 |
* | Commit patch from Paolo <p.mottadelli@sourcesense.com> attached to bug #44319. | Ugo Cei | 2008-01-29 | 1 | -50/+161 |
* | Initial support for loading workbooks off files. | Ugo Cei | 2008-01-25 | 1 | -0/+28 |
* | [ooxml branch] XSSFSheet get/setColumnWidth methods and tests, patch from Paolo | Nick Burch | 2008-01-25 | 2 | -3/+108 |