| Commit message (Expand) | Author | Age | Files | Lines |
* | moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do ... | Yegor Kozlov | 2009-04-08 | 61 | -6312/+0 |
* | Bugzilla 46973 - fixed defined names to behave better when refersToFormula is... | Josh Micich | 2009-04-06 | 1 | -5/+5 |
* | more refactoring of common ss tests | Yegor Kozlov | 2009-03-29 | 2 | -9/+3 |
* | improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa... | Yegor Kozlov | 2009-03-27 | 3 | -7/+26 |
* | added modifiers for anchor type to XSSFClientAnchor | Yegor Kozlov | 2009-03-21 | 1 | -0/+64 |
* | added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int... | Yegor Kozlov | 2009-02-24 | 1 | -0/+24 |
* | fixed autoSizeColumn() to use cached formula values when processing formula c... | Yegor Kozlov | 2009-02-19 | 1 | -0/+8 |
* | Bugzilla 46660 - added 'hidden' property to Workbook | Josh Micich | 2009-02-13 | 1 | -3/+12 |
* | Improved error handling for problems described in bugzilla 46569 - Changed Sh... | Yegor Kozlov | 2009-02-06 | 1 | -0/+5 |
* | Support for reading HSSF column styles | Nick Burch | 2009-01-06 | 1 | -0/+13 |
* | 1. added support for shared formulas in XSSF, see bug #464332. improved valid... | Yegor Kozlov | 2008-12-22 | 1 | -1/+24 |
* | Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() ... | Yegor Kozlov | 2008-12-17 | 3 | -0/+21 |
* | 1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any c... | Yegor Kozlov | 2008-12-12 | 1 | -2/+4 |
* | 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen... | Yegor Kozlov | 2008-12-04 | 2 | -1/+31 |
* | renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp... | Yegor Kozlov | 2008-11-21 | 2 | -20/+81 |
* | applied fix suggested in bug#46197: missing cast to float resulted in incorec... | Yegor Kozlov | 2008-11-16 | 1 | -0/+9 |
* | Follow-on from r713909 (bug 46174) - fixing Name to support general formulas | Josh Micich | 2008-11-15 | 1 | -6/+13 |
* | more updates in javadocs and site documentation, also misc improvements in co... | Yegor Kozlov | 2008-11-14 | 5 | -322/+558 |
* | 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w... | Yegor Kozlov | 2008-11-14 | 2 | -12/+38 |
* | common ss interfaces for drawing, clientacnhor and picture, also some refacto... | Yegor Kozlov | 2008-11-12 | 5 | -23/+196 |
* | bug# 45973: added factory method for FormulaEvaluator, also fixed unpaired ta... | Yegor Kozlov | 2008-11-11 | 2 | -0/+16 |
* | 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 |