mirror of
https://github.com/apache/poi.git
synced 2025-02-20 17:06:47 +00:00
[bug-66518] fix issue in AbstractExcelUtils.getColor(HSSFColor)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908192 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a181c1a2d
commit
dcc66fde79
@ -119,7 +119,7 @@ class AbstractExcelUtils {
|
||||
}
|
||||
stringBuilder.append(hex);
|
||||
}
|
||||
String result = color.getHexString();
|
||||
String result = stringBuilder.toString();
|
||||
|
||||
if (result.equals("#ffffff")) {
|
||||
return "white";
|
||||
|
Loading…
x
Reference in New Issue
Block a user