aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-142-12/+24
* 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-124-8/+25
* bug# 45973: added factory method for FormulaEvaluator, also fixed unpaired ta...Yegor Kozlov2008-11-111-1/+11
* converted non-ascii characters to unicode to keep compilers on UTF-8 systems ...Yegor Kozlov2008-11-098-38/+53
* 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f...Yegor Kozlov2008-11-0919-434/+814
* javadocs cleanupYegor Kozlov2008-11-0711-478/+472
* 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessP...Yegor Kozlov2008-11-063-48/+43
* 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-2912-326/+372
* 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ...Yegor Kozlov2008-10-2835-1654/+110
* improved XSSFName:check for name uniqueness, validate name name, more unit te...Yegor Kozlov2008-10-273-80/+213
* applied patches #46079, #46080 and #46081 by Gisella BronzettiYegor Kozlov2008-10-252-188/+356
* more cleanup and refactoring of the ooxml code:1. removed deprecated methods ...Yegor Kozlov2008-10-2522-406/+388
* 1. important algorithmic improvements of XSSFRow and XSSFSheet, removed Linke...Yegor Kozlov2008-10-234-533/+792
* 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod...Yegor Kozlov2008-10-2113-172/+396
* 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-1923-461/+307
* applied patch #46003 by Gisella BronzettiYegor Kozlov2008-10-172-67/+272
* 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-1719-325/+1113
* refactored POIXMLFactory and related classes; simplified XSSFRelation - now i...Yegor Kozlov2008-10-129-333/+197
* applied patch #45967 by Gisella Bronzetti: support for XSSFPrintSetup objectYegor Kozlov2008-10-128-16/+699
* Initial support for SpreadsheetML drawings,implemented XSSFPicture, added abi...Yegor Kozlov2008-10-1017-114/+1415
* Merged revisions 703092 via svnmerge from Josh Micich2008-10-091-1/+7
* 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-059-486/+1584
* applied patches provided by Gisella Bronzetti in bugs #45918, #45917 and #45920Yegor Kozlov2008-10-014-633/+956
* iterator over sheet data in XSSFReader returns sheets in logical order, i.e....Yegor Kozlov2008-10-011-113/+176
* refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X...Yegor Kozlov2008-09-3017-2084/+2898
* Merged revisions 699178,699487,699489,699761 via svnmerge from Josh Micich2008-09-291-12/+9
* Clean-up of generics in XSSFRelationJosh Micich2008-09-293-2121/+2168
* Applied patch 45899 - XSSFWorkbook getActiveSheetIndex / setActiveSheetJosh Micich2008-09-291-25/+36
* Applied patch 45898 - fixed XSSFCellFill getFillBackgroundColor and getFillF...Josh Micich2008-09-293-354/+359
* applied patches #45894 and #45892, also major cleanup of XSSFSheet and relate...Yegor Kozlov2008-09-266-195/+548
* misc ooxml improvements:"Yegor Kozlov2008-09-258-146/+233
* patch #45881 from Sourcesense: implemented cell fills and borders, added exam...Yegor Kozlov2008-09-244-184/+358
* XSSFFont improvements from patch #45874Yegor Kozlov2008-09-249-231/+513
* Merged revisions 698047 via svnmerge from Josh Micich2008-09-232-23/+17
* Merged revisions 696860,696898 via svnmerge from Josh Micich2008-09-194-40/+424
* 1. initial support for rich text in xssf"Yegor Kozlov2008-09-1815-814/+1008
* merged 696075,696084 from trunk - (Fix for bug 45805 - 16-bit signed/unsigned...Josh Micich2008-09-171-7/+29
* Minor fixes to get junits working after r695832. Updates to align with new s...Josh Micich2008-09-174-12/+37
* Preserve rich text across read-write of SharedStringsTable, also improved per...Yegor Kozlov2008-09-167-123/+374
* utility to dump ooxml files into file systemYegor Kozlov2008-09-161-0/+93
* Fix bug #45518 - Fix up ColumnHelper to output valid col tags, by making 1 ba...Nick Burch2008-09-152-36/+69
* Merged revisions 695264,695303,695420 via svnmerge from Nick Burch2008-09-151-9/+8
* refactored cell align accessors in xssf and added samples based on the quick ...Yegor Kozlov2008-09-154-447/+619
* Update to match interfaceNick Burch2008-09-131-0/+5
* more ooxml progress from SourseSense developersYegor Kozlov2008-09-1111-106/+904