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

Search results for "Spreadsheet::WriteExcel"

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

Spreadsheet::WriteExcel::FromDB - Convert a database table to an Excel spreadsheet River stage one • 1 direct dependent • 1 total dependent

This module exports a database table as an Excel Spreadsheet. The data is not returned in any particular order, as it is a simple task to perform this in Excel. However, you may choose to ignore certain columns, using the 'ignore_columns' method....

TMTM/Spreadsheet-WriteExcel-FromDB-1.00 - 03 Sep 2005 23:47:43 UTC - Search in distribution

Spreadsheet::WriteExcel::Simple - A simple single-sheet Excel document River stage one • 7 direct dependents • 8 total dependents

This provides an abstraction to the Spreadsheet::WriteExcel module for easier creation of simple single-sheet Excel documents. In its most basic form it provides two methods for writing data: write_row and write_bold_row which write the data supplied...

TMTM/Spreadsheet-WriteExcel-Simple-1.04 - 16 Jan 2006 11:24:22 UTC - Search in distribution

Spreadsheet::WriteExcel::Styler - Styles for formatting generated Excel files River stage zero No dependents

This is a small utility to help formatting cells while creating Excel workbooks through Spreadsheet::WriteExcel or Excel::Writer::XLSX. When working interactively within the Excel application, users often change one format feature at a time (highligh...

DAMI/Spreadsheet-WriteExcel-Styler-1.02 - 12 Dec 2012 19:25:46 UTC - Search in distribution

Spreadsheet::WriteExcel::FromXML - Create Excel Spreadsheet from XML River stage zero No dependents

This module uses Spreadsheet::WriteExcel to turn a simple XML data file into a binary Excel XLS file. See also the FromXML.dtd file in the distribution....

BWMCADAMS/Spreadsheet-WriteExcel-FromXML-1.1 - 29 Jun 2006 16:35:44 UTC - Search in distribution

Spreadsheet::WriteExcel::WebPivot - generates an MS Excel Web Pivot table for IE River stage zero No dependents

this method creates an MS Excel Web Pivot which when viewed on a Windows machine with MS Office XP and IE gives you a fully functional embedded spreadsheet object in the browser. This should be able to run and produce output anywhere perl is installe...

JANITOR/Spreadsheet-WriteExcel-WebPivot-0.02 - 02 Nov 2020 22:28:04 UTC - Search in distribution

Spreadsheet::WriteExcel::Simple::Save - convenience method for Spreadsheet::WriteExcel::Simple River stage zero No dependents

Spreadsheet::WriteExcel::Simple::Save adds a save() method to Spreadsheet::WriteExcel::Simple objects. Tony Bowden liked my patch and made some suggestions, but clearly is overloaded with his obligations as maintainer of Class::DBI, so he never integ...

TBONE/Spreadsheet-WriteExcel-Simple-Save-0.05 - 05 Nov 2003 13:22:26 UTC - Search in distribution

Spreadsheet::WriteExcel::Simple::Tabs - Simple Interface to the Spreadsheet::WriteExcel Package River stage zero No dependents

This is a simple wrapper around Spreadsheet::WriteExcel that creates tabs for data. It is ment 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...

MRDVT/Spreadsheet-WriteExcel-Simple-Tabs-0.10 - 19 Dec 2011 19:32:34 UTC - Search in distribution

Spreadsheet::WriteExcel::FromDB::Query - Convert a database query to an Excel spreadsheet River stage zero No dependents

This module exports a database query as an Excel Spreadsheet. It functions very similar to Spreadsheet::WriteExcel::FromDB, except that it forms the Excel spreadsheet from a query instead of an entire table....

CPKOIS/Spreadsheet-WriteExcel-FromDB-Query-0.01 - 09 May 2006 13:55:15 UTC - Search in distribution

Spreadsheet::WriteExcel::Extended::FitColumnWidth - Extends Spreadsheet::WriteExcel with autofit of columns and a few other nice things River stage zero No dependents

GNG/Spreadsheet-WriteExcel-Extended-FitColumnWidth-1.02 - 11 Apr 2012 12:03:24 UTC - Search in distribution

Spreadsheet::WriteExcel::Worksheet::SheetProtection - Sheet Protection extension for Spreadsheet::WriteExcel::Worksheet River stage zero No dependents

This module allows you to specify the sheet protection attribute available in recent versions of Microsoft Excel (Menu item: Tools > Protection > Protect Sheet...). It extends the Spreadsheet::WriteExcel::Worksheet class by adding a "sheet_protection...

SRIHA/Spreadsheet-WriteExcel-Worksheet-SheetProtection-0.03 - 18 Jan 2008 01:19:32 UTC - Search in distribution

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

Mojolicious::Plugin::WriteExcel - Spreadsheet::WriteExcel plugin River stage zero No dependents

Mojolicious::Plugin::WriteExcel is a renderer for Excel spreadsheets....

ZAKAME/MojoX-Renderer-WriteExcel-1.11 - 18 May 2011 11:52:15 UTC - Search in distribution

Spreadsheet::Wright - simple spreadsheet worker River stage one • 1 direct dependent • 1 total dependent

"Spreadsheet::Wright" is a fork of Spreadsheet::Write and may be used as a drop-in replacement. "Spreadsheet::Wright" writes files in CSV, Microsoft Excel, HTML and OpenDocument formats. It is especially suitable for building various dumps and report...

TOBYINK/Spreadsheet-Wright-0.107 - 04 Jan 2020 20:20:09 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.912 - 11 Mar 2024 22:34:38 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.53 - 23 Nov 2023 12:21:52 UTC - Search in distribution

XLSperl - use Perl "one-liners" with Microsoft Excel files River stage zero No dependents

Background Perl "one-liners" have a great many uses for quick data processing tasks, often replacing the UNIX tools "grep", "sed", and "awk". For example, a simple "grep" function can be written as: perl -lne '/pattern/ and print' file.txt which impr...

JONALLEN/XLSperl-0.7 - 20 Jun 2008 09:45:37 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

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
63 results (0.058 seconds)