Using Perl Excel to read and store the figures from the web page that I needed. It would have been useful to store the spreadsheet as a spreadsheet so I used the line (see trial code below) $workbook -> SaveAs ($spsh_file);. The file name did include .xlsx as the extension. This did store the spreadsheet. However, when I tried to open it within Excel I was told that the file extension or format was not valid.
What exactly is "Perl Excel"?
If you're referring to the Spreadsheet::WriteExcel module (if so, why not call it by name?), it writes old-fashioned excel files, so give them a .xls extension, not .xlsx.
In reply to Re: Reading and storing a web page as a spreadsheet query
by moritz
in thread Reading and storing a web page as a spreadsheet query
by merrymonk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |