Could Wix export a word file?

I want to export the content (text and pictures) in the database in the form of word and provide it to users for download.
How should wix realize this?

You might be able to use the docx NPM library:

See the documentation on Packages .

Thank you