Class: ExcelUtils::Sheets::ExcelStream

Inherits:
Base
  • Object
show all
Defined in:
lib/excel_utils/sheets/excel_stream.rb

Instance Attribute Summary

Attributes inherited from Base

#name, #normalize_column_names

Instance Method Summary collapse

Methods inherited from Base

#column_names, #each

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:, **options)
  super(**options)
  @spreadsheet = spreadsheet
end