Class: Importer::XlsReader

Inherits:
ExcelReader show all
Defined in:
lib/iron/import/xls_reader.rb

Overview

Uses the Roo gem to read in .xls files

Instance Attribute Summary

Attributes inherited from DataReader

#format

Instance Method Summary collapse

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) ⇒ XlsReader

Returns a new instance of XlsReader.



6
7
8
# File 'lib/iron/import/xls_reader.rb', line 6

def initialize(importer)
  super(importer, :xls)
end