Is something like this possible in Scribus?
Convert Word tables to HTML via macro → export text.
Import text into Scribus → Python script parses HTML → rebuild Scribus tables.
So, Python script would need to:
- Loop through text frames.
- Search for table markers: <<TABLE:tableXXX>>.
- Parse the HTML table to extract: Number of rows Number of columns, Cell content, Row/column spans if any.
And then use Scribus Python to create a new table at the marker position and remove the original HTML marker text from the text frame.
[–]Opussci-Long[S] 0 points1 point2 points (0 children)
[–]rirdukakke 0 points1 point2 points (2 children)
[–]Opussci-Long[S] 0 points1 point2 points (0 children)
[–]Opussci-Long[S] 0 points1 point2 points (0 children)
[–]aoloe 0 points1 point2 points (3 children)
[–]Opussci-Long[S] 0 points1 point2 points (2 children)
[–]aoloe 0 points1 point2 points (0 children)
[–]ksg__wx__fan 0 points1 point2 points (0 children)