google-docs Questions
2
Solved
Is it possible to programmatically edit a native Google document, say to make certain words bold or hyperlinks? I know I can export that to some format like DOC or ODT, do the changes and put back....
Abernathy asked 20/7, 2012 at 11:3
4
Solved
I use the SPLIT function to split a string which looks something like 1.23/1.15.
Right now it yields two cells, as it should. But how do I get a certain element from the result? I would like to do...
Barbaraanne asked 31/8, 2015 at 9:17
1
I am able to a list of revisions for a Google Doc using the below (using the google-drive3 Rust crate), which gives me the information from the "Activity" tab from a selected file in Goog...
Realty asked 31/8, 2022 at 21:7
7
I cannot share on my google drive. I've tried all the usual stuff (turning it off and on again, clearing cashe, cookies etc.), and all I get is the message
Sorry, sharing is unavailable at this tim...
Jitter asked 12/8, 2014 at 12:51
5
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 e...
Gonfalon asked 9/2, 2016 at 17:49
3
Goal
Our users work in Google Docs. The text they write will be read to them as they type using text-to-speech.
It should work across as many platforms and browsers as possible.
Our solution
T...
Homeward asked 16/1, 2017 at 13:48
2
tldr: How can I convert a LaTeX equation in Google Docs so that it is editable as a Google Doc equation?
Background: I want to import html into Google Docs. This HTML includes (in my native databa...
Marking asked 21/8, 2017 at 19:22
9
I have an iframe with a published Google Doc. The contents of that doc are subject to change, so I want to auto adjust the height of the iframe based on its content. I found some solutions for this...
Siltstone asked 25/9, 2013 at 16:3
7
Solved
Is it possible to number the headings in a Google Docs/Drive document?
Ethnogeny asked 12/9, 2012 at 13:16
3
Is it possible to add captions to tables in Google docs?
I would like to be able to produce an automated list of tables.
For example something like this :
Any idea ?
Roscoeroscommon asked 7/4, 2016 at 9:42
5
Solved
I feel like a total noob posting here. I know CSS, HTML, and XML pretty well but have always avoided JS. I know very little javascript and recently started a Lynda.com course to catch up. Sorry for...
Seaway asked 4/11, 2012 at 19:16
2
Is there a way to make phone numbers clickable in Google Docs similar to MS Word like here?
Please note that this can be done in Google Sheets using:
=HYPERLINK("tel:1234567890", "Ca...
Roundel asked 26/11, 2019 at 19:55
1
Solved
I am trying to pull the value of the new feature in Google Docs: the "pills"(unsure about this name).
I am parsing a table in a doc with a Google App Script. When I am getting to the row...
Villus asked 11/2, 2022 at 22:46
7
How do I create a Google document in a Google Drive folder?
I know that I can create a file in a folder like this.
var folder = DriveApp.createFolder("A Folder")
folder.createFile("filename.file"...
Maihem asked 31/7, 2015 at 6:43
5
I can't figure out how in a Google Apps Script to display this correctly. I need it to display new lines in the jsdoc output(e.g. when the function tooltip window comes up in a Spreadheet functions...
Hist asked 30/1, 2015 at 22:8
2
Solved
I'm working with Google Apps Script and I'm trying to retrieve the URL hyperlinked to one word in the text string returned by the GAS function below, but I'm getting the error listed below.
As yo...
Cards asked 8/9, 2018 at 20:21
10
UPDATE 2016-11-16 9:53am EST
It appears many people are still seeing 204 responses even though Google has claimed to have "fixed" the problem. When I myself tested the loading of a document 50 tim...
Reduplication asked 4/11, 2016 at 1:41
5
Solved
I've writen this function (thanks, @Mogsdad) to merge cells in a table in a text google document, like this:
function onOpen() {
// Add a menu with some items, some separators, and a sub-menu.
...
Immeasurable asked 12/1, 2014 at 22:30
4
Solved
I would like to use spreadsheets to get all unique names from Column A in a table but in the same time I would like blank cells to be ignored. So far I've got this formula that returns all of the u...
Fulgent asked 17/10, 2017 at 12:53
4
I would like to be able to replace a misspelled word in a Google doc with Google's recommended correction with a keyboard shortcut, instead of having to mouseover the word, right click on it,...
Giron asked 31/10, 2018 at 12:35
0
The link details that popups by mousing over a hyperlink in Google docs shows a preview of the link with a thumbnail image and short description.
Recently, found a webpage from our website in Googl...
Inhabited asked 12/8, 2021 at 4:50
2
Solved
In Google Docs, you can insert an equation and edit it with the equation editor. You can add symbols like summations, integrals, and greek letters with the equation editor, but it is also possible ...
Skewer asked 12/2, 2019 at 22:38
6
I am loading the pdf documents in WebView through appending the pdf url to google doc api
http://docs.google.com/gview?embedded=true&url=myurl
Pdf is loading just fine but the webpage display...
Cedar asked 31/12, 2014 at 6:38
7
I used the google doc to display the pdf file in web broswer. It was working fine before. Now it gives no preview available. Most of the time it gives the blank screen with no preview available but...
Silva asked 1/5, 2016 at 5:18
2
Solved
What should I do to get amount of pages in Google Docs (when converted to PDF) via Google script?
I have tried this, but it returns 0 instead of the number of pages.
function getNumPages() ...
Synodic asked 5/4, 2016 at 16:51
© 2022 - 2024 — McMap. All rights reserved.