Class: Ruport::Data::Table

Inherits:
Object
  • Object
show all
Extended by:
FromODS, FromXLS
Defined in:
lib/ruport/util/xls_table.rb,
lib/ruport/util/ods_table.rb

Overview

Overview

This class extends the core class Ruport::Data::Table and adds support for loading Openoffice spreadsheet files using roo. The idea is to get data from speadsheets that may contain already calculated values entered by non-programmers.

Once your data is in a Table object, it can be manipulated to suit your needs, then used to build a report.

Copyright © 2007, Wes Hays All Rights Reserved.

Direct Known Subclasses

Graph

Defined Under Namespace

Modules: FromODS, FromXLS

Method Summary

Methods included from FromXLS

load_xls, parse_xls

Methods included from FromODS

load_ods, parse_ods