I have a beautiful looking html table from jsfiddle which i will love to convert to excel document. My problem is after creating the excel file. The table loses it styles in
Finally I figured it out. Using an embedded or external CSS style will not work.
th
or td
elements of the table because they represent cells in ExcelFrom the above code, I don't need an external CSS style. All my CSS styles need to be inline in the table.