From d702671164596765c0901e75e593a6aee296c326 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 29 Jan 2014 16:02:09 -0500 Subject: document that the default color is undef (#15) --- lib/Spreadsheet/ParseXLSX.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Spreadsheet/ParseXLSX.pm b/lib/Spreadsheet/ParseXLSX.pm index 9a41518..1b2ddda 100644 --- a/lib/Spreadsheet/ParseXLSX.pm +++ b/lib/Spreadsheet/ParseXLSX.pm @@ -725,7 +725,8 @@ also allowed to specify their color directly rather than going through the color table. In order to avoid confusion, I normalize all color values in Spreadsheet::ParseXLSX to their string RGB format (C<"#0088ff">). This affects the C, C, and C properties of formats, and the -C property of fonts. +C property of fonts. Note that the default color is represented by +C (the same thing that C would return). =item Formulas -- cgit v1.2.3-54-g00ecf