Search results for "module:Text::FormatTable"
Text::FormatTable - Format text tables
Text::FormatTable renders simple tables as text. You pass to the constructor (*new*) a table format specification similar to LaTeX (e.g. "r|l|5l|R|20L") and you call methods to fill the table data and insert rules. After the data is filled, you call ...
TREY/Text-FormatTable-1.03 - 24 Jul 2009 22:27:06 UTC
Text::ASCIITable - Create a nice formatted table using ASCII characters.
LUNATIC/Text-ASCIITable-0.22
-
29 Dec 2016 14:52:23 UTC
Text::Table::Org - Generate Org tables
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::Any - Generate text table using one of several backends
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.115 - 03 Jul 2022 06:09:36 UTC
Data::Table::Text - Write data in tabular text format.
Write data in tabular text format. Version 20230422. 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-20230521 - 21 May 2023 19:49:29 UTC
Text::Table::Manifold - Render tables in manifold formats
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
Text::FixedLengthMultiline - Parse text data formatted in space separated columns optionnaly on multiple lines
A row of data can be splitted on multiple lines of text with cell content flowing in the same column space....
DOLMEN/Text-FixedLengthMultiline-0.071 - 14 Nov 2011 21:23:36 UTC