class RubyXL::Parser

def self.parse(file_path, opts = {})

def self.parse(file_path, opts = {})
  self.new(opts).parse(file_path)
end