git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925492 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2025-05-11 08:03:59 +00:00
parent 8bac1b33f6
commit 6a68902aee

View File

@ -34,7 +34,7 @@ import org.apache.poi.ss.usermodel.Color;
* Each color has an index (for the standard palette in Excel (tm) ),
* native (RGB) triplet and string triplet. The string triplet is as the
* color would be represented by Gnumeric. Having (string) this here is a bit of a
* collision of function between HSSF and the HSSFSerializer but I think its
* collision of function between HSSF and the HSSFSerializer but I think it's
* a reasonable one in this case.
*/
public class HSSFColor implements Color {