doy / spreadsheet-parsexlsx

parse XLSX files
http://metacpan.org/release/Spreadsheet-ParseXLSX
27 stars 35 forks source link

Speadsheet::ParseXLSX does not work with Perl 5.24 #71

Open maple6411 opened 7 years ago

maple6411 commented 7 years ago

It appears this perl module only works with Perl 5.22.

jomo666 commented 7 years ago

Could you be more specific? Because I just now installed it (using 5.24.0) and would be nice to know, when it is failing.

Tux commented 7 years ago

I can confirm that it works fine under 5.24

$ xlscat -v3 -d3 -i files/test.xlsx
Opening XLSX files/test.xlsx using Spreadsheet::ParseXLSX-0.27
        2 sheets
        Sheet 2 'Sheet1' 4 x 4
        Sheet 3 'Second Sheet' 3 x 5
Opened files/test.xlsx with 2 sheets
Opening sheet 1 ...
files/test.xlsx - 01: [ Sheet1       ]   4 Cols,     4 Rows
Opening sheet 2 ...
files/test.xlsx - 02: [ Second Sheet ]   5 Cols,     3 Rows
$ perl -v | grep version
This is perl 5, version 24, subversion 0 (v5.24.0) built for x86_64-linux-thread-multi-ld

Without addition info to make the claim reproducible, I'd close this issue

jomo666 commented 7 years ago

Agree. By me it works also. This issue should be closed. (imho)