IO/StructuredOutput version 0.01
================================
IO::StructuredOutput provides a high level abstraction from creating output that is formatted in a structured way (like in tables). Currently, excel, csv, and html table output are supported.
csv data is returned in a zip archive
xls data is returned as an excel spreadsheet
html data is returned as plain text w/ html formatting
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries: