Need help optimizing our Google Docs API for document.batchupdate

烈酒焚心 提交于 2019-12-11 16:42:55

问题


We are using Google docs api-document.generate function to generate templates and documents.BatchUpdate function to replace/merge various kinds information like text, URL's, images and tables with values inside the templates.

During document.BatchUpdate function we are sending a JSON more than 200 objects with "WriteControl" and it has some custom code to handle our tables- text color, conditional logics, URLS and Inline images.

Google Docs API is typically taking 20-60 seconds for loading a 1 page document. Does anyone have suggestions on optimizing document.batchupdate Google docs

来源:https://stackoverflow.com/questions/56169302/need-help-optimizing-our-google-docs-api-for-document-batchupdate

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!