Class: ExcelUtils::Sheets::Excel
- Defined in:
- lib/excel_utils/sheets/excel.rb
Instance Attribute Summary
Attributes inherited from Base
#name, #normalize_column_names
Instance Method Summary collapse
-
#initialize(spreadsheet:, **options) ⇒ Excel
constructor
A new instance of Excel.
Methods inherited from Base
Constructor Details
#initialize(spreadsheet:, **options) ⇒ Excel
Returns a new instance of Excel.
5 6 7 8 |
# File 'lib/excel_utils/sheets/excel.rb', line 5 def initialize(spreadsheet:, **) super(**) @spreadsheet = spreadsheet end |