Class: Importer::XlsxReader
- Inherits:
-
ExcelReader
- Object
- DataReader
- ExcelReader
- Importer::XlsxReader
- Defined in:
- lib/iron/import/xlsx_reader.rb
Overview
Uses the Roo gem to read in .xlsx files
Instance Attribute Summary
Attributes inherited from DataReader
Instance Method Summary collapse
-
#initialize(importer) ⇒ XlsxReader
constructor
A new instance of XlsxReader.
Methods inherited from ExcelReader
#include_sheet?, #init_source, #load_raw
Methods inherited from DataReader
#add_error, #add_exception, for_format, for_path, for_source, for_stream, #init_source, is_stream?, #load, #load_each, #load_raw, #parse_value, path_from_stream, #supports?, #supports_file!, #supports_file?, #supports_stream!, #supports_stream?, verify_nokogiri!, verify_roo!
Constructor Details
#initialize(importer) ⇒ XlsxReader
Returns a new instance of XlsxReader.
6 7 8 |
# File 'lib/iron/import/xlsx_reader.rb', line 6 def initialize(importer) super(importer, :xlsx) end |