I need to replace a string in a word document with keeping the formatting of a word document. Trying to do with "Docx", however getting errors.
Thanks ain advance for your assistance
I need to replace a string in a word document with keeping the formatting of a word document. Trying to do with "Docx", however getting errors.
Thanks ain advance for your assistance
You are maybe interested in python-docx. You are able to create Word files from Python, so it might fit your needs. Check python-docx.