class Importer::XlsxReader
Uses the Roo gem to read in .xlsx files
Public Class Methods
new(importer)
click to toggle source
Calls superclass method
Importer::ExcelReader::new
# File lib/iron/import/xlsx_reader.rb, line 6 def initialize(importer) super(importer, :xlsx) end