I'm browsing a Word document using DocIO library in a blazor server application and as soon as i found a Wtable element, I have to import it in a Excel document using XlsIO library.
The WTable in made up of merged header cells horizontally and vertically so I don't find a function to import it as it is in an Excel document.
I found the way to import a datatable to excel but I don't know in case how to convert the Wtable to a datatable
Is there any solution for this job ?
Thanks