exportToExcel with HTML table

Hello, Maksim.

This is with reference to the discussion : https://forum.webix.com/discussion/32516/not-able-to-customize-the-export-to-excel-for-datatable

As per the alternative way you suggested, I have created the HTML Table with same data as datatable-data and trying to export it. However it is not working. Please refer the snippet for the same : https://snippet.webix.com/nwrcbjnn

Please suggest me the right way to do it where the style inside cell should be preserved.

Hi,

Please check the next snippet

https://snippet.webix.com/csjrmgr1

Here, the content of Webix Datatable is converted to HTML table and data of the table is sent back to the client side where excel can open it ( on opening excel will ask if data need to be converted )