Interface IExcelOutput

interface IExcelOutput {
    outFormat: string;
}

Properties

Properties

outFormat: string

The image format of the report to be produced

default='xlsx'