| Class | GenericSpreadsheet |
| In: |
lib/roo/generic_spreadsheet.rb
|
| Parent: | Object |
Base class for all other types of spreadsheets
| default_sheet | [R] | |
| header_line | [RW] | sets the line with attribute names (default: 1) |
find a row either by row number or a condition Caution: this works only within the default sheet -> set default_sheet before you call this method (experimental. see examples in the test_roo.rb file)
recursively removes the current temporary directory this is only needed if you work with zipped files or files via the web
returns a rectangular area (default: all cells) as yaml-output you can add additional attributes with the prefix parameter like: oo.to_yaml({"file"=>"flightdata_2007-06-26", "sheet" => "1"})