From 5af52b992a3ea7298f302814a332609da3bf8125 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 22 May 2016 03:15:48 -0400 Subject: better error message when loading xls files (#52) encrypted xlsx files use the same file container format as xls files, and so our simple heuristic here will identify xls files as encrypted xlsx files - we should bail out if we can't find encrypted data instead --- Changes | 1 + 1 file changed, 1 insertion(+) (limited to 'Changes') diff --git a/Changes b/Changes index ae2e726..4fff5d7 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Spreadsheet-ParseXLSX {{$NEXT}} + - Give a better error message when opening xls files (mchendriks, #52) 0.20 2015-12-05 - Fix the test suite on perls compiled with -Duselongdouble (Slaven -- cgit v1.2.3-54-g00ecf