GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Text::Table::XLSX(3) User Contributed Perl Documentation Text::Table::XLSX(3)

Text::Table::XLSX - Generate XLSX worksheet

This document describes version 0.001 of Text::Table::XLSX (from Perl distribution Text-Table-XLSX), released on 2018-09-23.

 use Text::Table::XLSX;

 my $rows = [
     # header row
     ['Name', 'Rank', 'Serial'],
     # rows
     ['alice', 'pvt', '123456'],
     ['bob',   'cpl', '98765321'],
     ['carol', 'brig gen', '8745'],
 ];
 print Text::Table::XLSX::table(rows => $rows, header_row => 1);

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.

Please visit the project's homepage at <https://metacpan.org/release/Text-Table-XLSX>.

Source repository is at <https://github.com/perlancar/perl-Text-Table-XLSX>.

Please report any bugs or feature requests on the bugtracker website <https://rt.cpan.org/Public/Dist/Display.html?Name=Text-Table-XLSX>

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

Spreadsheet::GenerateXLSX

Text::Table::Any

perlancar <perlancar@cpan.org>

This software is copyright (c) 2018 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2018-09-23 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.