rainabba / jquery-table2excel

jQuery Plugin to export HTML tabled to Excel Spreadsheet Compatible Files
592 stars 665 forks source link

Export <td> with display:none #99

Open ziolaTaken opened 6 years ago

ziolaTaken commented 6 years ago

Hi,

<td style="display:none">Info 1</td>
<td>Info 2</td>
<td>Info 3</td>
<td style="display:none">Info 4</td>

Actually plugin export only td without inline style set in display:none.

it's possible to export hidden info wich have an inline style set in display:none?

netAction commented 6 years ago

I have the problem that hidden cells are exported. I copied the table first, cleaned up and exported then.