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