]> source.dussan.org Git - poi.git/commit
Solution for bug #48779 - Allow you to get straight from a CellStyle to a Color,...
authorNick Burch <nick@apache.org>
Wed, 26 May 2010 17:46:46 +0000 (17:46 +0000)
committerNick Burch <nick@apache.org>
Wed, 26 May 2010 17:46:46 +0000 (17:46 +0000)
commit63793d2fa52b1aa70c4a833c76691a6db58304f4
tree8ab22b3516487c9c5e5888b2d19c3bb22a46a085
parentd8dd3f26e4fd9d96a3c3898cb6da5c929acda3b3
Solution for bug #48779 - Allow you to get straight from a CellStyle to a Color, irrespective of if the Color is indexed or inline-defined

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948511 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
src/java/org/apache/poi/hssf/util/HSSFColor.java
src/java/org/apache/poi/ss/usermodel/CellStyle.java
src/java/org/apache/poi/ss/usermodel/Color.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java
src/testcases/org/apache/poi/ss/format/CellFormatTestBase.java