| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-08-07 | 1 | -1/+1 |
* | Add a common interface for HSSF and XSSF excel extractors, to make setting th... | Nick Burch | 2008-08-05 | 1 | -0/+44 |
* | Improve support, tests and documentation for xssf headers and footers | Nick Burch | 2008-08-05 | 1 | -2/+6 |
* | Slight tidy up of header/footer interface | Nick Burch | 2008-08-04 | 2 | -8/+4 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-07-12 | 1 | -1/+18 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-05-23 | 1 | -1/+18 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-05-20 | 1 | -1/+30 |
* | In the ooxml branch, convert the formula stuff from using hssf.HSSFWorkbook t... | Nick Burch | 2008-04-15 | 1 | -0/+21 |
* | Start on interfaces for powerpoint | Nick Burch | 2008-04-11 | 26 | -58/+846 |
* | ColumnHelper get/setColDefaultStyle; XSSFSheet setDefaultColumnStyle; XSSFCel... | Paolo Mottadelli | 2008-04-10 | 1 | -0/+2 |
* | Fix the xssfcomments support, so we don't double-add the underlying ctcomment... | Nick Burch | 2008-04-07 | 1 | -4/+0 |
* | XSSFSheet addMergedRegion + Region class moved to org.apache.poi.ss.util.Regi... | Paolo Mottadelli | 2008-04-06 | 1 | -1/+1 |
* | Fix for bug 44708. XSSFCell.getCellType() now returns CELL_TYPE_BLANK for num... | Josh Micich | 2008-04-06 | 1 | -1/+2 |
* | More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just nee... | Nick Burch | 2008-04-05 | 3 | -8/+19 |
* | Move CellReference from hssf.util into ss.util, but leave a class in the old ... | Nick Burch | 2008-04-05 | 1 | -1/+1 |
* | Create Hyperlink interface, based on HSSFHyperlink. Stub out for XSSF, but ha... | Nick Burch | 2008-04-04 | 2 | -0/+141 |
* | Fix the comments code so that we can correctly process existing XSSF comments... | Nick Burch | 2008-04-02 | 1 | -1/+5 |
* | Start to wire up the commentstable stuff, now partly in place, and partly tested | Nick Burch | 2008-03-31 | 1 | -0/+2 |
* | Shift comments support over onto new style XSSFModel, in preparation for read... | Nick Burch | 2008-03-31 | 2 | -2/+38 |
* | Improve how XSSFCell does error stuff | Nick Burch | 2008-03-30 | 1 | -0/+20 |
* | Make the jdk 1.5 interfaces a bit more jdk 1.5 friendly | Nick Burch | 2008-03-29 | 2 | -4/+4 |
* | Few little short/int tweaks, and then tests to show that FormulaEvaluator pla... | Nick Burch | 2008-03-29 | 1 | -1/+12 |
* | Shuffle the FormulaParser stuff about, and get it all working with the new in... | Nick Burch | 2008-03-29 | 1 | -0/+8 |
* | Quite a bit more xssf support for cell styles. Also, get all the ooxml tests ... | Nick Burch | 2008-03-22 | 1 | -1/+5 |
* | Start to tie up the XSSF cell styles stuff with the StylesTable code | Nick Burch | 2008-03-17 | 1 | -0/+3 |
* | Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbook | Nick Burch | 2008-03-16 | 2 | -11/+2 |
* | Start to tidy up the model loading, to reduce duplicated code, and make it cl... | Nick Burch | 2008-03-16 | 2 | -0/+14 |
* | Start supporting styles on the XSSFWorkbook, and tests for it | Nick Burch | 2008-03-16 | 1 | -0/+22 |
* | Further workarounds for java being rubbish, by having a dedicated class to cr... | Nick Burch | 2008-03-16 | 4 | -15/+51 |
* | Update some more documentation, and put in a workaround for needing to create... | Nick Burch | 2008-03-16 | 2 | -3/+19 |
* | Tweak method signature to match changes done in trunk | Nick Burch | 2008-03-08 | 1 | -3/+1 |
* | Return a list of all pictures for a workbook. This shows a discrepancy betwee... | Ugo Cei | 2008-02-19 | 1 | -0/+36 |
* | Have iterating over rows and cells work with JDK 1.5 foreach loops through ja... | Nick Burch | 2008-02-05 | 2 | -6/+17 |
* | [ooxml-branch] Split the common ss interfaces into two sets - one that works ... | Nick Burch | 2008-01-21 | 18 | -0/+3636 |