I have table, with table data cells of the following format:
<td class="row">Cell data<span class="tooltip">Tooltip information</span></td>
The tooltip information is only visible on hover of the table data, but using plugins like table2excel, all of the information within the element gets exported, and trying to use the exclude functionality of such plugins on "tooltip" excludes the whole table data information and not just the span element as intended.