aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org
Commit message (Expand)AuthorAgeFilesLines
* 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ...Yegor Kozlov2008-10-286-58/+40
* improved XSSFName:check for name uniqueness, validate name name, more unit te...Yegor Kozlov2008-10-272-2/+108
* applied patches #46079, #46080 and #46081 by Gisella BronzettiYegor Kozlov2008-10-252-6/+15
* more cleanup and refactoring of the ooxml code:1. removed deprecated methods ...Yegor Kozlov2008-10-257-53/+53
* 1. important algorithmic improvements of XSSFRow and XSSFSheet, removed Linke...Yegor Kozlov2008-10-233-48/+142
* 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod...Yegor Kozlov2008-10-216-56/+35
* more code cleanup and refactoring: (a) removed references to ooxml schemas fr...Yegor Kozlov2008-10-1910-463/+426
* applied patch #46003 by Gisella BronzettiYegor Kozlov2008-10-171-0/+68
* more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin...Yegor Kozlov2008-10-176-39/+94
* applied patch #45967 by Gisella Bronzetti: support for XSSFPrintSetup objectYegor Kozlov2008-10-122-0/+210
* Initial support for SpreadsheetML drawings,implemented XSSFPicture, added abi...Yegor Kozlov2008-10-105-66/+296
* applied patch #45492 submitted by Gisella Bronzetti,also performed major clea...Yegor Kozlov2008-10-055-257/+567
* applied patches provided by Gisella Bronzetti in bugs #45918, #45917 and #45920Yegor Kozlov2008-10-012-1/+95
* iterator over sheet data in XSSFReader returns sheets in logical order, i.e....Yegor Kozlov2008-10-011-0/+26
* refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X...Yegor Kozlov2008-09-307-167/+122
* Cleaned up test codeJosh Micich2008-09-291-80/+51
* Applied patch 45899 - XSSFWorkbook getActiveSheetIndex / setActiveSheetJosh Micich2008-09-291-1/+12
* Applied patch 45898 - fixed XSSFCellFill getFillBackgroundColor and getFillF...Josh Micich2008-09-292-707/+741
* applied patches #45894 and #45892, also major cleanup of XSSFSheet and relate...Yegor Kozlov2008-09-264-41/+109
* misc ooxml improvements:"Yegor Kozlov2008-09-252-6/+6
* patch #45881 from Sourcesense: implemented cell fills and borders, added exam...Yegor Kozlov2008-09-241-11/+70
* XSSFFont improvements from patch #45874Yegor Kozlov2008-09-242-38/+46
* Merged revisions 696860,696898 via svnmerge from Josh Micich2008-09-192-13/+12
* removed extra line that caused compilation errorYegor Kozlov2008-09-181-1/+0
* 1. initial support for rich text in xssf"Yegor Kozlov2008-09-187-100/+325
* Minor fixes to get junits working after r695832. Updates to align with new s...Josh Micich2008-09-174-179/+168
* 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-161-2/+3
* Fix bug #45518 - Fix up ColumnHelper to output valid col tags, by making 1 ba...Nick Burch2008-09-152-12/+64
* refactored cell align accessors in xssf and added samples based on the quick ...Yegor Kozlov2008-09-151-312/+268
* more ooxml progress from SourseSense developersYegor Kozlov2008-09-116-9/+537
* 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-021-0/+61
* Support stripping XSSF header and footer fields (eg page number) out of heade...Nick Burch2008-08-141-2/+39
* Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a...Nick Burch2008-08-121-0/+74
* Have XWPFWordExtractor extract headers and footersNick Burch2008-08-092-6/+71
* Improve paragraph text stuff, and further header testsNick Burch2008-08-092-3/+16
* Improve how XWPF headers and footers workNick Burch2008-08-092-1/+181
* Improve how XWPFParagraph works, so it is child order awareNick Burch2008-08-091-0/+96
* Start on xwpf header/footer supportNick Burch2008-08-091-1/+1
* Patch from bug #45592 - improve xwpf text extractionNick Burch2008-08-091-2/+5
* Fix bug #45545 - Improve XSLF usermodel support, and include XSLF comments in...Nick Burch2008-08-051-0/+18
* Test to show that bug #45544 is incorrectNick Burch2008-08-051-0/+25
* Fix bug #45540 - Fix XSSF header and footer support, and include headers and ...Nick Burch2008-08-053-15/+93
* Improve support, tests and documentation for xssf headers and footersNick Burch2008-08-051-1/+8
* Start on bug 45540, not fixed yet thoughNick Burch2008-08-051-0/+24
* Change how we do the control and drawing write out, so that XSSFRelation can ...Nick Burch2008-07-301-4/+0