module Spreadsheet::Excel

Public Class Methods

new(file_path) click to toggle source
# File lib/spreadsheet/excel.rb, line 17
def Excel.new file_path
  ExcelCompatibleWorkbook.new file_path
end