how to add jquery plugin for exportToExcel

Hello,

Can we use other external plugin for export to Excel functionality in webix? If yes, how to do it? Please suggest.

I am currently using default webix method ‘webix.toExcel()’ for the same. However, as it does not support the styling of contents inside datatable-cell, I am looking for other alternative.

I want to export the datatable with exact formatting including cell-content styling also, as I am using ‘hr-tag’ in cell-content.

Please suggest me all possible ways to do it.

Unfortunately, I’m not aware about such a tool.

If you know a tool which can export a common HTML table to excel with preserving of all css formattings, it can be adapted to work with Webix Datatable.