google-docs Questions

4

How can I link a Google spreadsheet to PostgreSQL? I googled and got some sample code for MySQL, and a couple of products which do it. As per this link ,support exists for a few databases.
Mathura asked 24/2, 2015 at 15:35

4

Is there any sort of documentation on exactly what parameters you can put in the url of Google viewer? Originally, I thought it was just url,embedded,chrome, but I've recently come accross other f...
Coy asked 7/2, 2011 at 1:43

3

After editing a document in GoogleDrive, it seems that the LastModified value doesn't change immediately sometimes. It looks like the value will be updated in a few minutes. I tried to fetch the ...
Ligan asked 5/12, 2012 at 5:37

7

Solved

I'd like to know if it is possible to query a past exchange rate on Google Spreadsheet. For example; using formula =GoogleFinance("CURRENCY:USDEUR") will return the USD/EUR rate at this present mo...
Sorry asked 16/12, 2013 at 9:43

5

Solved

I have several columns in Google Spreadsheet. I would like to count how many cells have a value (number or string) and display that number at the top of the column. For example: Hello World ...
Rote asked 7/2, 2014 at 11:54

1

Solved

I can click and drag each horizontal line one by one manually to match amount of content of the cell above it (how many lines of text it has), but what if you have 100 rows? How can you get from to...
Brent asked 6/2, 2020 at 9:31

0

In Google Docs, if you are using Chrome, you can turn on voice typing. This setting is in the tools menu and it is called voice typing. The problem with this thing is you need to click it to activa...
Statist asked 17/1, 2020 at 19:3

1

Solved

The files are saved in a Drive folder. I need to send the text content of all .docx file as an API payload. I've tried using Blob but to no avail. Is there a way to get this done?
Girosol asked 18/12, 2019 at 10:11

5

Solved

I have the requirement to embed a Google Docs spreadsheet on a webpage, but it needs to be just the editable cells, without the Google navigation and toolbar at the top. I can't find a reference t...
Penelope asked 17/11, 2011 at 21:15

1

I'm trying to give the current version of a Google spreadsheet a name using Google Apps Script. In the GUI I would do File -> Version history -> Name current version but since I need to do th...

10

I would like to insert a timestamp (date and/or time) into Google Documents. The support documentation () says that there should be a keyboard shortcut, but it does not work in my environment (Win7...
Lorrin asked 27/11, 2012 at 13:26

2

Solved

I'm converting a script of mine to be an add on. One of the needs is to configure a template, so I have programmed a sidebar that launchs a field picker. As the sidebar does not have enough room fo...

3

Solved

I've written a C# program using the Google Docs .NET API to read a Google worksheet into a DataTable given a user name, password, spreadsheet name, and worksheet name. This all works fine, but the ...
Tortuosity asked 9/8, 2010 at 19:31

1

Solved

I want to append table to google doc after specific text. Here is my attempt. var body = somedoc.getBody(); var range = body.findText("#PLACEHOLDER#"); body.appendTable(data); Here data is s...
Bandurria asked 24/8, 2019 at 19:51

3

Solved

Is there any way that we can integrate Google Docs in Liferay? I found some other 3rd party APIs, like Zoho, but I would like to use Google Docs instead.
Aleciaaleck asked 7/3, 2012 at 9:17

1

I am using the google docs pdf embedded viewer in my android app to display my pdfs. Sometimes the viewer doesn't load my file even though most of the time it does and it's pretty random when it do...
Charolettecharon asked 31/12, 2018 at 8:3

5

Solved

My pdf file is stored in some website ex: http://www.pdf995.com/samples/pdf.pdf Now I can't rely on other websites for my app. So I've downloaded the pdf doc uploaded in google drive Got my own...
Oletaoletha asked 30/8, 2016 at 7:7

4

Friends of the Internets, Google Docs's Intert Drawing tool works, except for the fact that it wastes half of all 16:9 screens, since it opens a forced-square window that is UNRESIZABLE, cripling ...

4

As an example, say I have the following sheets in the same workbook of a Google Doc: SHEET1 | SHEET2 \ A | B | \ A | B | C | D 1| ID |Lookup | 1| Lookup| Name |Flavor | Color 2| 123 | 4445 | 2| ...
Smaltite asked 2/9, 2015 at 19:8

1

Solved

I have a doGet function in my google apps script (attached to a google doc) which is published as a web app and I want the user to be redirected to another web page. Importantly, I want the URL of ...
Pipistrelle asked 20/6, 2019 at 12:1

3

Solved

Folks, My company needs to support the following workflow: - There's rich content getting created in Google Docs (with simple formatting - bold/italic, as well as hyperlinks) - That content is t...
Telescope asked 29/3, 2012 at 23:44

1

The Google Apps Script API for Docs has a number of methods defined that work with Named Ranges in Docs. While I am familiar with Named Ranges in Sheets, I cannot find a way to name a range in Docs...
Electrometer asked 18/5, 2018 at 13:48

6

Solved

There doesn't seem to be (to my knowledge) an API to edit Google Docs (not spreadsheets, their HTML based documents). Has anyone done something like the? Maybe by downloading the HTML version, edit...

9

Solved

How do I turn off page breaks in Google Docs so I just have a single continuous scrolling document? I don't think this method applies anymore. I never want to print out my Google Docs. The ...
Hellenhellene asked 18/10, 2015 at 6:28

4

Is it possible to merge 100 Google Docs documents into one? I've tried copy-pasting, but it seems too long and it's not possible to copy comments.
Fibril asked 23/7, 2014 at 12:43

© 2022 - 2024 — McMap. All rights reserved.