From 236351d808613532864ba94a8da1d9a8ba9c6199 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 1 May 2013 14:53:55 -0500 Subject: note that current selection isn't supported --- lib/Spreadsheet/Template/Generator/Parser/Excel.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Spreadsheet/Template/Generator/Parser/Excel.pm b/lib/Spreadsheet/Template/Generator/Parser/Excel.pm index 23e0f7b..b6cb5a1 100644 --- a/lib/Spreadsheet/Template/Generator/Parser/Excel.pm +++ b/lib/Spreadsheet/Template/Generator/Parser/Excel.pm @@ -42,6 +42,8 @@ sub _parse_worksheet { name => $sheet->get_name, row_heights => [ $sheet->get_row_heights ], column_widths => [ $sheet->get_col_widths ], + # XXX Spreadsheet::ParseExcel doesn't currently support extracting the + # currently selected cells or worksheets cells => [], }; -- cgit v1.2.3-54-g00ecf