module Spreadsheet::ParseExcel
The ParseExcel module is provided as a drop-in replacement for the ParseExcel library. This code is deprecated and will be removed in Spreadsheet version 1.0.0
Public Class Methods
parse(path)
click to toggle source
# File lib/parseexcel/parseexcel.rb, line 17 def ParseExcel.parse path Spreadsheet.open path end