Open yieldmore opened 7 years ago
i am using this tag.
works fine for pdf, odt,ods documents
but i wanted to work for .xlsx, .doc ,.docs
can this work for .xlsx, .doc ,.docs? not OpenDocument Format
ViewerJS (based on WebODF) uses the browser to render OpenDocument. It does not render xlsx/docx without pre-converting it (e.g. server side). txt should not be hard though.
How to make this library support txt files?
Also, are there heavy lifting components for showing xlsx/docx that you can include? I thought those were open formats.