Class | Spreadsheet::Workbook |
In: |
lib/spreadsheet/workbook.rb
|
Parent: | Object |
The Workbook class represents a Spreadsheet-Document and is the entry point for all Spreadsheet manipulation.
Interesting Attributes:
default_format: | The default format used for all cells in this Workbook. that have no format set explicitly or in Row#default_format or Worksheet#default_format. |
active_worksheet | [RW] | |
default_format | [RW] | |
encoding | [RW] | |
fonts | [R] | |
formats | [R] | |
io | [R] | |
version | [RW] | |
worksheets | [R] |
Add a Format to the Workbook. If you use Row#set_format, you should not need to use this Method.
Returns a new instance of the default Writer class for this Workbook (can only be an Excel::Writer::Workbook at this time)