Class: ExcelUtils::Sheets::CSV
- Defined in:
- lib/excel_utils/sheets/csv.rb
Instance Attribute Summary
Attributes inherited from Base
#name, #normalize_column_names
Instance Method Summary collapse
-
#initialize(filename:, **options) ⇒ CSV
constructor
A new instance of CSV.
Methods inherited from Base
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:, **) super(**) @filename = filename end |