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

NAME

Data::Tabular::Table

SYNOPSIS

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

DESCRIPTION

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;