Search results for "dist:Spreadsheet-WriteExcel"

Charts River stage two • 33 direct dependents • 46 total dependents

This document explains how to import Excel charts into a "Spreadsheet::WriteExcel" file. Note: This feature is semi-deprecated. The preferred method of adding charts is to use the Workbook "add_chart()" method to create a "native" chart. See the Spre...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel - Write to a cross-platform Excel binary file. River stage two • 33 direct dependents • 46 total dependents

The Spreadsheet::WriteExcel Perl 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, images and charts can be wri...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Big - A class for creating Excel files > 7MB. River stage two • 33 direct dependents • 46 total dependents

The module was a sub-class of Spreadsheet::WriteExcel used for creating Excel files greater than 7MB. However, it is no longer required and is now deprecated. As of version 2.17 Spreadsheet::WriteExcel can create files larger than 7MB directly if OLE...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Chart - A writer class for Excel Charts. River stage two • 33 direct dependents • 46 total dependents

The "Chart" module is an abstract base class for modules that implement charts in Spreadsheet::WriteExcel. The information below is applicable to all of the available subclasses. The "Chart" module isn't used directly, a chart object is created via t...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Format - A class for defining Excel formatting. River stage two • 33 direct dependents • 46 total dependents

This module is used in conjunction with Spreadsheet::WriteExcel....

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Utility - Helper functions for Spreadsheet::WriteExcel. River stage two • 33 direct dependents • 46 total dependents

This module provides a set of functions to help with some common tasks encountered when using the Spreadsheet::WriteExcel module. The two main categories of function are: Row and column functions: these are used to deal with Excel's A1 representation...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Formula - A class for generating Excel formulas River stage two • 33 direct dependents • 46 total dependents

This module is used by Spreadsheet::WriteExcel. You do not need to use it directly....

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Workbook - A writer class for Excel Workbooks. River stage two • 33 direct dependents • 46 total dependents

This module is used in conjunction with Spreadsheet::WriteExcel....

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Examples - Spreadsheet::WriteExcel example programs. River stage two • 33 direct dependents • 46 total dependents

This is a documentation only module showing the examples that are included in the Spreadsheet::WriteExcel distribution. This file was auto-generated via the gen_examples_pod.pl program that is also included in the examples directory....

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Worksheet - A writer class for Excel Worksheets. River stage two • 33 direct dependents • 46 total dependents

This module is used in conjunction with Spreadsheet::WriteExcel....

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::OLEwriter - A writer class to store BIFF data in a OLE compound storage file. River stage two • 33 direct dependents • 46 total dependents

This module is used in conjunction with Spreadsheet::WriteExcel....

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Properties - A module for creating Excel property sets. River stage two • 33 direct dependents • 46 total dependents

This module is used in conjunction with Spreadsheet::WriteExcel....

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Chart::Bar - A writer class for Excel Bar charts. River stage two • 33 direct dependents • 46 total dependents

This module implements Bar charts for Spreadsheet::WriteExcel. The chart object is created via the Workbook "add_chart()" method: my $chart = $workbook->add_chart( type => 'bar' ); Once the object is created it can be configured via the following met...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Chart::Pie - A writer class for Excel Pie charts. River stage two • 33 direct dependents • 46 total dependents

This module implements Pie charts for Spreadsheet::WriteExcel. The chart object is created via the Workbook "add_chart()" method: my $chart = $workbook->add_chart( type => 'pie' ); Once the object is created it can be configured via the following met...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::BIFFwriter - An abstract base class for Excel workbooks and worksheets. River stage two • 33 direct dependents • 46 total dependents

This module is used in conjunction with Spreadsheet::WriteExcel....

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Chart::Line - A writer class for Excel Line charts. River stage two • 33 direct dependents • 46 total dependents

This module implements Line charts for Spreadsheet::WriteExcel. The chart object is created via the Workbook "add_chart()" method: my $chart = $workbook->add_chart( type => 'line' ); Once the object is created it can be configured via the following m...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Chart::Area - A writer class for Excel Area charts. River stage two • 33 direct dependents • 46 total dependents

This module implements Area charts for Spreadsheet::WriteExcel. The chart object is created via the Workbook "add_chart()" method: my $chart = $workbook->add_chart( type => 'area' ); Once the object is created it can be configured via the following m...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Chart::Stock - A writer class for Excel Stock charts. River stage two • 33 direct dependents • 46 total dependents

This module implements Stock charts for Spreadsheet::WriteExcel. The chart object is created via the Workbook "add_chart()" method: my $chart = $workbook->add_chart( type => 'stock' ); Once the object is created it can be configured via the following...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Chart::Column - A writer class for Excel Column charts. River stage two • 33 direct dependents • 46 total dependents

This module implements Column charts for Spreadsheet::WriteExcel. The chart object is created via the Workbook "add_chart()" method: my $chart = $workbook->add_chart( type => 'column' ); Once the object is created it can be configured via the followi...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC

Spreadsheet::WriteExcel::Chart::Scatter - A writer class for Excel Scatter charts. River stage two • 33 direct dependents • 46 total dependents

This module implements Scatter charts for Spreadsheet::WriteExcel. The chart object is created via the Workbook "add_chart()" method: my $chart = $workbook->add_chart( type => 'scatter' ); Once the object is created it can be configured via the follo...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC
23 results (0.023 seconds)