Search code examples
google-apps-scriptgoogle-docs-api

Inserting equation with Google Docs API


Is it possible in Google Docs to insert Equation programatically with Google Docs API? The documentation is so confusing that I cannot figure out how to do it.

I also tried with Google App Scripts library but with no luck either.


Solution

    • Unfortunately so far programmaticaly you can only retrieve already existing equations and e.g. copy them
    • There is no endpoint to create new equations
    • However, there is already a feature request for it on Google's Issue Tracker
    • You can give it a "star" to increase visibility and show the importance of the feature