| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to ooxml embeding from bug #45018 from Yury | Nick Burch | 2008-05-28 | 8 | -11/+53 |
* | More merging, plus tests for embeded ooxml files | Nick Burch | 2008-05-27 | 2 | -8/+102 |
* | Sample embeded ooxml files from bug #45018 | Nick Burch | 2008-05-27 | 3 | -0/+0 |
* | Patch from Yury from bug #45018 - Support for fetching embeded documents from... | Nick Burch | 2008-05-23 | 3 | -1/+30 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-05-23 | 4 | -3/+74 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-05-20 | 4 | -1/+129 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-05-16 | 1 | -1/+3 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-05-06 | 1 | -7/+5 |
* | Improved hyperlink and comment fetching for xwpf text extraction, based on th... | Nick Burch | 2008-04-27 | 11 | -65/+560 |
* | Fix up interfaces to compile cleanly all on jdk14s | Nick Burch | 2008-04-23 | 2 | -4/+13 |
* | In the ooxml branch, convert the formula stuff from using hssf.HSSFWorkbook t... | Nick Burch | 2008-04-15 | 2 | -2/+54 |
* | Start on interfaces for powerpoint | Nick Burch | 2008-04-11 | 26 | -58/+846 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-04-10 | 1 | -1/+2 |
* | ColumnHelper get/setColDefaultStyle; XSSFSheet setDefaultColumnStyle; XSSFCel... | Paolo Mottadelli | 2008-04-10 | 9 | -46/+162 |
* | XSSFSheet removeMergedRegion + tests | Paolo Mottadelli | 2008-04-09 | 2 | -3/+31 |
* | Tweak how we do ooxml properties, and handle hyperlinks for word documents wh... | Nick Burch | 2008-04-09 | 8 | -49/+268 |
* | Shuffle the common text extractor stuff from scratchpad to ooxml, to match th... | Nick Burch | 2008-04-09 | 2 | -0/+431 |
* | XSSFSheet getNumMergedRegions, getMergedRegionAt methods + tests | Paolo Mottadelli | 2008-04-07 | 2 | -7/+33 |
* | XSSFSheet freeze/splitPane support + tests | Paolo Mottadelli | 2008-04-07 | 2 | -7/+38 |
* | Fix the xssfcomments support, so we don't double-add the underlying ctcomment... | Nick Burch | 2008-04-07 | 6 | -30/+88 |
* | Finish off XSSFHyperlink support | Nick Burch | 2008-04-07 | 4 | -25/+151 |
* | AllXSSFTests fixed after moving TestCellReference | Paolo Mottadelli | 2008-04-06 | 1 | -1/+1 |
* | XSSFSheet some non-public methods moved to the bottom | Paolo Mottadelli | 2008-04-06 | 1 | -42/+42 |
* | XSSFSheet addMergedRegion + Region class moved to org.apache.poi.ss.util.Regi... | Paolo Mottadelli | 2008-04-06 | 3 | -175/+15 |
* | Fix for bug 44708. XSSFCell.getCellType() now returns CELL_TYPE_BLANK for num... | Josh Micich | 2008-04-06 | 6 | -156/+326 |
* | TestXSSFCellStyle fixed after StylesTable initialization stuff | Paolo Mottadelli | 2008-04-06 | 2 | -6/+11 |
* | Completed StylesTable initialization in order to create a new 'POIzed' file r... | Paolo Mottadelli | 2008-04-06 | 6 | -22/+160 |
* | More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just nee... | Nick Burch | 2008-04-05 | 11 | -52/+270 |
* | Move CellReference from hssf.util into ss.util, but leave a class in the old ... | Nick Burch | 2008-04-05 | 8 | -155/+111 |
* | XSSFCellStyle borderStyle methods -> TODO: borderColor related methods tests | Paolo Mottadelli | 2008-04-05 | 4 | -52/+98 |
* | XSSFCellAlignment get/setTextRotation + get/setWrapText + tests | Paolo Mottadelli | 2008-04-05 | 3 | -4/+18 |
* | XSSFCellStyle alignment methods and others + tests | Paolo Mottadelli | 2008-04-05 | 4 | -35/+133 |
* | Create Hyperlink interface, based on HSSFHyperlink. Stub out for XSSF, but ha... | Nick Burch | 2008-04-04 | 5 | -0/+308 |
* | More tests for xssf comments. Now almost all there and working, except for ri... | Nick Burch | 2008-04-03 | 3 | -2/+111 |
* | New ooxml4j, and finish getting xssf comments to be saved and re-loaded again | Nick Burch | 2008-04-03 | 3 | -3/+34 |
* | Fix the comments code so that we can correctly process existing XSSF comments... | Nick Burch | 2008-04-02 | 5 | -12/+120 |
* | Fix up the jdk1.4 interfaces, so that it all compiles and is happy once again | Nick Burch | 2008-04-01 | 6 | -6/+97 |
* | Start to wire up the commentstable stuff, now partly in place, and partly tested | Nick Burch | 2008-03-31 | 5 | -3/+70 |
* | Shift comments support over onto new style XSSFModel, in preparation for read... | Nick Burch | 2008-03-31 | 10 | -56/+114 |
* | XSSF named range support | Nick Burch | 2008-03-31 | 3 | -17/+203 |
* | Add XSSF eventusermodel support | Nick Burch | 2008-03-30 | 3 | -0/+285 |
* | Improve how XSSFCell does error stuff | Nick Burch | 2008-03-30 | 4 | -30/+91 |
* | Make a start on running all the formula tests for xssf. Currently not enabled... | Nick Burch | 2008-03-30 | 2 | -1/+378 |
* | 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 | 4 | -5/+129 |
* | Shuffle the FormulaParser stuff about, and get it all working with the new in... | Nick Burch | 2008-03-29 | 2 | -1/+18 |
* | XSSFCellStyle getFont method; XSSFFont class added all methods to be implemen... | Paolo Mottadelli | 2008-03-25 | 4 | -5/+185 |
* | XSSFCellBorder does not expose CTBorder object (same for XSSFCellFill); Style... | Paolo Mottadelli | 2008-03-25 | 4 | -26/+29 |
* | XSSFCellStyle fillColors support; XSSFCellFill class; tests | Paolo Mottadelli | 2008-03-25 | 5 | -7/+166 |
* | New version of openxml4j, which supports reading from InputStreams. Enable Wo... | Nick Burch | 2008-03-22 | 1 | -3/+5 |