google-sheets
How can I read and edit Google Spreadsheets using Python 3.x?
I know I can开发者_StackOverflow中文版 read and edit Google Spreadsheets with gdata, but there is no gdata version for Python 3. Is there a (not really really complicated) way to edit Google Spreadshe[详细]
2023-02-08 12:59 分类:问答Gae Java - After getting Authorization Token (with ClientLogin) cannot fetch spreadsheet feed url with 2 http requests
I have a problem using google apps engine with google spreadsheet. I Get the authorization token with another servlet (by google ClientLogin) and then i try to get the spreadsheet feed xml with GET re[详细]
2023-02-08 08:50 分类:问答How do you access Google service using a java client?
I am developing a java application which is registered on Google Apps Engine (GAE) with the name \"searcegadget2\". I have implemented 3-legged OAuth with OAuthHmacSha1Signer(). I am getting the Acces[详细]
2023-02-08 01:26 分类:问答Google Docs Date Changing
I have three scripts that are in a google docs spreadsheet. In this spreadsheet, in column H (or column 8), if I type an x, the script changes it into that days date.[详细]
2023-02-07 00:06 分类:问答How can we write to local disk (ie on files on the client) using Javascript
I need to save some data from a Chrome Extension either to a local disk file or Google Spreadsheets. The problem I am facing is being able to find a right solution for writing to files using javascrip[详细]
2023-02-04 15:31 分类:问答how do I send 'put' request through javaScript & Ajax?
I have to write to my spreadsheet programatically. It allows my to write to a particular cell of the spreadsheet. My code is :[详细]
2023-02-03 15:15 分类:问答Setup flag in Javascript
Below is a script I am using for a Google Docs Spreadsheet. These links show what I am doing: http://i.stack.imgur.com/uGik7.png[详细]
2023-01-30 15:46 分类:问答How do I loop through a column until I find a certain number?
开发者_如何学JAVAI\'m trying to write a simple script for a Google Docs Spreadsheet. The two links below are a screenshot of the sheets I\'m writing the script for.[详细]
2023-01-30 13:20 分类:问答Google Apps Script spreadsheet date manipulation
I have three scripts that are in a google docs spreadsheet. In this spreadsheet, in column H (or column 8), if I type an \"x\", the script changes it into that days date. After a few days, every date[详细]
2023-01-29 22:02 分类:问答Changes made in one spreadsheet must get reflected in another spreadsheet
I have a google spreadsheet \"shared\" where it consists of all the bill of materials. I want to keep another spreadsheet \"master\" such that only owner can access that. Any data inserted in the shar[详细]
2023-01-29 16:40 分类:问答