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 The direct use of this module is deprecated. See below.
10
12 The module is a sub-class of Spreadsheet::WriteExcel used for creating
13 Excel files greater than 7MB.
14
15 Direct use of this module is deprecated. As of version 2.17
16 Spreadsheet::WriteExcel can create files larger than 7MB if
17 OLE::Storage_Lite is installed.
18
19 This module only exists for backwards compatibility.
20
21 use Spreadsheet::WriteExcel::Big;
22
23 my $workbook = Spreadsheet::WriteExcel::Big->new("file.xls");
24 my $worksheet = $workbook->add_worksheet();
25
26 # Same as Spreadsheet::WriteExcel
27 ...
28 ...
29
31 OLE::Storage_Lite
32
34 John McNamara jmcnamara@cpan.org
35
37 X MM-MMX, John McNamara.
38
39 All Rights Reserved. This module is free software. It may be used,
40 redistributed and/or modified under the same terms as Perl itself.
41
42
43
44perl v5.12.0 2010-01-21 Spreadsheet::WriteExcel::Big(3)