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

Search results for "module:Excel::Write::XLSX"

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

App::Tables::Excel - Convert between Data::Table objects and Excel (xls/xlsx) files. River stage zero No dependents

To read and write Excel .xls (2003 and prior) format, we use Spreadsheet::WriteExcel and Spreadsheet::ParseExcel; to read and write Excel .xlsx (2007 format), we use Spreadsheet::XLSX and Excel::Writer::XLSX. If this module gives incorrect results, p...

MARCC/app-tables-0.4 - 08 May 2014 23:45:25 UTC

Data::Table::Excel - Convert between Data::Table objects and Excel (xls/xlsx) files. River stage one • 1 direct dependent • 1 total dependent

To read and write Excel .xls (2003 and prior) format, we use Spreadsheet::WriteExcel and Spreadsheet::ParseExcel; to read and write Excel .xlsx (2007 format), we use Spreadsheet::ParseXLSX and Excel::Writer::XLSX. If this module gives incorrect resul...

EZDB/Data-Table-Excel-0.5 - 01 May 2014 15:49:09 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::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::PowerPivot::Utils - utilities for scripting Power Pivot models within Excel workbooks River stage zero No dependents

This module uses OLE automation to interact with an Excel Power Pivot model. It can be used for example for * documenting existing models * scripting series of updates or inserts on measures or queries as batch operations -- useful for propagating si...

DAMI/Excel-PowerPivot-Utils-0.3 - 28 Mar 2023 21:49:49 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::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::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::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::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::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.065 seconds)