summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-05-01 14:53:55 -0500
committerJesse Luehrs <doy@tozt.net>2013-05-01 14:53:55 -0500
commit236351d808613532864ba94a8da1d9a8ba9c6199 (patch)
treef08f18c5a8d36b6fd50ecc5c562349059ecc6fc8
parentbc978c5e7b0da5b582c31ec55fbace012e3c79b7 (diff)
downloadspreadsheet-template-236351d808613532864ba94a8da1d9a8ba9c6199.tar.gz
spreadsheet-template-236351d808613532864ba94a8da1d9a8ba9c6199.zip
note that current selection isn't supported
-rw-r--r--lib/Spreadsheet/Template/Generator/Parser/Excel.pm2
1 files changed, 2 insertions, 0 deletions
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 => [],
};