| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Start on bug 45540, not fixed yet though | Nick Burch | 2008-08-05 | 1 | -0/+24 |
* | Change how we do the control and drawing write out, so that XSSFRelation can ... | Nick Burch | 2008-07-30 | 1 | -4/+0 |
* | Tidying up of some xssfmodel stuff, by doing more work generically in XSSFRel... | Nick Burch | 2008-07-29 | 1 | -1/+18 |
* | More work on bug #45431 - Support for .xlsm files, sufficient for simple file... | Nick Burch | 2008-07-29 | 1 | -0/+3 |
* | Improved .xlsm support - still not quite there though | Nick Burch | 2008-07-29 | 1 | -0/+6 |
* | New openxml4j version, and new save/reload test | Nick Burch | 2008-07-28 | 1 | -3/+8 |
* | Partial support for .xlsm files (bug #45431), but still not quite there as th... | Nick Burch | 2008-07-18 | 1 | -0/+51 |
* | Fix bug #45430 - Correct named range sheet reporting when no local sheet id i... | Nick Burch | 2008-07-18 | 2 | -0/+59 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-07-12 | 2 | -0/+50 |
* | Update to ooxml embeding from bug #45018 from Yury | Nick Burch | 2008-05-28 | 4 | -3/+3 |
* | More merging, plus tests for embeded ooxml files | Nick Burch | 2008-05-27 | 1 | -0/+83 |
* | Sample embeded ooxml files from bug #45018 | Nick Burch | 2008-05-27 | 3 | -0/+0 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-05-20 | 1 | -0/+59 |
* | ColumnHelper get/setColDefaultStyle; XSSFSheet setDefaultColumnStyle; XSSFCel... | Paolo Mottadelli | 2008-04-10 | 4 | -14/+86 |
* | XSSFSheet removeMergedRegion + tests | Paolo Mottadelli | 2008-04-09 | 1 | -0/+21 |
* | Tweak how we do ooxml properties, and handle hyperlinks for word documents wh... | Nick Burch | 2008-04-09 | 3 | -22/+62 |
* | Shuffle the common text extractor stuff from scratchpad to ooxml, to match th... | Nick Burch | 2008-04-09 | 1 | -0/+303 |
* | XSSFSheet getNumMergedRegions, getMergedRegionAt methods + tests | Paolo Mottadelli | 2008-04-07 | 1 | -0/+22 |
* | XSSFSheet freeze/splitPane support + tests | Paolo Mottadelli | 2008-04-07 | 1 | -0/+19 |
* | Fix the xssfcomments support, so we don't double-add the underlying ctcomment... | Nick Burch | 2008-04-07 | 2 | -4/+70 |
* | Finish off XSSFHyperlink support | Nick Burch | 2008-04-07 | 1 | -5/+106 |
* | AllXSSFTests fixed after moving TestCellReference | Paolo Mottadelli | 2008-04-06 | 1 | -1/+1 |
* | XSSFSheet addMergedRegion + Region class moved to org.apache.poi.ss.util.Regi... | Paolo Mottadelli | 2008-04-06 | 1 | -171/+0 |
* | Fix for bug 44708. XSSFCell.getCellType() now returns CELL_TYPE_BLANK for num... | Josh Micich | 2008-04-06 | 4 | -61/+203 |
* | TestXSSFCellStyle fixed after StylesTable initialization stuff | Paolo Mottadelli | 2008-04-06 | 1 | -6/+8 |
* | Completed StylesTable initialization in order to create a new 'POIzed' file r... | Paolo Mottadelli | 2008-04-06 | 1 | -0/+62 |
* | More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just nee... | Nick Burch | 2008-04-05 | 1 | -0/+86 |
* | Move CellReference from hssf.util into ss.util, but leave a class in the old ... | Nick Burch | 2008-04-05 | 2 | -40/+94 |
* | XSSFCellStyle borderStyle methods -> TODO: borderColor related methods tests | Paolo Mottadelli | 2008-04-05 | 2 | -11/+27 |
* | XSSFCellAlignment get/setTextRotation + get/setWrapText + tests | Paolo Mottadelli | 2008-04-05 | 1 | -0/+8 |
* | XSSFCellStyle alignment methods and others + tests | Paolo Mottadelli | 2008-04-05 | 1 | -2/+48 |
* | More tests for xssf comments. Now almost all there and working, except for ri... | Nick Burch | 2008-04-03 | 1 | -1/+105 |
* | New ooxml4j, and finish getting xssf comments to be saved and re-loaded again | Nick Burch | 2008-04-03 | 1 | -1/+2 |
* | Fix the comments code so that we can correctly process existing XSSF comments... | Nick Burch | 2008-04-02 | 1 | -6/+76 |
* | Start to wire up the commentstable stuff, now partly in place, and partly tested | Nick Burch | 2008-03-31 | 1 | -1/+25 |
* | Shift comments support over onto new style XSSFModel, in preparation for read... | Nick Burch | 2008-03-31 | 4 | -20/+20 |
* | XSSF named range support | Nick Burch | 2008-03-31 | 1 | -1/+89 |
* | Add XSSF eventusermodel support | Nick Burch | 2008-03-30 | 1 | -0/+111 |
* | Improve how XSSFCell does error stuff | Nick Burch | 2008-03-30 | 1 | -3/+11 |
* | Make a start on running all the formula tests for xssf. Currently not enabled... | Nick Burch | 2008-03-30 | 1 | -0/+341 |
* | Few little short/int tweaks, and then tests to show that FormulaEvaluator pla... | Nick Burch | 2008-03-29 | 1 | -0/+104 |
* | XSSFCellStyle getFont method; XSSFFont class added all methods to be implemen... | Paolo Mottadelli | 2008-03-25 | 1 | -0/+11 |
* | XSSFCellBorder does not expose CTBorder object (same for XSSFCellFill); Style... | Paolo Mottadelli | 2008-03-25 | 1 | -3/+2 |
* | XSSFCellStyle fillColors support; XSSFCellFill class; tests | Paolo Mottadelli | 2008-03-25 | 2 | -0/+89 |
* | New version of openxml4j, which supports reading from InputStreams. Enable Wo... | Nick Burch | 2008-03-22 | 1 | -3/+5 |
* | Now StylesTable works, re-enable previously failing cell test which now passes | Nick Burch | 2008-03-22 | 1 | -2/+2 |
* | Write tests for xssf StylesTable, now able to round-trip just fine | Nick Burch | 2008-03-22 | 1 | -0/+172 |
* | Quite a bit more xssf support for cell styles. Also, get all the ooxml tests ... | Nick Burch | 2008-03-22 | 4 | -8/+102 |
* | Get it to the point that existing .xslx files can be loaded+saved, and opened... | Nick Burch | 2008-03-21 | 1 | -4/+14 |
* | Excel objects to <cols/> in a sheet, so avoid outputting that | Nick Burch | 2008-03-21 | 1 | -1/+6 |