man Spreadsheet::WriteExcel::Big () - A class for creating Excel files > 7MB.
NAME
Big - A class for creating Excel files > 7MB.
SYNOPSIS
See the documentation for Spreadsheet::WriteExcel.
DESCRIPTION
This module is used in conjunction with Spreadsheet::WriteExcel.
use Spreadsheet::WriteExcel::Big;
my $workbook = Spreadsheet::WriteExcel::Big->new("file.xls"); my $worksheet = $workbook->add_worksheet();
# Same as Spreadsheet::WriteExcel ... ...
REQUIREMENTS
IO::Stringy and OLE::Storage_Lite
AUTHOR
John McNamara jmcnamara@cpan.org
COPYRIGHT
© MM-MMVI, John McNamara.
All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.