Class: Excelerate::Workbook
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Excelerate::Workbook
- Defined in:
- lib/excelerate/workbook.rb
Instance Method Summary collapse
- #first ⇒ Object
-
#initialize(options = {}) ⇒ Workbook
constructor
A new instance of Workbook.
- #worksheet(index) ⇒ Object (also: #[])
Constructor Details
#initialize(options = {}) ⇒ Workbook
Returns a new instance of Workbook.
3 4 5 |
# File 'lib/excelerate/workbook.rb', line 3 def initialize( = {}) __setobj__ [:workbook] end |