google-docs

How to solve error when adding big number of tables

雨燕双飞 提交于 2020-12-07 13:23:12
问题 I have this Google Script where I am creating a document using a template table that lives in another document. The new document will have a number of small tables (like cards) in it. The code bellow works fine for 100, 200 tables and it finishes in less than 10 seconds. But it fails for more than 500 tables. There is no error message in the Executions window. I have tried the saveAndClose() function (commented out) but the error continues and it just takes longer to run. I ran out of ideas

Add link to open a local file in Google Docs

心不动则不痛 提交于 2020-12-01 02:33:02
问题 I have made a guide (or something like a tutorial) about my tool to share with my company. I used Google Docs to do that, and I would like to add links to open video guides. I want to know a way to add link in the document. 回答1: What I do is the following. Links in sheets ( or in your case Docs) only respond to internet protocols e.g. HTTP:// , HTTPS:// and so on... . It does not respond to file explorer protocols (like excel or word does) e.g. file:\\ or C:\ . So I installed WampServer (any

Add link to open a local file in Google Docs

蹲街弑〆低调 提交于 2020-12-01 02:33:02
问题 I have made a guide (or something like a tutorial) about my tool to share with my company. I used Google Docs to do that, and I would like to add links to open video guides. I want to know a way to add link in the document. 回答1: What I do is the following. Links in sheets ( or in your case Docs) only respond to internet protocols e.g. HTTP:// , HTTPS:// and so on... . It does not respond to file explorer protocols (like excel or word does) e.g. file:\\ or C:\ . So I installed WampServer (any

Add link to open a local file in Google Docs

心不动则不痛 提交于 2020-12-01 02:32:56
问题 I have made a guide (or something like a tutorial) about my tool to share with my company. I used Google Docs to do that, and I would like to add links to open video guides. I want to know a way to add link in the document. 回答1: What I do is the following. Links in sheets ( or in your case Docs) only respond to internet protocols e.g. HTTP:// , HTTPS:// and so on... . It does not respond to file explorer protocols (like excel or word does) e.g. file:\\ or C:\ . So I installed WampServer (any

Add link to open a local file in Google Docs

邮差的信 提交于 2020-12-01 02:32:26
问题 I have made a guide (or something like a tutorial) about my tool to share with my company. I used Google Docs to do that, and I would like to add links to open video guides. I want to know a way to add link in the document. 回答1: What I do is the following. Links in sheets ( or in your case Docs) only respond to internet protocols e.g. HTTP:// , HTTPS:// and so on... . It does not respond to file explorer protocols (like excel or word does) e.g. file:\\ or C:\ . So I installed WampServer (any

Google Docs Viewer occasionally failing to load content in iframe

亡梦爱人 提交于 2020-11-30 04:20:12
问题 I'm having an issue with the Google Docs viewer that is causing a nightmare to solve because it only happens intermittently. I'm looking for guidance on how to make the content in the iframe load everytime without issue as it should. Steps to reproduce 1) This page is a basic HTML page with a h1 tag and an iframe containing a link to a PDF on the same server http://bit.ly/1mqbuf7 2) When you load the page, the pdf document will load in the iframe 60% of the time. 3) If you hit refresh 10 or

Why does this regex used in findText gobble up the entire text as if it is greedy?

一笑奈何 提交于 2020-11-29 23:58:31
问题 I can't for the life of me figure out why this regex is gobbling up the whole line in Google Docs. When I run this I can't get it to return just {{ClientName}} Here is my text from my document. {{ClientName}} would like to have a {{Product}} {{done/created}}. The purpose of this {{Product}} is to {{ProductPurpose}}. We have experience with such testing and development, and will develop and test the {{Product}} for {{ClientName}}. function searchAndFind () { var foundText = DocumentApp

Why does this regex used in findText gobble up the entire text as if it is greedy?

霸气de小男生 提交于 2020-11-29 23:56:38
问题 I can't for the life of me figure out why this regex is gobbling up the whole line in Google Docs. When I run this I can't get it to return just {{ClientName}} Here is my text from my document. {{ClientName}} would like to have a {{Product}} {{done/created}}. The purpose of this {{Product}} is to {{ProductPurpose}}. We have experience with such testing and development, and will develop and test the {{Product}} for {{ClientName}}. function searchAndFind () { var foundText = DocumentApp

Why does this regex used in findText gobble up the entire text as if it is greedy?

廉价感情. 提交于 2020-11-29 23:56:27
问题 I can't for the life of me figure out why this regex is gobbling up the whole line in Google Docs. When I run this I can't get it to return just {{ClientName}} Here is my text from my document. {{ClientName}} would like to have a {{Product}} {{done/created}}. The purpose of this {{Product}} is to {{ProductPurpose}}. We have experience with such testing and development, and will develop and test the {{Product}} for {{ClientName}}. function searchAndFind () { var foundText = DocumentApp