Is it possible to add a mathematical formula (not an Excel equation) of OMML type into an Excel sheet via office.js? I know you can add them manually by using "Insert" / "Equation" ("Equation" just below "Symbol"), which results in an OMML formula (an <m:oMath> element in the Excel sheet XML source).
Asked
Active
Viewed 67 times
1 Answers
0
Thanks Stefan,
Unfortunately, Office JS Excel API currently doesn't support OMML type. Therefore, I would suggest that you could submit the request and upvote this request at uservoice. https://officespdev.uservoice.com/forums/224641-feature-requests-and-feedback?category_id=163563

Raymond Lu
- 2,178
- 1
- 6
- 19
-
Thank you for the answer, I submitted a request see https://officespdev.uservoice.com/forums/224641-feature-requests-and-feedback/suggestions/42079810-inserting-omml-formulas-into-excel-sheet-via-offic . – Stefan Springer Nov 30 '20 at 12:37