如何在网页中嵌入文档.docx,.doc和.xlsx,.xls而不使用Google文档或任何其他查看器平台[关闭]

I need to show excel and word documents in browser; but the computer has no internet access so I cannot use a cloud-based viewer like Google Docs.

I tried to use ViewerJS but its not working for certain document types such as docx and xlsx

Is there a recommendation for other viewers that can handle these document types?

convert docx or xlsx to pdf using libreoffice as service

Then render that .pdf in viewer.js or just iframe it into your web application