1Spreadsheet::WriteExcelU:s:eBrigC(o3n)tributed Perl DocuSmpernetaadtsihoenet::WriteExcel::Big(3)
2
3
4
6 Big - A class for creating Excel files > 7MB.
7
9 See the documentation for Spreadsheet::WriteExcel.
10
12 This module is used in conjunction with Spreadsheet::WriteExcel.
13
14 use Spreadsheet::WriteExcel::Big;
15
16 my $workbook = Spreadsheet::WriteExcel::Big->new("file.xls");
17 my $worksheet = $workbook->add_worksheet();
18
19 # Same as Spreadsheet::WriteExcel
20 ...
21 ...
22
24 OLE::Storage_Lite
25
27 John McNamara jmcnamara@cpan.org
28
30 © MM-MMVI, John McNamara.
31
32 All Rights Reserved. This module is free software. It may be used,
33 redistributed and/or modified under the same terms as Perl itself.
34
35
36
37perl v5.8.8 2006-05-20 Spreadsheet::WriteExcel::Big(3)