hhurz / tableExport.jquery.plugin

jQuery plugin to export a html table to JSON, XML, CSV, TSV, TXT, SQL, Word, Excel, PNG and PDF
MIT License
984 stars 714 forks source link

How to add style (bg color/border color) on export to excel (XLSX format) #354

Closed vinaysavner closed 1 year ago

vinaysavner commented 2 years ago

Hi, I want to add background color or border color on some columns in exported excel sheet. I am using XLSX format to export the data, and from data method to show the data in table. Please help.