| Commit message (Expand) | Author | Age | Files | Lines |
* | modified EvaluationCell to make Evaluation API more easily wrapable. | Josh Micich | 2008-12-03 | 1 | -10/+7 |
* | properly set font size when applying indexed font | Yegor Kozlov | 2008-11-25 | 1 | -0/+1 |
* | renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp... | Yegor Kozlov | 2008-11-21 | 9 | -67/+114 |
* | applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFPara... | Yegor Kozlov | 2008-11-20 | 5 | -173/+1659 |
* | fixing test hierarchies | Josh Micich | 2008-11-19 | 2 | -3/+46 |
* | consolidated TestXSSFHeaderFooter | Josh Micich | 2008-11-19 | 2 | -67/+43 |
* | Initial support for union operator in FormulaParser (fix for broken junits) | Josh Micich | 2008-11-19 | 2 | -11/+51 |
* | Fixed XSSFName and test cases | Josh Micich | 2008-11-18 | 3 | -15/+32 |
* | applied fix suggested in bug#46197: missing cast to float resulted in incorec... | Yegor Kozlov | 2008-11-16 | 2 | -12/+44 |
* | Follow-on from r713909 (bug 46174) - fixing Name to support general formulas | Josh Micich | 2008-11-15 | 2 | -18/+33 |
* | applied patch #46212 by Gisella Bronzetti: initial implementation of XWPFRun ... | Yegor Kozlov | 2008-11-15 | 5 | -105/+824 |
* | more updates in javadocs and site documentation, also misc improvements in co... | Yegor Kozlov | 2008-11-14 | 7 | -345/+565 |
* | 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w... | Yegor Kozlov | 2008-11-14 | 5 | -28/+66 |
* | Changes to formula evaluation allowing for reduced memory usage | Josh Micich | 2008-11-13 | 1 | -1/+10 |
* | common ss interfaces for drawing, clientacnhor and picture, also some refacto... | Yegor Kozlov | 2008-11-12 | 9 | -31/+221 |
* | bug# 45973: added factory method for FormulaEvaluator, also fixed unpaired ta... | Yegor Kozlov | 2008-11-11 | 3 | -1/+27 |
* | converted non-ascii characters to unicode to keep compilers on UTF-8 systems ... | Yegor Kozlov | 2008-11-09 | 9 | -39/+54 |
* | 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f... | Yegor Kozlov | 2008-11-09 | 46 | -1247/+823 |
* | javadocs cleanup | Yegor Kozlov | 2008-11-07 | 11 | -478/+472 |
* | 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessP... | Yegor Kozlov | 2008-11-06 | 5 | -54/+48 |
* | Fixed compilation error introduced in r708982 | Josh Micich | 2008-10-30 | 1 | -0/+7 |
* | applied patches #46119, #46120 and #46078 by Gizella Bronzetti | Yegor Kozlov | 2008-10-30 | 10 | -20/+278 |
* | more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex... | Yegor Kozlov | 2008-10-29 | 23 | -438/+593 |
* | 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 | 49 | -881/+190 |
* | improved XSSFName:check for name uniqueness, validate name name, more unit te... | Yegor Kozlov | 2008-10-27 | 5 | -82/+321 |
* | applied patches #46079, #46080 and #46081 by Gisella Bronzetti | Yegor Kozlov | 2008-10-25 | 4 | -194/+371 |
* | more cleanup and refactoring of the ooxml code:1. removed deprecated methods ... | Yegor Kozlov | 2008-10-25 | 31 | -511/+441 |
* | 1. important algorithmic improvements of XSSFRow and XSSFSheet, removed Linke... | Yegor Kozlov | 2008-10-23 | 9 | -622/+1081 |
* | 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod... | Yegor Kozlov | 2008-10-21 | 22 | -294/+446 |
* | cleanup of POIXMLDocument constructors and related sub-classes | Yegor Kozlov | 2008-10-19 | 5 | -85/+108 |
* | more code cleanup and refactoring: (a) removed references to ooxml schemas fr... | Yegor Kozlov | 2008-10-19 | 34 | -936/+733 |
* | applied patch #46003 by Gisella Bronzetti | Yegor Kozlov | 2008-10-17 | 3 | -67/+340 |
* | applied patches #46004 and #46006 submitted by Gisella Bronzetti | Yegor Kozlov | 2008-10-17 | 4 | -59/+241 |
* | more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin... | Yegor Kozlov | 2008-10-17 | 27 | -395/+1207 |
* | refactored POIXMLFactory and related classes; simplified XSSFRelation - now i... | Yegor Kozlov | 2008-10-12 | 10 | -335/+197 |
* | applied patch #45967 by Gisella Bronzetti: support for XSSFPrintSetup object | Yegor Kozlov | 2008-10-12 | 11 | -29/+910 |
* | Initial support for SpreadsheetML drawings,implemented XSSFPicture, added abi... | Yegor Kozlov | 2008-10-10 | 23 | -181/+1712 |
* | Merged revisions 703092 via svnmerge from | Josh Micich | 2008-10-09 | 3 | -4/+21 |
* | Merged revisions 703063 via svnmerge from | Josh Micich | 2008-10-09 | 4 | -18/+158 |
* | applied patch #45492 submitted by Gisella Bronzetti,also performed major clea... | Yegor Kozlov | 2008-10-05 | 16 | -752/+2163 |
* | applied patches provided by Gisella Bronzetti in bugs #45918, #45917 and #45920 | Yegor Kozlov | 2008-10-01 | 6 | -634/+1051 |
* | iterator over sheet data in XSSFReader returns sheets in logical order, i.e.... | Yegor Kozlov | 2008-10-01 | 2 | -113/+202 |
* | refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X... | Yegor Kozlov | 2008-09-30 | 25 | -2255/+3021 |
* | Merged revisions 699178,699487,699489,699761 via svnmerge from | Josh Micich | 2008-09-29 | 1 | -12/+9 |
* | Cleaned up test code | Josh Micich | 2008-09-29 | 1 | -80/+51 |
* | Clean-up of generics in XSSFRelation | Josh Micich | 2008-09-29 | 3 | -2121/+2168 |
* | Applied patch 45899 - XSSFWorkbook getActiveSheetIndex / setActiveSheet | Josh Micich | 2008-09-29 | 4 | -44/+62 |
* | Applied patch 45898 - fixed XSSFCellFill getFillBackgroundColor and getFillF... | Josh Micich | 2008-09-29 | 5 | -1061/+1100 |