简体   繁体   中英

Using getOoXML in Word Online results in a RichApi.Error: ooxmlIsMalformated error

I have started Word Online with an empty document ( https://office.live.com/start/Word.aspx )

I start by inserting an equation, eg 1+1 with the equation editor (Insert/Equation)

Word online document with a simple equation

I sideloaded a Word Addin in which I can invoke the getOoxml() method. When I invoke this command the following error appears in the console.

word-web-16.00.js:25 Uncaught (in promise) RichApi.Error: ooxmlIsMalformated at new n (word-web-16.00.js:25:324636) at o.processRequestExecutorResponseMessage (word-web-16.00.js:25:388802) at word-web-16.00.js:25:386865

Note that when I delete the equation the command works correctly and it returns the Ooxml with the content of the document.

Does anybody know a way to retrieve the Ooxml including the math equations from a Word document in the Word Online environment?

Thanks for reporting this issue. It has been put on our backlog<Bug#6764267> for internal track. We will keep track of this issue and let you know if there are any updates.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM