| Commit message (Expand) | Author | Age | Files | Lines |
* | more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex... | Yegor Kozlov | 2008-10-29 | 3 | -30/+44 |
* | belongs to r708506 | Yegor Kozlov | 2008-10-28 | 1 | -123/+0 |
* | moved FontUnderline to interfaces-jdk15 | Yegor Kozlov | 2008-10-28 | 1 | -0/+121 |
* | 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ... | Yegor Kozlov | 2008-10-28 | 20 | -323/+1194 |
* | more cleanup and refactoring of the ooxml code:1. removed deprecated methods ... | Yegor Kozlov | 2008-10-25 | 2 | -52/+0 |
* | 1. important algorithmic improvements of XSSFRow and XSSFSheet, removed Linke... | Yegor Kozlov | 2008-10-23 | 2 | -41/+147 |
* | 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod... | Yegor Kozlov | 2008-10-21 | 3 | -66/+15 |
* | more code cleanup and refactoring: (a) removed references to ooxml schemas fr... | Yegor Kozlov | 2008-10-19 | 1 | -12/+0 |
* | more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin... | Yegor Kozlov | 2008-10-17 | 2 | -31/+0 |
* | refactored POIXMLFactory and related classes; simplified XSSFRelation - now i... | Yegor Kozlov | 2008-10-12 | 1 | -2/+0 |
* | applied patch #45967 by Gisella Bronzetti: support for XSSFPrintSetup object | Yegor Kozlov | 2008-10-12 | 1 | -13/+1 |
* | Initial support for SpreadsheetML drawings,implemented XSSFPicture, added abi... | Yegor Kozlov | 2008-10-10 | 1 | -1/+1 |
* | Merged revisions 703092 via svnmerge from | Josh Micich | 2008-10-09 | 1 | -3/+6 |
* | applied patch #45492 submitted by Gisella Bronzetti,also performed major clea... | Yegor Kozlov | 2008-10-05 | 2 | -9/+12 |
* | refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X... | Yegor Kozlov | 2008-09-30 | 1 | -4/+1 |
* | Applied patch 45899 - XSSFWorkbook getActiveSheetIndex / setActiveSheet | Josh Micich | 2008-09-29 | 1 | -14/+7 |
* | applied patches #45894 and #45892, also major cleanup of XSSFSheet and relate... | Yegor Kozlov | 2008-09-26 | 2 | -31/+0 |
* | Merged revisions 696860,696898 via svnmerge from | Josh Micich | 2008-09-19 | 1 | -27/+0 |
* | 1. initial support for rich text in xssf" | Yegor Kozlov | 2008-09-18 | 4 | -66/+3 |
* | merged 696075,696084 from trunk - (Fix for bug 45805 - 16-bit signed/unsigned... | Josh Micich | 2008-09-17 | 1 | -22/+49 |
* | Minor fixes to get junits working after r695832. Updates to align with new s... | Josh Micich | 2008-09-17 | 1 | -25/+0 |
* | Preserve rich text across read-write of SharedStringsTable, also improved per... | Yegor Kozlov | 2008-09-16 | 4 | -70/+4 |
* | Merged revisions 695264,695303,695420 via svnmerge from | Nick Burch | 2008-09-15 | 1 | -2/+1 |
* | Merged revisions 693591,693639,693658,693939,693941,693947,693990,694050,6940... | Nick Burch | 2008-09-13 | 1 | -0/+2 |
* | Support stripping XSSF header and footer fields (eg page number) out of heade... | Nick Burch | 2008-08-14 | 2 | -0/+14 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-08-11 | 1 | -1/+2 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-08-09 | 1 | -1/+3 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-08-09 | 1 | -2/+1 |
* | 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 |