google-sheets
Creating a table record - Google Spreadsheets API
I am trying to learn how to use the Google Spreadsheets API through the Developer\'s Guide: Java. My application can authenticate to the spreadsheets service,retrieve a worksheet-based feed and create[详细]
2023-01-13 06:35 分类:问答Google Spreadsheet API update \ edit with protocol
I\'m trying to implement some basi开发者_运维百科c functionality for Google Spreadsheets, using the protocol specification with requests.[详细]
2023-01-07 15:20 分类:问答Duplicate Google Spreadsheet on Demand
I\'ve created a pretty complex G开发者_Go百科oogle spreadsheet.I would like a user to be able to click a button or follow a link, and get a copy of this spreadsheet where they can fill in data.I would[详细]
2023-01-05 18:09 分类:问答Is it possible to automate Google Spreadsheets Scripts (e.g. without an event to trigger them)?
Does anyone know if it\'s possible to use Google Apps Scripts to run without needed a manual event? Meaning - I would like to set up a spreadsheet to send a form every day at a specified time. I have[详细]
2023-01-03 14:39 分类:问答How can I query Google Spreadsheets API with a string value?
I am using Zend_Gdata_SpreadsheetsListQuery. In PHP my query is: \"confirmation=$confirmation\" The problem is that $confirmation = \'AB-CD-EFG-012345\'; Apparently the hyphens are causing problems[详细]
2023-01-02 14:57 分类:问答Return 0 when a value of a cell is negative
I have a google spreadsheet that uses this function: =SUM开发者_JS百科(E:E) - SUM(C:C) It adds up all the values of column E and column C and them subtracts the difference.I would like to be able t[详细]
2023-01-01 05:06 分类:问答Import JSON data into Google Sheets
I am pulling data from a web service and it开发者_开发问答 is formatted as JSON. I am writing a Google Apps Script for Google Sheets that will populate the data for me. My problem is, I can\'t seem to[详细]
2022-12-27 11:22 分类:问答Insert hundreds of rows into Google spreadsheet with Zend Gdata?
Inserting rows one by one from a 600 record data-set is taking almost an hour, using the 开发者_JS百科following method:[详细]
2022-12-26 10:21 分类:问答Using Google Spreadsheet API on Blackberry
I am trying to build a Google spreadsheet synchronization feature on a blackberry application that I am building. Not being a pro I was hunting for some sample code to get a grasp of the flow but I co[详细]
2022-12-26 09:19 分类:问答