I am working with webix.toExcel method and i am finding it difficult to apply custom style on excel header. I need to bold my header column names, but generally I would like to apply some css class for header column names.
Is that possible?
I did research, but I couldn’t find any information I could use to solve my problem.
Yeah, but if I do that then all styles in that datatable that I am trying to export will be applied in excel. I want datatable to be exported just like it is exported when there is styles: false, but only with one change - i want to apply style on header columns names.
So, I need to write styles: true, and then to remove all styles applied on datatable, and then to add my own css class in some place. :neutral: