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

Search results for "xlsx"

Spreadsheet::XLSX - Perl extension for reading MS Excel 2007 files. River stage two • 15 direct dependents • 21 total dependents

This module is a (quick and dirty) emulation of Spreadsheet::ParseExcel for Excel 2007 (.xlsx) file format. It supports styles and many of Excel's quirks, but not all. It populates the classes from Spreadsheet::ParseExcel for interoperability; includ...

ASB/Spreadsheet-XLSX-0.18 - 09 Mar 2024 20:16:27 UTC - Search in distribution

PDL::IO::XLSX - Load/save PDL from/to XLSX file (optimized for speed and large data) River stage zero No dependents

PDL::IO::XLSX supports reading XLSX files and creating PDL piddle(s) as well as saving PDL data to XLSX file....

KMX/PDL-IO-XLSX-0.004 - 18 Dec 2016 13:39:28 UTC - Search in distribution

Text::Table::XLSX - Generate XLSX worksheet River stage one • 1 direct dependent • 1 total dependent

This module provides a single function, "table", which takes a two-dimensional array of data and generate an XLSX data stream from it. It's basically a very thin wrapper for Spreadsheet::GenerateXLSX....

PERLANCAR/Text-Table-XLSX-0.001 - 23 Sep 2018 11:39:08 UTC - Search in distribution

Data::XLSX::Parser - faster XLSX parser River stage zero No dependents

Data::XLSX::Parser provides a fast way to parse Microsoft Excel's .xlsx files. The implementation of this module is highly inspired from Python's FastXLSX library. The module uses a SAX based parser, so you can parse very large XLSX file with lower m...

ACIDLEMON/Data-XLSX-Parser-0.20 - 16 Feb 2021 10:33:59 UTC - Search in distribution

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 - Search in distribution

Catalyst::View::XLSX - Catalyst View for Microsoft Excel file River stage zero No dependents

This is a very simple module which uses few methods of Excel::Writer::XLSX and creates an Excel file based on the stashed parameters. It also respond the file that has been readily available. STASH PARAMETERS $c->stash->{xlsx} = { data => [ { row => ...

BASKARN/Catalyst-View-XLSX-1.2 - 24 Jul 2017 06:16:48 UTC - Search in distribution

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 - Search in distribution

Data::Grid::Excel::XLSX - OOXML standard Excel driver for Data::Grid River stage zero No dependents

DORIAN/Data-Grid-0.07 - 29 Jan 2020 20:59:54 UTC - Search in distribution
  • Data::Grid - Incremental read access to grid-based data

Catmandu::Importer::XLSX - Package that imports XLSX files River stage zero No dependents

Catmandu importer for XLSX files....

NICS/Catmandu-XLS-0.10 - 04 Jan 2021 10:57:06 UTC - Search in distribution

Excel::ValueReader::XLSX - extracting values from Excel workbooks in XLSX format, fast River stage zero No dependents

Purpose This module reads the contents of an Excel file in XLSX format. Unlike other modules like Spreadsheet::ParseXLSX or Spreadsheet::XLSX, there is no support for reading formulas, formats or other Excel internal information; all you get are plai...

DAMI/Excel-ValueReader-XLSX-1.13 - 06 Nov 2023 22:00:00 UTC - Search in distribution

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 - Search in distribution

Excel::Writer::XLSX::CDF - Generates Excel Document with Continuous Distribution Function Chart River stage zero No dependents

Generates Excel Document with Continuous Distribution Function Chart from the supplied data....

MRDVT/Excel-Writer-XLSX-CDF-0.04 - 16 Jun 2022 20:03:46 UTC - Search in distribution

Spreadsheet::XLSX::Assist - The great new Spreadsheet::XLSX::Assist! River stage zero No dependents

CARLSHEN/Spreadsheet-ParseExcel-Assist - 06 Feb 2013 10:20:19 UTC - Search in distribution

Data::TableReader::Decoder::XLSX - Access sheets/rows of a modern Microsoft Excel workbook River stage one • 1 direct dependent • 1 total dependent

See Data::TableReader::Decoder::Spreadsheet. This subclass simply parses the input using an instance of Spreadsheet::ParseXLSX....

NERDVANA/Data-TableReader-0.014 - 25 Mar 2024 17:25:39 UTC - Search in distribution

Spreadsheet::Template::Writer::XLSX - generate XLSX files from templates River stage one • 1 direct dependent • 1 total dependent

This class implements Spreadsheet::Template::Writer, allowing you to generate XLSX files....

DOY/Spreadsheet-Template-0.05 - 26 Mar 2015 03:39:43 UTC - Search in distribution

Spreadsheet::Compare::Reporter::XLSX - XLSX Report Adapter for Spreadsheet::Compare River stage zero No dependents

Handles writing Spreadsheet::Compare reports in XLSX format....

TOMK/Spreadsheet-Compare-0.16 - 03 Apr 2021 13:31:04 UTC - Search in distribution

Spreadsheet::ParseExcel::Stream::XLSX - Simple interface to XLSX Excel data River stage zero No dependents

See Spreadsheet::ParseExcel::Stream....

DOUGW/Spreadsheet-ParseExcel-Stream-0.11 - 22 Oct 2013 17:28:21 UTC - Search in distribution

lib/App/AutoCRUD/View/Xlsx.pm River stage zero No dependents

DAMI/App-AutoCRUD-0.15 - 27 Nov 2023 18:50:16 UTC - Search in distribution
  • App::AutoCRUD - A Plack application for browsing and editing databases

lib/App/Fasops/Command/xlsx.pm River stage one • 3 direct dependents • 3 total dependents

WANGQ/App-Fasops-0.6.4 - 02 Sep 2019 19:31:56 UTC - Search in distribution

Excel::Writer::XLSX::Simple::Tabs - Simple Interface to the Excel::Writer::XLSX Package River stage zero No dependents

This is a simple wrapper around Excel::Writer::XLSX that creates tabs for data. It is meant to be simple not full featured. I use this package to export data from the DBIx::Array sqlarrayarrayname method which is an array of array references where th...

MRDVT/Excel-Writer-XLSX-Simple-Tabs-0.03 - 23 May 2022 03:12:43 UTC - Search in distribution
106 results (0.108 seconds)