module ReadXls
Constants
- VERSION
Public Class Methods
parse(xls_path)
click to toggle source
# File lib/read_xls.rb, line 46 def self.parse(xls_path) Spreadsheet.parse(xls_path) end
# File lib/read_xls.rb, line 46 def self.parse(xls_path) Spreadsheet.parse(xls_path) end