webix toExcel - Format only one of the columns and export other by default

I have a datatable with more than 20 columns. One of the columns contains mix of attributes separated by   &nbsp

I have set the filterHTML to true but still these values are exported to Excel.

I was wondering if there was a way I can customize the data from this particular column before the export.

I found this article to add custom columns: https://docs.webix.com/datatable__exporttoexcel.html#extra_fields

but unfortunately using this method forces me pass every other column from the datatable I want in the Excel to the webix.toExcel fucntion.

So was wondering if there is a way where I can only specify one column with custom formatting & where I dont have to declare other columns in the configuration and they are exported by default.

I would really appreciate some help with this.

Hello @kchhatani,
As a solution, you can define scheme $export
Please take a look at the example:
https://snippet.webix.com/kknwa8dx

@annazankevich Thanks a lot. This would definitely do the trick. Appreciate the help.