module ExcelWalker::Reader

Public Class Methods

create(file_path) click to toggle source
# File lib/excel_walker/reader.rb, line 7
def self.create(file_path)
  Reader.new(file_path)
end