Home  >  Article  >  Backend Development  >  javascript - How to implement word online editing in your own project

javascript - How to implement word online editing in your own project

WBOY
WBOYOriginal
2016-12-01 00:25:328452browse

I hope to implement word online editing in my own (company) project, but I feel like I don’t know how to start

(Sorry, I didn’t make it clear, let me add: For example, if I upload a word, I can edit the word file online and save it after editing)

Reply content:

I hope to implement word online editing in my own (company) project, but I feel like I don’t know how to start

(Sorry, I didn’t make it clear, let me add: For example, if I upload a word, I can edit the word file online and save it after editing)

If you don’t consider the rich text editor, you must implement online editing of the office series.

You probably have the following options:
1. Only consider IE and use the proprietary ActiveX plug-in to edit office documents in the browser. https://github.com/stone0090/...
2. Modern browser, access online office online.

Not to mention online Word editing, even online Word reading is already very difficult. This function is too professional.

You can find some reading components on the Internet, most of which are paid. For example, the high-definition server version of Yongzhong charges about 80K.

In addition, you can check to see if Open Office provides related components. Open Office has always been an open source Office solution.

Office Web Apps Server produced by Microsoft itself can realize the function of office online

Thanks for the invitation~
Rich text editor
http://summernote.org/

You can use Baidu’s ueditor
http://ueditor.baidu.com/webs...

You can use this plug-in Simditor. It is too troublesome to write js by yourself, so it is recommended to use a plug-in.
The following is the link to the web page, you can refer to it
http://simditor.tower.im/

I saw this before, it was for online excel editing, maybe you can learn from it

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn