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

Search results for "module::Spreadsheet-WriteExcel"

Charts River stage two • 33 direct dependents • 46 total dependents

This document explains how to import Excel charts into a "Spreadsheet::WriteExcel" file. Note: This feature is semi-deprecated. The preferred method of adding charts is to use the Workbook "add_chart()" method to create a "native" chart. See the Spre...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC - Search in distribution

EAI::Wrap - framework for easy creation of Enterprise Application Integration tasks River stage zero No dependents

EAI::Wrap provides a framework for defining EAI jobs directly in Perl, sparing the creator of low-level tasks as FTP-Fetching, file-parsing and storing into a database. It also can be used to handle other workflows, like creating files from the datab...

RKAPL/EAI-Wrap-1.913 - 03 Apr 2024 20:40:08 UTC - Search in distribution

Text::CSV_XS - comma-separated values manipulation routines River stage three • 112 direct dependents • 289 total dependents

Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a "CSV" string and parse a "CSV" string into fields. The module accepts either strings or...

HMBRAND/Text-CSV_XS-1.54 - 18 Apr 2024 12:11:05 UTC - Search in distribution

Nagios::Report - Perl class to filter and munge Nagios availability data River stage zero No dependents

Gets the Nagios (http://wwww.Nagios.ORG/) All Hosts or Services availability report (getting the results in CSV format) and applies grep like filters, map like munging, and slice like field masks to produce a report which can be output in various way...

HOPCROFTS/Nagios-Report-0.003 - 28 Aug 2006 23:11:38 UTC - Search in distribution

Task::Kensho - A Glimpse at an Enlightened Perl River stage one • 4 direct dependents • 4 total dependents

Task::Kensho is a list of recommended, widely used and best-in-class modules for Enlightened Perl development. CPAN is wonderful, but there are too many wheels and you have to pick and choose amongst the various competing technologies. From <http://e...

ETHER/Task-Kensho-0.41 - 03 Jul 2021 03:40:21 UTC - Search in distribution

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

Saraltest - Perl extension for blah blah blah River stage zero No dependents

Stub documentation for Saraltest, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited....

MARSAB/Saraltest - 26 Aug 2011 10:57:44 UTC - Search in distribution

DBD::Excel - A class for DBI drivers that act on Excel File. River stage one • 2 direct dependents • 2 total dependents

This is still alpha version. The DBD::Excel module is a DBI driver. The module is based on these modules: * Spreadsheet::ParseExcel reads Excel files. * Spreadsheet::WriteExcel writes Excel files. * SQL::Statement a simple SQL engine. * DBI Of course...

ASB/DBD-Excel-0.07 - 12 Feb 2024 20:53:24 UTC - Search in distribution

MsOffice::Word::HTML::Writer - Writing documents for MsWord in HTML format River stage zero No dependents

Goal The present module is one way to programatically generate documents targeted for Microsoft Word (MsWord). It doesn't need MsWord to be installed, and doesn't even require a Win32 machine (which is why the module is not in the "Win32" namespace)....

DAMI/MsOffice-Word-HTML-Writer-1.10 - 05 Aug 2023 07:37:41 UTC - Search in distribution

Task::BeLike::LESPEA - Modules that LESPEA uses on a daily basis River stage zero No dependents

LESPEA/Task-BeLike-LESPEA-2.005000 - 12 Mar 2014 14:47:57 UTC - Search in distribution

Excel::Template - Excel::Template River stage one • 2 direct dependents • 2 total dependents

This is a module used for templating Excel files. Its genesis came from the need to use the same datastructure as HTML::Template, but provide Excel files instead. The existing modules don't do the trick, as they require replication of logic that's al...

RBO/Excel-Template-0.34 - 29 Apr 2012 19:26:04 UTC - Search in distribution

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

DBIx::SQLCrosstab::Format - Formats results created by DBIx::SQLCrosstab River stage zero No dependents

DBIx::SQLCrosstab::Format is a class descending from DBIx::SQLCrosstab. Being a child class, it inherits its parent methods and can be used in the same way. In addition, it provides methods to produce formatted output. Class methods new get_recs get_...

GMAX/DBIx-SQLCrosstab-1.17 - 16 Jan 2004 11:59:35 UTC - Search in distribution

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

Bundle::FinalTest - Perl extension for blah blah blah River stage zero No dependents

Stub documentation for Bundle::FinalTest, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited. Blah blah blah....

MARSAB/Bundle-FinalTest - 02 Aug 2011 05:52:05 UTC - Search in distribution

Bundle::FinalTest2 - Perl extension for blah blah blah River stage zero No dependents

Stub documentation for Bundle::FinalTest2, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited....

MARSAB/Bundle-FinalTest2 - 03 Aug 2011 05:10:02 UTC - Search in distribution

DateTime::Format::Excel - Convert between DateTime and Excel dates. River stage one • 3 direct dependents • 4 total dependents

Excel uses a different system for its dates than most Unix programs. This module allows you to convert between a few of the Excel raw formats and "DateTime" objects, which can then be further converted via any of the other "DateTime::Format::*" modul...

ABURS/DateTime-Format-Excel-0.31 - 20 Oct 2010 09:55:39 UTC - Search in distribution

Bundle::Interchange4 - A bundle of the modules nice to have for Interchange 4. River stage zero No dependents

This bundle installs the prerequisites for Interchange as well as some modules that are not strictly necessary. (Interchange was formerly known as Minivend.) After installing this bundle, it is recommended that you quit the current session and then r...

MIKEH/Bundle-Interchange4-0.07 - 12 Apr 2004 00:42:50 UTC - Search in distribution

Bundle::Advent::Year2001 - Modules of the 2001 Perl Advent Calendar River stage zero No dependents

DAVIDRW/Advent-Bundles-0.05 - 21 Feb 2011 18:30:09 UTC - Search in distribution

Task::BeLike::JONASBN - Collection of modules often used by jonasbn River stage zero No dependents

JONASBN/Task-BeLike-JONASBN-1.07 - 24 Jan 2014 19:41:02 UTC - Search in distribution
51 results (0.216 seconds)