Matterway
    Preparing search index...

    Function mwFileToWorkbook

    • Converts an MwFile to a Workbook.

      Parameters

      • file: MwFile

        The MwFile to be converted.

      Returns Promise<Workbook>

      A promise that resolves to the converted Workbook.

      const workbook: Workbook = await mwFileToWorkbook(file);