On Thu Dec 22 08:02:51 2011, YuvalL@hicapital.co.il wrote:
Show quoted text> using Excel-Writer-XLSX-0.43
> on perl 5.8.8
>
> the following:
> Spreadsheet::WriteExcel->new("-")
> returns undef, without error in $!
>
> the following works:
> binmode( STDOUT );
> my $workbook = Excel::Writer::XLSX->new(\*STDOUT);
Hi,
Thanks for that.
It is probably due to the way Archive::Zip handles filenames/filehandles, or my usage of it.
As an aside I wonder if people even know about the special file handle "-" these days.
Anyway, I'll add a fix for it in the next release.
John.
--