Module: Spreadsheet::ParseExcel
- Defined in:
- lib/parseexcel/parser.rb,
lib/parseexcel/parseexcel.rb
Overview
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
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.parse(path) ⇒ Object
17 18 19 |
# File 'lib/parseexcel/parseexcel.rb', line 17 def ParseExcel.parse path Spreadsheet.open path end |