[Source]
# File lib/spreadsheet/excel.rb, line 24 24: def Excel.new file_path 25: ExcelCompatibleWorkbook.new file_path 26: end
[Validate]