Embed an Excel File as a table within Word Doc with Python
I want to embed an Excel object within a Word document such that it shows up as a table within the doc, but is actually not a table – it is a linked Excel object. I want to achieve this with Python since I am generating the entire document on Python using libraries like docx-mailmerge
.