TableExport
TableExport copied to clipboard
For every <div> which has nested a x number of <table> export the contents on a different worksheet.
I have the next problem:
I have 2 divs (A and B each one independent on the DOM)
On A, i have nested 3 tables each one is independent on the DOM
On B, i have nested 4 tables each one is independent on the DOM
So my idea is, for every div, export all the tables which are nested on a different worksheet
Its posible?