Converts an MwFile to a Workbook.
The MwFile to be converted.
A promise that resolves to the converted Workbook.
const workbook: Workbook = await mwFileToWorkbook(file); Copy
const workbook: Workbook = await mwFileToWorkbook(file);
Converts an MwFile to a Workbook.