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

Changes for version 2.38

  • Maintenance release. Minor fixes only.
  • ! Removed failing testcases to allow S::WE to be tested/packaged on recent perls.
  • ! Fix filter_column bug where filter is applied to the wrong column. Merge pull request #4 from blazzy/master.
  • ! Enabled set_zoom() for Chart worksheets. It was documented but wasn't working. Reported by Praphull Kumar.
  • ! Enabled set_tab_color() for Chart worksheets. It was documented but wasn't working.
  • ! Fix typo in docs. Closes RT#70432.
  • ! Fix for rounding in test with longdoubles. Fixes RT#68954.
  • ! Handle chart sheets with utf8 name. Fixes RT#67014.
  • ! Fix for undefined formulas. Fixes RT#61560.

Documentation

A utility to extract charts from an Excel file for insertion into a Spreadsheet::WriteExcel file.
A utility to extract charts from an Excel file for insertion into a Spreadsheet::WriteExcel file.

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 writer class for Excel Charts.
A writer class for Excel Area charts.
A writer class for Excel Bar charts.
A writer class for Excel Column charts.
A writer class for Excel external charts.
A writer class for Excel Line charts.
A writer class for Excel Pie charts.
A writer class for Excel Scatter charts.
A writer class for Excel Stock charts.
Spreadsheet::WriteExcel example programs.
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.
A module for creating Excel property sets.
Helper functions for Spreadsheet::WriteExcel.
A writer class for Excel Workbooks.
A writer class for Excel Worksheets.

Examples