TableExport
TableExport copied to clipboard
Is it possible to export css styles also when export to excel file?
trafficstars
This is more like a question or request a new feature not an issue.
Is it possible to export the the html table with style? When using css bootstrap table, it will export it with no style. It will be huge if we can somehow export it with style. One way to do that could be, converting the css code from the parent element and adding it to the child using style element. Any decoration used in the style="" element will impact the style of the exported file.
Any update on this?