문제

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