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