Вопрос

Hi I am trying convert an xlsx and xlsm file to csvs using perl. I have been using xls2csv but this doesnt work . cannot read ampster1.xlsm is the error I get .

Это было полезно?

Решение

xls2csv is part of the old Spreadsheet::ParseExcel distribution, which handles only .xls files but not the newer formats. Try the Spreadsheet::XLSX module.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top