ChartExportRequest.xlsx constructor
const
ChartExportRequest.xlsx({})
Implementation
const ChartExportRequest.xlsx({
required BaseChartConfig this.config,
this.jsonConfig,
this.rows,
this.categoryLabels,
this.filename,
this.sheetName = 'Chart Data',
this.timeout,
this.cancellationToken,
}) : format = ChartExportFormat.xlsx,
boundaryKey = null,
delimiter = ',',
lineEnding = '\r\n',
pixelRatio = 2.0,
jpegQuality = 90,
jpegBackgroundColor = Colors.white;