Handsontable conditional formatting not applied after downloaded as excel file [CSV export]

Tags: #<Tag:0x00007f8b1cdcb1e0>

Hi,
I have tried to export to excel from Handsontable in react. After using exportPlugin.downloadFile the file downloaded but the color(conditional formatting) not applied properly. Is there any other way to achieve this use cases.

Please find the sample link: https://jsfiddle.net/46feo9c5/

Hi @MuthuAbimannan

Handsontable allows exporting only to a CSV file. The CSV file does not contain styling, formatting. It shows raw data. Here is a related topic I want to export CSV file without HTML

Thanks for the quick reply.