# File lib/spreadsheet/excel.rb, line 24
    def Excel.new file_path
      ExcelCompatibleWorkbook.new file_path
    end