Data::Tabular::Table - Data::Tabular::Table documentation


Data-Tabular documentation  | view source Contained in the Data-Tabular distribution.

Index


NAME

Top

Data::Tabular::Table

SYNOPSIS

Top

This object is used by Data::Tabular to hold a table.

DESCRIPTION

Top

Constructor

new

This creates a table object. It requires a header and a data argument.

Control Methods

title
columns
headers
header_offset

Display Methods

html

returns html representation of the table;

xml

returns xml representation of the table;

xls

returns xls representation of the table;

txt

returns text representation of the table;


Data-Tabular documentation  | view source Contained in the Data-Tabular distribution.