| Class | Rasta::Spreadsheet::Sheet |
| In: |
lib/rasta/spreadsheet.rb
|
| Parent: | Object |
Sheets store the information about records on the sheet. In order to allow the user to add comments and have flexibility with how the data is laid out we have the following requirements:
Iterating over the Sheet will return Records which represent the row/column
| book | [R] | |
| firstcol | [R] | |
| firstrow | [R] | |
| headers | [R] | |
| lastcol | [R] | |
| lastrow | [R] | |
| name | [R] | |
| style | [R] |