John McNamara > Spreadsheet-WriteExcel-2.01 > Spreadsheet::WriteExcel::Big

Download:
Spreadsheet-WriteExcel-2.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  10
View Bugs
Report a bug
Module Version: 0.32   Source   Latest Release: Spreadsheet-WriteExcel-2.30

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