Function recordToExcelExport

Export data to Excel.

  • Parameters

    • data: IData

      The data to export to Excel.

    • OptionalsheetName: string = "Records"

      The name of the sheet in the Excel file. Default is "Records".

    Returns void