zsusac/ReactHTMLTableToExcel

Download the table with css style.

Junjie2412 opened this issue · 3 comments

My react tables have some cells with background color. Is there some way to download the table in such a way that it retains the background color of the cells?

Thank you.

Sorry fixed this. used style instead of classname

having the same issue used style & className but neither is working

Use Inline style for the table cells having different color.
Ex- <td style={{backgroundColor : color}}>CELL