NAME
Data::Tabular::Output::XLS
SYNOPSIS
This object is used by Data::Tabular to render a table.
DESCRIPTION
CONSTRUCTOR
- new
-
Normally this object is constructed by the Data::Tabular::html method.
It requires 4 arguments: a table, an output object, a workbook object and a worksheet object.
The workbook should be a part of the worksheet.
METHODS
- workbook
-
return the workbook
- worksheet
-
return the worksheet
- col_offset
-
return the column offset
- row_offset
-
return the row offset
AUTHOR
"G. Allen Morris III" <gam3@gam3.net>