
Big - A class for creating Excel files > 7MB.

See the documentation for Spreadsheet::WriteExcel.

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
...
...

IO::Stringy and OLE::Storage_Lite

John McNamara jmcnamara@cpan.org

© MM-MMIV, 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.