linways / table-to-excel

Javascript library to create "valid" excel file from html table with styles
MIT License
226 stars 109 forks source link

Table Header Style does not support in excel #8

Closed prasantkr09 closed 5 years ago

prasantkr09 commented 5 years ago

th data-b-a-s="thin" data-a-h="center" data-f-bold="true" colspan="2"

Above line of code does not work perfectly and weird border style get displayed in excel.

rohithb commented 5 years ago

I tried your exact code and its working for me: https://codepen.io/rohithb/pen/aPjbxb (check the cell "C2" in the exported excel)

If you still have the issue, please reproduce it in jsfiddle/codepen and post on this thread.