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

Search results for "module:Excel::Writer::XLSX::Worksheet"

Excel::Writer::XLSX::Worksheet - A class for writing Excel Worksheets. River stage two • 26 direct dependents • 33 total dependents

This module is used in conjunction with Excel::Writer::XLSX....

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC

Excel::Writer::XLSX::Examples - Excel::Writer::XLSX example programs. River stage two • 26 direct dependents • 33 total dependents

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

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC

Excel::Grinder - Import/export plain Excel (XLSX) files as simply as possible. River stage zero No dependents

/ PURPOSE This module should help you read/write XLSX spreadsheets to/from Perl arrays as simply as possible. The use cases are (1) when you need to export data from your database/application for non-programmers to enjoy in their beloved Excel and (2...

ECHERNOF/Excel-Grinder-1.2 - 23 Nov 2022 15:12:56 UTC

Excel::CloneXLSX::Format - Convert Spreadsheet::ParseXLSX formats to Excel::Writer::XLSX River stage zero No dependents

CPAN has great modules for reading XLS/XLSX files (Spreadsheet::ParseExcel / Spreadsheet::ParseXLSX), and a great module for writing XLSX files (Excel::Writer::XLSX), but no module for editing XLSX files. *This* module... won't do that either. It wil...

FELLIOTT/Excel-CloneXLSX-Format-0.03 - 07 Jun 2015 17:10:26 UTC

Excel::Writer::XLSX::Utility - Helper functions for Excel::Writer::XLSX. River stage two • 26 direct dependents • 33 total dependents

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

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC

Excel::Writer::XLSX - Create a new file in the Excel 2007+ XLSX format. River stage two • 26 direct dependents • 33 total dependents

The "Excel::Writer::XLSX" module can be used to create an Excel file in the 2007+ XLSX format. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, and formulas can be written to the cells....

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC

Excel::Template::XLSX - Create Excel .xlsx files starting from (one or more) template(s). River stage zero No dependents

This module is a companion to Excel::Writer::XLSX <https://metacpan.org/release/Excel-Writer-XLSX>(EWX), or if you prefer, a wrapper to that module. It uses EWX as a base class. It opens an existing spreadsheet file (.xlsx format), and also creates a...

DCLARKE/Excel-Template-XLSX-v1.1.3 - 02 Apr 2023 03:11:56 UTC

Excel::ValueWriter::XLSX - generating data-only Excel workbooks in XLSX format, fast River stage one • 1 direct dependent • 1 total dependent

The present module is aimed at fast and cost-effective production of "data-only" Excel workbooks, containing nothing but plain values and formulas. CPU and memory usage are much lower than with the well-known Excel::Writer::XLSX; however the set of f...

DAMI/Excel-ValueWriter-XLSX-1.05 - 14 May 2023 20:14:30 UTC

Excel::Writer::XLSX::Shape - A class for creating Excel Drawing shapes River stage two • 26 direct dependents • 33 total dependents

The "Excel::Writer::XLSX::Shape" module is used to create Shape objects for Excel::Writer::XLSX. A Shape object is created via the Workbook "add_shape()" method: my $shape_rect = $workbook->add_shape( type => 'rect' ); Once the object is created it c...

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC

Excel::Writer::XLSX::Chart - A class for writing Excel Charts. River stage two • 26 direct dependents • 33 total dependents

The "Chart" module is an abstract base class for modules that implement charts in Excel::Writer::XLSX. The information below is applicable to all of the available subclasses. The "Chart" module isn't used directly. A chart object is created via the W...

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC

Excel::Writer::XLSX::Chart::Pie - A class for writing Excel Pie charts. River stage two • 26 direct dependents • 33 total dependents

This module implements Pie charts for Excel::Writer::XLSX. 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 methods...

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC

Excel::Writer::XLSX::Chart::Bar - A class for writing Excel Bar charts. River stage two • 26 direct dependents • 33 total dependents

This module implements Bar charts for Excel::Writer::XLSX. 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 methods...

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC

Excel::Writer::XLSX::Chart::Area - A class for writing Excel Area charts. River stage two • 26 direct dependents • 33 total dependents

This module implements Area charts for Excel::Writer::XLSX. 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 metho...

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC

Excel::Writer::XLSX::Chart::Line - A class for writing Excel Line charts. River stage two • 26 direct dependents • 33 total dependents

This module implements Line charts for Excel::Writer::XLSX. 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 metho...

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC

Excel::Writer::XLSX::Chart::Radar - A class for writing Excel Radar charts. River stage two • 26 direct dependents • 33 total dependents

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

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC

Excel::Writer::XLSX::Chart::Stock - A class for writing Excel Stock charts. River stage two • 26 direct dependents • 33 total dependents

This module implements Stock charts for Excel::Writer::XLSX. 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 met...

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC

Excel::Writer::XLSX::Chart::Column - A class for writing Excel Column charts. River stage two • 26 direct dependents • 33 total dependents

This module implements Column charts for Excel::Writer::XLSX. 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 following m...

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC

Excel::Writer::XLSX::Chart::Scatter - A class for writing Excel Scatter charts. River stage two • 26 direct dependents • 33 total dependents

This module implements Scatter charts for Excel::Writer::XLSX. 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 following...

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC

Excel::Writer::XLSX::Chart::Doughnut - A class for writing Excel Doughnut charts. River stage two • 26 direct dependents • 33 total dependents

This module implements Doughnut charts for Excel::Writer::XLSX. The chart object is created via the Workbook "add_chart()" method: my $chart = $workbook->add_chart( type => 'doughnut' ); Once the object is created it can be configured via the followi...

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC
19 results (0.04 seconds)