docx4js
docx4js copied to clipboard
How to change content of footnotes
Good day
I know I can change the content of docx.
//you can change content on docx.officeDocument.content, and then save docx.officeDocument.content("w\\:t").text("hello") docx.save("~/changed.docx")
But this method doesn't change content of footnotes. If there's some way to change it, that will be cool!
Not support it yet. Let me figure out later.