The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>