/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Data-Tabular/blib/lib/Data/Tabular/Table.pm


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;