in reply to Problems with Spreadsheet::WriteExcel::Big


This should have been fixed in version 0.12 of OLE::Storage_lite.

Check what version of the module you have installed:

perl -le 'eval "require $ARGV[0]" and print $ARGV[0]->VERSION' OLE +::Storage_Lite
To avoid this, and some other problems, you should upgrade to version 0.14 of OLE::Storage_lite.

If you are using the latest version of the module and you still have this problem let me know.

--
John.

Replies are listed 'Best First'.
Re^2: Problems with Spreadsheet::WriteExcel::Big
by reneeb (Chaplain) on Feb 17, 2005 at 13:09 UTC
    The old version (0.11) was the problem. Thanks!