Skip to main content

system.kanoa.utilities.exportToExcel

This function requires KanoaCore module

Description

Wrapper function that calls system.dataset.toExcel() and system.perspective.download() (kanoaCore).

Syntax

exportToExcel(fileName, data)
  • Parameters
      fileName (String) - Name of the file.
      data (pyDataset or basic dataset) - Dataset to be exported to Excel.
  • Returns
      None
  • Code Example

    # Example Usage:
    system.kanoa.utilities.exportToExcel('example_file', dataset)