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->addworksheet();
# Same as Spreadsheet::WriteExcel
...
...
REQUIREMENTS
IO::Stringy and OLE::Storage_Lite
AUTHOR
John McNamara jmcnamara@cpan.org
COPYRIGHT
© MM-MMII, 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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 97:
Non-ASCII character seen before =encoding in '©'. Assuming CP1252