Class: Spreadsheet::ParseExcel::Parser

Inherits:
Object
  • Object
show all
Defined in:
lib/parseexcel/parser.rb

Instance Method Summary collapse

Instance Method Details

#parse(path) ⇒ Object



6
7
8
# File 'lib/parseexcel/parser.rb', line 6

def parse path
  Spreadsheet.open path
end