iwfm.xls.bud2xl¶ iwfm.xls.bud2xl(budget_file, excel_file, verbose=False, row=6)[source]¶ Read IWFM Budget or Z-Budget output file and paste into existing Excel workbook. Deprecated since version Use: iwfm.xls.open_workbook(), iwfm.xls.write_cells(), and iwfm.xls.save_workbook() directly instead. Parameters: budget_file (str) – Name of IWFM Budget output file. excel_file (str) – Name of existing Excel file. verbose (bool, default=False) – Turn command-line output on or off. row (int, default=6) – Top row of table data in excel spreadsheets. Return type: nothing