Can you create docm files with javasacript from jsp?

0

I have a web page that shows the data of a server in tables format. The idea is to save these tables in a master document. Each table being a different document. So far everything works for me.

What happens to me is that when you download the zip with the master document and all the subdocuments, it appears with the subdocuments contracted, the solution I found is that the master document has the extension .docm .

Would it be possible to generate the subdocuments as .docm ? I used:

response.setContentType("application/vnd.ms-word.document.macroEnabled.12");

Download the file well, but give an error in the content.

    
asked by Sheiler 07.05.2018 в 09:56
source

0 answers