Posted 24 September 2021, 1:57 am EST
Hello Team,
I am using wijmo transposed grid and it’s worked fine.
But, when I am going to export the table using below code I am not getting formatted output. i.e If I have data in percentage like 5%, then in excel I am getting 0.5.
Please look below code of the exporting file as excel:
wjGridXlsx.FlexGridXlsxConverter.saveAsync(this.flexGrid, { includeColumnHeaders: false,
includeRowHeaders: true, includeCellStyles: true }, 'FlexGrid Data');
}
If I am using below format item option then in the excel I am getting warning in the cell.
Thanks