aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* applied patches #45894 and #45892, also major cleanup of XSSFSheet and relate...Yegor Kozlov2008-09-2612-267/+657
* misc ooxml improvements:"Yegor Kozlov2008-09-2510-152/+239
* patch #45881 from Sourcesense: implemented cell fills and borders, added exam...Yegor Kozlov2008-09-245-195/+428
* XSSFFont improvements from patch #45874Yegor Kozlov2008-09-2411-269/+559
* Merged revisions 698047 via svnmerge from Josh Micich2008-09-232-23/+17
* Merged revisions 696860,696898 via svnmerge from Josh Micich2008-09-197-80/+436
* removed extra line that caused compilation errorYegor Kozlov2008-09-181-1/+0
* 1. initial support for rich text in xssf"Yegor Kozlov2008-09-1827-981/+1337
* merged 696075,696084 from trunk - (Fix for bug 45805 - 16-bit signed/unsigned...Josh Micich2008-09-172-29/+78
* Minor fixes to get junits working after r695832. Updates to align with new s...Josh Micich2008-09-179-213/+182
* minor improvements to junitsJosh Micich2008-09-172-24/+25
* include rich text in the unit testYegor Kozlov2008-09-171-3/+18
* unit tests for SharedStringsTableYegor Kozlov2008-09-161-0/+144
* Preserve rich text across read-write of SharedStringsTable, also improved per...Yegor Kozlov2008-09-1612-195/+381
* 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-154-48/+133
* Merged revisions 695264,695303,695420 via svnmerge from Nick Burch2008-09-153-13/+10
* refactored cell align accessors in xssf and added samples based on the quick ...Yegor Kozlov2008-09-155-759/+887
* Update to match interfaceNick Burch2008-09-131-0/+5
* Merged revisions 693591,693639,693658,693939,693941,693947,693990,694050,6940...Nick Burch2008-09-133-1/+8
* more ooxml progress from SourseSense developersYegor Kozlov2008-09-1117-115/+1441
* Update test to track change in hssfNick Burch2008-09-091-2/+2
* fixed bug in junit which was exposed due to new caching feature of the formul...Josh Micich2008-09-081-67/+65
* Initial ExtractorFactory support for building TextExtractors for embeded docu...Nick Burch2008-09-022-5/+141
* Support stripping XSSF header and footer fields (eg page number) out of heade...Nick Burch2008-08-144-6/+99
* Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a...Nick Burch2008-08-125-8/+266
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-121-1/+10
* Add missing xssf methodNick Burch2008-08-121-1/+5