aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* modified EvaluationCell to make Evaluation API more easily wrapable.Josh Micich2008-12-031-10/+7
* properly set font size when applying indexed fontYegor Kozlov2008-11-251-0/+1
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp...Yegor Kozlov2008-11-219-67/+114
* applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFPara...Yegor Kozlov2008-11-205-173/+1659
* fixing test hierarchiesJosh Micich2008-11-192-3/+46
* consolidated TestXSSFHeaderFooterJosh Micich2008-11-192-67/+43
* Initial support for union operator in FormulaParser (fix for broken junits)Josh Micich2008-11-192-11/+51
* Fixed XSSFName and test casesJosh Micich2008-11-183-15/+32
* applied fix suggested in bug#46197: missing cast to float resulted in incorec...Yegor Kozlov2008-11-162-12/+44
* Follow-on from r713909 (bug 46174) - fixing Name to support general formulasJosh Micich2008-11-152-18/+33
* applied patch #46212 by Gisella Bronzetti: initial implementation of XWPFRun ...Yegor Kozlov2008-11-155-105/+824
* more updates in javadocs and site documentation, also misc improvements in co...Yegor Kozlov2008-11-147-345/+565
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-145-28/+66
* Changes to formula evaluation allowing for reduced memory usageJosh Micich2008-11-131-1/+10
* common ss interfaces for drawing, clientacnhor and picture, also some refacto...Yegor Kozlov2008-11-129-31/+221
* bug# 45973: added factory method for FormulaEvaluator, also fixed unpaired ta...Yegor Kozlov2008-11-113-1/+27
* converted non-ascii characters to unicode to keep compilers on UTF-8 systems ...Yegor Kozlov2008-11-099-39/+54
* 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f...Yegor Kozlov2008-11-0946-1247/+823
* javadocs cleanupYegor Kozlov2008-11-0711-478/+472
* 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessP...Yegor Kozlov2008-11-065-54/+48
* Fixed compilation error introduced in r708982Josh Micich2008-10-301-0/+7
* applied patches #46119, #46120 and #46078 by Gizella BronzettiYegor Kozlov2008-10-3010-20/+278
* more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex...Yegor Kozlov2008-10-2923-438/+593
* belongs to r708506Yegor Kozlov2008-10-281-123/+0
* moved FontUnderline to interfaces-jdk15Yegor Kozlov2008-10-281-0/+121
* 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ...Yegor Kozlov2008-10-2849-881/+190
* improved XSSFName:check for name uniqueness, validate name name, more unit te...Yegor Kozlov2008-10-275-82/+321
* applied patches #46079, #46080 and #46081 by Gisella BronzettiYegor Kozlov2008-10-254-194/+371
* more cleanup and refactoring of the ooxml code:1. removed deprecated methods ...Yegor Kozlov2008-10-2531-511/+441
* 1. important algorithmic improvements of XSSFRow and XSSFSheet, removed Linke...Yegor Kozlov2008-10-239-622/+1081
* 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod...Yegor Kozlov2008-10-2122-294/+446
* cleanup of POIXMLDocument constructors and related sub-classesYegor Kozlov2008-10-195-85/+108
* more code cleanup and refactoring: (a) removed references to ooxml schemas fr...Yegor Kozlov2008-10-1934-936/+733
* applied patch #46003 by Gisella BronzettiYegor Kozlov2008-10-173-67/+340
* applied patches #46004 and #46006 submitted by Gisella BronzettiYegor Kozlov2008-10-174-59/+241
* more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin...Yegor Kozlov2008-10-1727-395/+1207
* refactored POIXMLFactory and related classes; simplified XSSFRelation - now i...Yegor Kozlov2008-10-1210-335/+197
* applied patch #45967 by Gisella Bronzetti: support for XSSFPrintSetup objectYegor Kozlov2008-10-1211-29/+910
* Initial support for SpreadsheetML drawings,implemented XSSFPicture, added abi...Yegor Kozlov2008-10-1023-181/+1712
* Merged revisions 703092 via svnmerge from Josh Micich2008-10-093-4/+21
* Merged revisions 703063 via svnmerge from Josh Micich2008-10-094-18/+158
* applied patch #45492 submitted by Gisella Bronzetti,also performed major clea...Yegor Kozlov2008-10-0516-752/+2163
* applied patches provided by Gisella Bronzetti in bugs #45918, #45917 and #45920Yegor Kozlov2008-10-016-634/+1051
* iterator over sheet data in XSSFReader returns sheets in logical order, i.e....Yegor Kozlov2008-10-012-113/+202
* refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X...Yegor Kozlov2008-09-3025-2255/+3021
* Merged revisions 699178,699487,699489,699761 via svnmerge from Josh Micich2008-09-291-12/+9
* Cleaned up test codeJosh Micich2008-09-291-80/+51
* Clean-up of generics in XSSFRelationJosh Micich2008-09-293-2121/+2168
* Applied patch 45899 - XSSFWorkbook getActiveSheetIndex / setActiveSheetJosh Micich2008-09-294-44/+62
* Applied patch 45898 - fixed XSSFCellFill getFillBackgroundColor and getFillF...Josh Micich2008-09-295-1061/+1100