From cb0c7615bb42c704c665ea3658eff6de2d6ce12f Mon Sep 17 00:00:00 2001 From: John McNamara Date: Fri, 2 Aug 2024 14:50:52 +0100 Subject: [PATCH] docs: clarify Format set_color() syntax Fixes #301 --- lib/Excel/Writer/XLSX.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Excel/Writer/XLSX.pm b/lib/Excel/Writer/XLSX.pm index 53c98766..170b6c56 100644 --- a/lib/Excel/Writer/XLSX.pm +++ b/lib/Excel/Writer/XLSX.pm @@ -3639,7 +3639,7 @@ Set the font size. Excel adjusts the height of a row to accommodate the largest Default state: Excels default color, usually black Default action: Set the default color - Valid args: Integers from 8..63 or the following strings: + Valid args: Html RGB strings like "#FF0000" or the following shortcut strings: 'black' 'blue' 'brown'