Posted 8 May 2019, 2:37 pm EST
Hello,
We are using Wijmo pure js.
For a grid having 15k + plus record takes too much time(6min-10min) to export to excel.
Is their a faster way to do?
var GridName = "Management" + '.xlsx';
wijmo.grid.xlsx.FlexGridXlsxConverter.save(MyGrid, { includeColumnHeaders: true, includeCellStyles: true }, GridName);
Thank you.