Viewing .doc file with java applet

前端 未结 4 870
予麋鹿
予麋鹿 2021-01-13 09:50

I have a web application. I\'ve generated MS Word document in xml format (Word 2003 XML Document) on server side. I need to show this document to a user on a client side usi

4条回答
  •  耶瑟儿~
    2021-01-13 10:17

    I'd suggest looking at the openoffice source code and implement that. It's supposed to be written in java.

提交回复
热议问题