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

Search results for "module:Text::Table"

Text::Table - Organize Data in Tables River stage three • 46 direct dependents • 179 total dependents

Organization of data in table form is a time-honored and useful method of data representation. While columns of data are trivially generated by computer through formatted output, even simple tasks like keeping titles aligned with the data columns are...

SHLOMIF/Text-Table-1.135 - 12 Oct 2022 15:26:39 UTC

Text::Table::TSV - Generate TSV River stage one • 3 direct dependents • 3 total dependents

This module provides a single function, "table", which formats a two-dimensional array of data as TSV. This is basically a way to generate TSV using the same interface as that of Text::Table::Tiny (v0.03) or Text::Table::Org. The example shown in the...

PERLANCAR/Text-Table-TSV-0.002 - 20 Jan 2019 13:39:49 UTC

Text::Table::Org - Generate Org tables River stage two • 4 direct dependents • 72 total dependents

This module provides a single function, "table", which formats a two-dimensional array of data as an Org text table. The example shown in the SYNOPSIS generates the following table: | Name | Rank | Serial | |-------+----------+----------| | alice | p...

PERLANCAR/Text-Table-Org-0.031 - 17 Feb 2022 00:05:40 UTC

Text::Table::ASV - Generate ASV (ASCII separated value a.k.a. DEL a.ka. delimited ASCII) River stage one • 1 direct dependent • 1 total dependent

This module provides a single function, "table", which formats a two-dimensional array of data as ASV. This is basically a way to generate ASV using the same interface as that of Text::Table::Tiny (v0.03) or Text::Table::Org. ASV (ASCII separated val...

PERLANCAR/Text-Table-ASV-0.002 - 19 Jun 2021 00:05:38 UTC

Text::Table::CSV - Generate CSV River stage one • 4 direct dependents • 4 total dependents

This module provides a single function, "table", which formats a two-dimensional array of data as CSV. This is basically a way to generate CSV using the same interface as that of Text::Table::Tiny (v0.03) or Text::Table::Org. The example shown in the...

PERLANCAR/Text-Table-CSV-0.023 - 28 Nov 2019 23:17:39 UTC

Text::Table::Any - Generate text table using one of several backends River stage two • 7 direct dependents • 13 total dependents

This module provides a single function, "generate_table", which formats a two-dimensional array of data as text table, using one of several available backends. The interface is modelled after Text::Table::Tiny, but Text::Table::Sprintf is the default...

PERLANCAR/Text-Table-Any-0.117 - 23 Feb 2024 02:04:20 UTC

Text::Diff::Table - Text::Diff plugin to generate "table" format output River stage four • 103 direct dependents • 5509 total dependents

This is a plugin output formatter for Text::Diff that generates "table" style diffs: +--+----------------------------------+--+------------------------------+ | |../Test-Differences-0.2/MANIFEST | |../Test-Differences/MANIFEST | | |Thu Dec 13 15:38:4...

NEILB/Text-Diff-1.45 - 16 Aug 2017 18:41:19 UTC

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

This module provides a single function, "table", which formats a two-dimensional array of data as LTSV. This is basically a way to generate LTSV using the same interface as that of Text::Table::Tiny (v0.03) or Text::Table::Org. The example shown in t...

PERLANCAR/Text-Table-LTSV-0.001 - 30 Jun 2018 06:40:32 UTC

Data::Table::Text - Write data in tabular text format. River stage two • 35 direct dependents • 35 total dependents

Write data in tabular text format. Version 20240203. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Data-Table-Text-20240408 - 07 Apr 2024 19:30:28 UTC

Text::Table::More - Generate text table with simple interface and many options River stage three • 5 direct dependents • 243 total dependents

Text::Table::More is yet another text table rendering module. This module uses the simple interface of Text::Table::Tiny with support for more formatting options like column/row spans, border style, per-row/column/cell align/valign/pad/vpad/hpad, and...

PERLANCAR/Text-Table-More-0.025 - 27 Mar 2022 03:01:50 UTC

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

Text::Table::Tiny - generate simple text tables from 2D arrays River stage two • 8 direct dependents • 17 total dependents

This module provides a single function, "generate_table", which formats a two-dimensional array of data as a text table. It handles text that includes ANSI escape codes and wide Unicode characters. There are a number of options for adjusting the outp...

NEILB/Text-Table-Tiny-1.03 - 17 Jun 2022 21:52:12 UTC

Text::Table::HTML - Generate HTML table River stage one • 4 direct dependents • 4 total dependents

This module provides a single function, "table", which formats a two-dimensional array of data as HTML table. Its interface is modelled after Text::Table::Tiny 0.03. The example shown in the SYNOPSIS generates the following table: <table> <thead> <tr...

PERLANCAR/Text-Table-HTML-0.010 - 22 May 2023 15:27:38 UTC

Text::PORE::Table - provides methods to display a table of items via HTML River stage zero No dependents

ZTANG/Text-PORE-1.02 - 23 Feb 2004 00:21:00 UTC

Text::Yeti::Table - Render a table like "docker ps" does River stage one • 1 direct dependent • 1 total dependent

Text::Yeti::Table renders a table of data into text. Given a table (which is an arrayref of hashrefs) and a specification, it creates output such as below. CONTAINER ID IMAGE CREATED STATUS NAME 632495650e4e alpine:latest 5 days ago Exited 5 days ago...

FERREIRA/Text-Yeti-Table-0.3.0 - 15 Jan 2018 23:49:56 UTC

Text::Table::Sprintf - Generate simple text tables from 2D arrays using sprintf() River stage three • 6 direct dependents • 727 total dependents

This module provides a single function, "table", which formats a two-dimensional array of data as a simple text table. The example shown in the SYNOPSIS generates the following table: +-------+----------+----------+ | Name | Rank | Serial | +-------+...

PERLANCAR/Text-Table-Sprintf-0.008 - 23 Feb 2024 02:04:42 UTC

Text::Table::TinyWide - Text::Table::Tiny + support for wide character River stage one • 2 direct dependents • 2 total dependents

This module is like Text::Table::Tiny (0.04) with added support for wide characters. With this module, text with wide characters will still line up. Interface, options, and format variables are the same as in Text::Table::Tiny....

PERLANCAR/Text-Table-TinyWide-0.001 - 19 Oct 2016 14:44:37 UTC

Text::Table::Manifold - Render tables in manifold formats River stage one • 3 direct dependents • 6 total dependents

Outputs tables in any one of several supported types. Features: o Generic interface to all supported table formats o Separately specify header/data/footer rows o Separately include/exclude header/data/footer rows o Align cell values Each column has i...

RSAVAGE/Text-Table-Manifold-1.03 - 07 Feb 2021 06:47:53 UTC

Map::Tube::Text::Table - Table output for Map::Tube. River stage one • 1 direct dependent • 1 total dependent

SKIM/Map-Tube-Text-Table-0.05 - 19 Jan 2020 12:27:52 UTC

Text::Table::TinyColor - Text::Table::Tiny + support for colored text River stage one • 2 direct dependents • 2 total dependents

This module is like Text::Table::Tiny (0.04) with added support for colored text (text that contains ANSI color codes). With this module, the colored text will still line up. Interface, options, and format variables are the same as in Text::Table::Ti...

PERLANCAR/Text-Table-TinyColor-0.002 - 19 Oct 2016 14:49:56 UTC
240 results (0.073 seconds)