create_excel_output: Create output Excel file
Description
Loads the supplied workbook and adds calculations
Usage
create_excel_output(file, data = list())
Arguments
- file
Path to workbook.
- data
Named list of data objects to add to Excel file.
The following contents are expected: TODO