Search results for "module:Spreadsheet::WriteExcel"

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::WebPivot - generates an MS Excel Web Pivot table for IE River stage zero No dependents

this method creates an MS Excel Web Pivot which when viewed on a Windows machine with MS Office XP and IE gives you a fully functional embedded spreadsheet object in the browser. This should be able to run and produce output anywhere perl is installe...

JANITOR/Spreadsheet-WriteExcel-WebPivot-0.02 - 02 Nov 2020 22:28:04 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::Styler - Styles for formatting generated Excel files River stage zero No dependents

This is a small utility to help formatting cells while creating Excel workbooks through Spreadsheet::WriteExcel or Excel::Writer::XLSX. When working interactively within the Excel application, users often change one format feature at a time (highligh...

DAMI/Spreadsheet-WriteExcel-Styler-1.02 - 12 Dec 2012 19:25:46 UTC

Spreadsheet::WriteExcel::Simple - A simple single-sheet Excel document River stage one • 7 direct dependents • 8 total dependents

This provides an abstraction to the Spreadsheet::WriteExcel module for easier creation of simple single-sheet Excel documents. In its most basic form it provides two methods for writing data: write_row and write_bold_row which write the data supplied...

TMTM/Spreadsheet-WriteExcel-Simple-1.04 - 16 Jan 2006 11:24:22 UTC

Spreadsheet::WriteExcel::FromDB - Convert a database table to an Excel spreadsheet River stage one • 1 direct dependent • 1 total dependent

This module exports a database table as an Excel Spreadsheet. The data is not returned in any particular order, as it is a simple task to perform this in Excel. However, you may choose to ignore certain columns, using the 'ignore_columns' method....

TMTM/Spreadsheet-WriteExcel-FromDB-1.00 - 03 Sep 2005 23:47:43 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::FromXML - Create Excel Spreadsheet from XML River stage zero No dependents

This module uses Spreadsheet::WriteExcel to turn a simple XML data file into a binary Excel XLS file. See also the FromXML.dtd file in the distribution....

BWMCADAMS/Spreadsheet-WriteExcel-FromXML-1.1 - 29 Jun 2006 16:35:44 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
48 results (0.068 seconds)