TableExport icon indicating copy to clipboard operation
TableExport copied to clipboard

For every <div> which has nested a x number of <table> export the contents on a different worksheet.

Open kevgogo opened this issue 7 years ago • 0 comments

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?

kevgogo avatar Aug 03 '18 23:08 kevgogo