converting office documents to html5

断了今生、忘了曾经 提交于 2019-12-13 04:04:02

问题


I am working on a project, and I need something like office web app , I don't know if I can make it myself , how to read office file formats and convert it to html5.


回答1:


It's a very significant project to convert arbitrary Office documents to HTML 5.

Office itself can generally save in HTML format. You can most likely use the Interop libraries provided by the various Office products to save as HTML. Look at:

http://msdn.microsoft.com/en-us/library/microsoft.office.interop.excel._workbook.saveas(v=office.11).aspx

If you want to do this from scratch (without using an existing implementation or the Interop libraries), you can look at the Open XML format

http://msdn.microsoft.com/en-us/library/aa338205(v=office.12).aspx




回答2:


Remember MS has developed solutions like Office 365 for Cloud. Also, you have Google Docs to "see" and (of course) edit documents online, but it has its limitations. For example, there may be problems with Excel macros and other advanced features.

What do you exactly want to? and What is the complexity level of your documents?



来源:https://stackoverflow.com/questions/10858184/converting-office-documents-to-html5

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!