Manipulating Word documents on server without Office installed (ASP.NET)

前端 未结 4 868
名媛妹妹
名媛妹妹 2020-12-15 05:37

I\'m working on a code to make a MS Word to HTML system. After googleing for about half a minute, I was able to find the code which does exactly what I need. Now.. It works

4条回答
  •  执笔经年
    2020-12-15 06:14

    1. You should explain better what is the result you want to achieve
    2. NO WAY, MS Office interop needs MS Word do be installed on the server
    3. Depending on you needs, you should find the best 3rd party library (I suggest OpenXml.WordprocessingDocument) but code must be rewritten.

提交回复
热议问题