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

Search results for "module:Spreadsheet::ParseExcel::Format"

Spreadsheet::ParseExcel::Format - A class for Cell formats. River stage two • 42 direct dependents • 66 total dependents

This module is used in conjunction with Spreadsheet::ParseExcel. See the documentation for Spreadsheet::ParseExcel....

JMCNAMARA/Spreadsheet-ParseExcel-0.66 - 29 Dec 2023 01:14:58 UTC

Spreadsheet::Reader::Format::ParseExcelFormatStrings - Convert Excel format strings to code River stage one • 1 direct dependent • 1 total dependent

This is the parser that converts Excel custom format strings into code that can be used to transform values into output matching the form defined by the format string. The goal of this code is to support as much as possible the definition of excel cu...

JANDREW/Spreadsheet-Reader-Format-v0.6.5 - 11 Jul 2020 21:07:30 UTC

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

Spreadsheet::Read - Read the data from a spreadsheet River stage two • 15 direct dependents • 23 total dependents

Spreadsheet::Read tries to transparently read *any* spreadsheet and return its content in a universal manner independent of the parsing module that does the actual spreadsheet scanning. For OpenOffice and/or LibreOffice this module uses Spreadsheet::...

HMBRAND/Spreadsheet-Read-0.90 - 13 Feb 2024 21:58:04 UTC

Spreadsheet::ParseExcel::Utility - Utility functions for Spreadsheet::ParseExcel. River stage two • 42 direct dependents • 66 total dependents

The "Spreadsheet::ParseExcel::Utility" module provides utility functions for working with ParseExcel and Excel data....

JMCNAMARA/Spreadsheet-ParseExcel-0.66 - 29 Dec 2023 01:14:58 UTC

Spreadsheet::HTML - Just another HTML table generator. River stage one • 1 direct dependent • 1 total dependent

Generate HTML tables with ease (HTML4, XHTML and HTML5). Generate portrait, landscape and other rotated views, Handsontable tables, HTML calendars, checkerboard patterns, games such as sudoku, banners and mazes, and create animations of cell values a...

JEFFA/Spreadsheet-HTML-1.22 - 27 Jan 2024 21:00:52 UTC

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

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

Spreadsheet::ParseXLSX - parse XLSX files River stage two • 9 direct dependents • 12 total dependents

This module is an adaptor for Spreadsheet::ParseExcel that reads XLSX files. For documentation about the various data that you can retrieve from these classes, please see Spreadsheet::ParseExcel, Spreadsheet::ParseExcel::Workbook, Spreadsheet::ParseE...

NUDDLEGG/Spreadsheet-ParseXLSX-0.35 - 19 Mar 2024 16:22:17 UTC

Spreadsheet::ParseExcel - Read information from an Excel file. River stage two • 42 direct dependents • 66 total dependents

The Spreadsheet::ParseExcel module can be used to read information from Excel 95-2003 binary files. The module cannot read files in the Excel 2007 Open XML XLSX format. See the Spreadsheet::XLSX module instead....

JMCNAMARA/Spreadsheet-ParseExcel-0.66 - 29 Dec 2023 01:14:58 UTC

Spreadsheet::WriteExcelXML - Create an Excel file in XML format. River stage zero No dependents

The "Spreadsheet::WriteExcelXML" module can be used to create an Excel file in XML format. The Excel XML format is supported in Excel 2002 and 2003. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers,...

JMCNAMARA/Spreadsheet-WriteExcelXML-0.15 - 29 Mar 2021 20:33:58 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::XLSX::Assist - The great new Spreadsheet::XLSX::Assist! River stage zero No dependents

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

Spreadsheet::DataFromExcel - read a sheet from Excel file into a simple arrayref of arrayrefs River stage zero No dependents

For some lucky reason I often and up given data to work with in Excel format. Nothing fancy, just one sheet with basic string data. My steps to utilize it in a perl program were either copy/pasting it into a text file and splitting on \t or firing up...

ZOFFIX/Spreadsheet-DataFromExcel-1.001003 - 26 Jan 2014 00:21:43 UTC

Spreadsheet::Reader::Format - Formatting for various spreadsheet readers River stage one • 1 direct dependent • 1 total dependent

In general a completly built formatter class as shown in the SYNOPSYS is already used by the package Spreadsheet::Reader::ExcelXML to turn unformatted data into formatted data. The purpose is to allow the Excel equivalent of localization of the outpu...

JANDREW/Spreadsheet-Reader-Format-v0.6.5 - 11 Jul 2020 21:07:30 UTC

Spreadsheet::Reader::ExcelXML - Read xlsx/xlsm/xml extention Excel files River stage zero No dependents

This is an Excel spreadsheet reading package that should parse all excel files with the extentions .xlsx, .xlsm, .xml *Excel 2003 xml <https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats> (SpreadsheetML <https://en.wikipedia.org/wiki/Spreadshe...

JANDREW/Spreadsheet-Reader-ExcelXML-v0.16.8 - 20 Apr 2017 12:55:57 UTC

Spreadsheet::ParseExcel::Cell - A class for Cell data and formatting. River stage two • 42 direct dependents • 66 total dependents

This module is used in conjunction with Spreadsheet::ParseExcel. See the documentation for Spreadsheet::ParseExcel....

JMCNAMARA/Spreadsheet-ParseExcel-0.66 - 29 Dec 2023 01:14:58 UTC

Acme::CPANModules::Spreadsheet - Currently alias for Acme::CPANModules::WorkingWithXLS River stage one • 1 direct dependent • 1 total dependent

The following are tools (programs, modules, scripts) to work with Excel formats (XLS, XLSX) or other spreadsheet formats like LibreOffice Calc (ODS). Parsing Spreadsheet::Read is a common-interface front-end for Spreadsheet::ReadSXC (for reading Libr...

PERLANCAR/Acme-CPANModules-WorkingWithXLS-0.005 - 23 Feb 2024 01:49:12 UTC

Spreadsheet::XLSX::Utility2007 - Utility function for Spreadsheet::XLSX River stage two • 15 direct dependents • 21 total dependents

Spreadsheet::XLSX::Utility2007 exports utility functions concerned with Excel format setting. ExcelFmt is used by Spreadsheet::XLSX::Fmt2007.pm which is used by Spreadsheet::XLSX....

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

Spreadsheet::BasicReadNamedCol - Methods to easily read data from spreadsheets with columns in the order you want based on the names of the column headings River stage zero No dependents

Provides methods for simple reading of a Excel spreadsheet, where the columns are returned in the order defined. Assumes a specific format of the spreadsheet where the first row of data defined the names of the columns....

GNG/Spreadsheet-BasicReadNamedCol-1.03 - 30 Apr 2006 06:01:08 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
40 results (0.139 seconds)