Exporting data from UI to Excel. But it is saving in '.xls' format. Need to save in '.xlsx' format.
Here is the link of my fiddle
I tried to change the uri to
var uri = 'data:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;base64,'
But Showing the downloaded file in '.xlsx' format corrupted.
One field contains the data like
'<p><strong>Test</strong></p>'
Can anyone help me to resolve this issue ??
Here my field data is with html tags & style e.g Bold/Italic/Hyperlink etc. Expected output is conversion that text with styling like if any text is bold , Ine xcel also it should be exported like Bold text. Same with other styles.