Open mbohovic opened 5 years ago
My dataset is
dataSet = [{ columns: [ {title: "A", style: {font: {bold: true}}, width: {wpx: 200}}, // pixels width {title: "B", style: {font: {bold: true}}, width: {wch: 10}}, // char width {title: "C", style: {font: {bold: true}}, width: {wpx: 90}}, ], data: this.props.sourceData.reduce((acc, item) => { acc.push([ {value: item.A}, {value: item.B}, {value: =SUM(item.A;item.B)}, ]) return acc }, []) }] ... <ExcelSheet dataSet={dataSet)} />
How set =SUM(itemA;itemB) ??
Thanks
My dataset is
How set =SUM(itemA;itemB) ??
Thanks