NAME
Business::ReportWriter::OOCalc - A Business Oriented ReportWriter.
SYNOPSIS
use Business::ReportWriter::OOCalc;
my $rw = new Business::ReportWriter::OOCalc();
$rw->process_report($outfile, $report, $head, $list);
DESCRIPTION
Business::ReportWriter is a tool to make a Business Report from an array of data. The report output is generated based on a XML description of the report.
The report is written to a OpenOffice Calc file.
SEE ALSO
Business::ReportWriter
COPYRIGHT
Copyright (C) 2003-2006 Kaare Rasmussen. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Kaare Rasmussen <kar at jasonic.dk>