I searched in python-docx User Guide and find only method merge, but not split. Also I tried to do something with document.xml but failed.
Asked
Active
Viewed 338 times
1
-
think api doesn't support that at the moment, but did you think of inserting a new table into cell? – aleksandarbos Oct 31 '22 at 13:12
-
You could add the table with as much rows and columns you need and then merge all other cells. Wouldn't that work? – JosefScript May 27 '23 at 07:39