doc = aw.Document("Table.docx")
table = doc.get_child(aw.NodeType.TABLE, 0, True).as_table()
table_clone = table.clone(True).as_table()
I have the above syntax and I want to copy the Table_clone to another Document and …...Copying a table to another document and place it in the footer...8, 2024, 2:19am 1 doc = aw.Document("Table.docx") table = doc...