Class: ExcelUtils::Sheets::CSV

Inherits:
Base
  • Object
show all
Defined in:
lib/excel_utils/sheets/csv.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(filename:, **options) ⇒ CSV

Returns a new instance of CSV.



5
6
7
8
# File 'lib/excel_utils/sheets/csv.rb', line 5

def initialize(filename:, **options)
  super(**options)
  @filename = filename
end