Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
https://github.com/SheetJS/sheetjs/tree/f78c866cf4c87c1d3ff6ab6c3841feaefc302b61/demos/react
const xslsHeaders = [type, "Total", "Percentage"]; const sheetData = [[type, "", ""], [dateRange, "", ""], xslsHeaders, ...main]; onClick={() => exportFile(`${type} ${dateRange}`, sheets)}