jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.42k stars 1.16k forks source link

Support MS Office #87

Open jadedevin13 opened 7 years ago

jadedevin13 commented 7 years ago

Is there any chance that this may support Office Open XML?

http://evidenceprime.github.io/html-docx-js/ http://officeopenxml.com/ http://officeopenxml.com/SScontentOverview.php

Here is a cool library of an example, licensed as GPL. Here is the exhaustive list of office open xml feature.

https://blogs.msdn.microsoft.com/chrisrae/2010/09/25/where-is-the-documentation-for-offices-docxxlsxpptx-formats-part-1-office-2007/ https://msdn.microsoft.com/en-us/library/aa338205(v=office.12).aspx https://msdn.microsoft.com/en-us/library/office/bb448854.aspx https://github.com/OfficeDev/Open-Xml-PowerTools https://github.com/OfficeDev/Open-XML-SDK https://openxmlsdkjs.codeplex.com/releases/view/109505

jpuri commented 7 years ago

@jadedevin13:

Well I never though about it. May be the html which is generated can already be used to create docx using html-docx-js you mentioned above.