There's no way to do this natively. Docx files are XML. You'll have to find a PHP snippet or plugin that can convert a view's html output to docx. Here's an example: https://code-boxx.com/convert-html-to-docx-using-php/
Thank you a lot, Victor. I also found that i could do it with Javascript - https://www.codexworld.com/export-html-to-word-doc-docx-using-javascript/
Please login or Register to submit your answer