iwfm.xls.xl_open¶ iwfm.xls.xl_open(excel_file)[source]¶ Open an excel workbook. Deprecated since version Use: iwfm.xls.open_workbook() instead. Parameters: excel_file (str) – Name of existing Excel file. Returns: workbook – Excel workbook object. Return type: object