From 30daf8b7d777faf5814a53c2e0501c0f0966a4a7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 21 Mar 2014 16:53:39 -0400 Subject: fix incompatibility with newer Spreadsheet::ParseExcel (fixes #22) in https://rt.cpan.org/Public/Bug/Display.html?id=93065, Spreadsheet::ParseExcel decided to start treating 'auto' colors as black instead of white, but this isn't correct for fill colors, so we have to correct for that --- Changes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changes') diff --git a/Changes b/Changes index 5740261..c919795 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Spreadsheet-ParseXLSX {{$NEXT}} + - fix incompatibility with newer Spreadsheet::ParseExcel (reported by + dsteinbrunner, #22) 0.13 2014-01-29 - support locked and hidden cells (Tux, #15) -- cgit v1.2.3-54-g00ecf