hello,
I am trying to read a .xlsx file, but the values of the cells are blank. I am doing this on windows. I have basically copied the synopsis from cpan, but I am not using iconv. I coudn't get TEXT::ICONV to work. The text in my files is "normal" ascii.
This is how I am using Spreadsheet::XLSX
my $excel = Spreadsheet::XLSX->new($filename);
Is this ok? Should I try harder to get ICONV to work ?
thanks,
leaf