iwfm.xlsΒΆ
Excel file operations for IWFM.
Uses openpyxl by default (cross-platform). Falls back to win32com on Windows if openpyxl is not installed.
- New API (recommended):
create_workbook, open_workbook, save_workbook, close_workbook add_worksheet, get_worksheet, write_cells, write_budget_data
- Legacy API (deprecated):
excel_init, excel_new_workbook, excel_kill xl_open, xl_save, xl_quit, xl_write_2d bud2xl, write_budget_to_xl, write_2_excel
Functions
|
Return name of active backend ('openpyxl' or 'win32com'). |
Modules
|
Read IWFM Budget or Z-Budget output file and paste into existing Excel workbook. |
|
Read IWFM Budget.in file and write output to an Excel or csv file. |
|
Initialize the Excel application. |
|
Close Excel application. |
|
Open a new Excel workbook with one sheet. |
|
Write a 3D array as 2D tables to an excel workbook. |
|
Write IWFM Budget data to an Excel workbook. |
|
Open an excel workbook. |
|
Gracefully close the excel application. |
|
Save the excel workbook. |
|
Write a 2D array to an existing excel workbook. |
Typer subapp for IWFM Excel import/export utilities. |