The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.41

  • Added facility for adding outlines to worksheets. Added outline.pl example. Thanks to Franco Venturi.
  • Moved write_comment() code into the core modules. It is now possible to write cell comments.
  • Added option to return a slice from the sheets() method.
  • Added link to latest Excel97 pre-release. http://freshmeat.net/projects/writeexcel/#comment-24916
  • ! Changed, once more, the handling of temp files to avoid several file closing bugs. Thanks to many.
  • ! Fixed handling of column sizing for widths less than 1 unit. Thanks Rubio.
  • ! Renamed addworksheet() and addformat() to add_worksheet() and add_format() for consistency with other method names. Older names are supported but deprecated.

Documentation

A Excel file to Spreadsheet::WriteExcel code converter

Modules

Write to a cross-platform Excel binary file.
An abstract base class for Excel workbooks and worksheets.
A class for creating Excel files > 7MB.
A class for defining Excel formatting.
A class for generating Excel formulas
A writer class to store BIFF data in a OLE compound storage file.
Helper functions for Spreadsheet::WriteExcel.
A writer class for Excel Workbooks.
A writer class for Excel Workbooks > 7MB.
A writer class for Excel Worksheets.