Data::Tabular::Output::XLS - Data::Tabular::Output::XLS documentation


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

Index


NAME

Top

Data::Tabular::Output::XLS

SYNOPSIS

Top

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

DESCRIPTION

Top

CONSTRUCTOR

Top

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

Top

workbook
  return the workbook

worksheet
  return the worksheet

col_offset
  return the column offset

row_offset
  return the row offset

AUTHOR

Top

"G. Allen Morris III" <gam3@gam3.net>

SEE ALSO

Top

Spreadsheet::WriteExcel


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