aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java
Commit message (Expand)AuthorAgeFilesLines
* more refactoring of common ss testsYegor Kozlov2009-03-291-2/+3
* support built-in data formats in XSSFDataFormatYegor Kozlov2009-03-011-1/+2
* import OpenXML4j codebaseYegor Kozlov2009-01-291-2/+2
* more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex...Yegor Kozlov2008-10-291-59/+72
* 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ...Yegor Kozlov2008-10-281-4/+2
* more cleanup and refactoring of the ooxml code:1. removed deprecated methods ...Yegor Kozlov2008-10-251-19/+19
* more code cleanup and refactoring: (a) removed references to ooxml schemas fr...Yegor Kozlov2008-10-191-11/+0
* more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin...Yegor Kozlov2008-10-171-4/+4
* Initial support for SpreadsheetML drawings,implemented XSSFPicture, added abi...Yegor Kozlov2008-10-101-7/+1
* applied patch #45492 submitted by Gisella Bronzetti,also performed major clea...Yegor Kozlov2008-10-051-41/+70
* refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X...Yegor Kozlov2008-09-301-1/+20
* Applied patch 45898 - fixed XSSFCellFill getFillBackgroundColor and getFillF...Josh Micich2008-09-291-324/+313
* misc ooxml improvements:"Yegor Kozlov2008-09-251-3/+5
* patch #45881 from Sourcesense: implemented cell fills and borders, added exam...Yegor Kozlov2008-09-241-66/+56
* XSSFFont improvements from patch #45874Yegor Kozlov2008-09-241-64/+66
* 1. initial support for rich text in xssf"Yegor Kozlov2008-09-181-5/+11
* more ooxml progress from SourseSense developersYegor Kozlov2008-09-111-8/+68
* ColumnHelper get/setColDefaultStyle; XSSFSheet setDefaultColumnStyle; XSSFCel...Paolo Mottadelli2008-04-101-5/+20
* Completed StylesTable initialization in order to create a new 'POIzed' file r...Paolo Mottadelli2008-04-061-16/+65
* XSSFCellStyle getFont method; XSSFFont class added all methods to be implemen...Paolo Mottadelli2008-03-251-5/+9
* XSSFCellBorder does not expose CTBorder object (same for XSSFCellFill); Style...Paolo Mottadelli2008-03-251-17/+9
* XSSFCellStyle fillColors support; XSSFCellFill class; testsPaolo Mottadelli2008-03-251-1/+15
* Write tests for xssf StylesTable, now able to round-trip just fineNick Burch2008-03-221-6/+21
* Quite a bit more xssf support for cell styles. Also, get all the ooxml tests ...Nick Burch2008-03-221-8/+37
* Get it to the point that existing .xslx files can be loaded+saved, and opened...Nick Burch2008-03-211-2/+19
* Start to tie up the XSSF cell styles stuff with the StylesTable codeNick Burch2008-03-171-1/+52
* Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbookNick Burch2008-03-161-33/+34
* Start to tidy up the model loading, to reduce duplicated code, and make it cl...Nick Burch2008-03-161-1/+5
* Start supporting styles on the XSSFWorkbook, and tests for itNick Burch2008-03-161-12/+59
* Move the SharedStringsTable to a more generic package, and make a start on th...Nick Burch2008-03-161-0/+156