-1
votes
0answers
6 views

several changing values to be pulled daily into the next row of a spreadsheet

I want to log some values from a google spreadsheet that are changing daily into another spreadsheet on my google drive, so the single daily values are listed in specific columns and rows. any ...
0
votes
0answers
11 views

Integrating with google spreadsheets

I have been researching but had no success yet. I have an app where user upload docs and excel files. I now want them to be able to edit as well. I am fine with them authenticating with google but ...
0
votes
0answers
53 views

Google Docs Offline integration

I am in a position to integrate a system with google docs. So far, i implemented the OAuth Mechanizm tokens,sessions etc. Now i can reach google's apis if a user gives permmision once without ...
0
votes
0answers
308 views

Converting documents MS Office (doc, docx, etc.) using Google Script to Google Docs [closed]

Google Drive supports converting MS Office documents into a format Google Docs. However, with Google Script, this operation is not available. As far as I understand it, in the moment it is the ...
0
votes
0answers
70 views

The execution speed is very slow Javascript for app google [closed]

I have a Javascript app development Drive, I use a spreadsheet to manage information with an interface, but the execution speed is very slow, is there way to improve performance?
0
votes
1answer
552 views

How can I sync non-google docs with google drive automatically?

I know google drive has a sync folder now and that most office documents placed within that folder will sync automatically with google drive. However, in order to edit, for example, an excel ...
0
votes
1answer
857 views

import PHP data into Google Spreadsheet (refresh automatically)

I use a external webservice which allow me to download my data via php (the link is a .php, the download file is a .csv) I need to add this data to a Google Spreadsheet. And then to refresh ...