Spreadsheet::WriteExcel::Big(3pUser Contributed Perl DocumentatiSpreadsheet::WriteExcel::Big(3pm)
NAME
Big - A class for creating Excel files > 7MB.
SYNOPSIS
The direct use of this module is deprecated. See below.
DESCRIPTION
The module is a sub-class of Spreadsheet::WriteExcel used for creating Excel files greater
than 7MB.
Direct use of this module is deprecated. As of version 2.17 Spreadsheet::WriteExcel can
create files larger than 7MB if OLE::Storage_Lite is installed.
This module only exists for backwards compatibility.
use Spreadsheet::WriteExcel::Big;
my $workbook = Spreadsheet::WriteExcel::Big->new("file.xls");
my $worksheet = $workbook->add_worksheet();
# Same as Spreadsheet::WriteExcel
...
...
REQUIREMENTS
OLE::Storage_Lite
AUTHOR
John McNamara jmcnamara AT cpan.org
COPYRIGHT
X MM-MMVIII, 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.
perl v5.10.0 2008-07-19 Spreadsheet::WriteExcel::Big(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-25 08:17 @38.107.179.237 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)