2002-08-30 11:01:17 +02:00
|
|
|
The Spreadsheet::WriteExcel module can be used to create
|
|
|
|
a cross-platform Excel binary file. Multiple worksheets can be added
|
|
|
|
to a workbook and formatting can be applied to cells. Text, numbers,
|
|
|
|
formulas, hyperlinks and images can be written to the cells.
|
2001-11-06 15:11:16 +01:00
|
|
|
|
2002-08-30 11:01:17 +02:00
|
|
|
The Excel file produced by this module is compatible with Excel 5, 95,
|
2006-05-28 18:25:42 +02:00
|
|
|
97, 2000, 2002 and 2003, also Gnumeric and OpenOffice.
|
2002-08-30 11:01:17 +02:00
|
|
|
|
|
|
|
This module cannot be used to write to an existing Excel file.
|
|
|
|
|
2003-02-26 12:20:28 +01:00
|
|
|
WWW: http://search.cpan.org/dist/Spreadsheet-WriteExcel/
|