google-sheets
Can I submit form info to Google Spreadsheets with jQuery's AJAX?
I like being able to use google spreadsheets, but it\'s tricky to integrate into my site visually.So I was thinking that I would recreate their form (an easy cut/paste), submit the form via AJAX, the[详细]
2023-01-29 00:00 分类:问答Javascript placement of code
This is a script I have for a google spreadsheet. It all works except the last two lines of code. I\'m not sure where to put them to work. I know they are correct, just not in the right spot i guess??[详细]
2023-01-28 23:17 分类:问答Javascript. Expanding a string of numbers
My script is in a google spreadsheet document Here is my script: ss = SpreadsheetApp.getActiveSpreadsheet();[详细]
2023-01-28 15:53 分类:问答How do I create the first line in a new Google Spreadsheet using the API?
This is how I create the spreadsheet: DocsService client= new DocsService (\"idea\"); client.useSsl ();[详细]
2023-01-28 14:24 分类:问答Update custom function automatically
I have a custom function as a Google Spreadsheet script, which depends on some other cells\' values. It runs ok the first time I put it in a cell, but then when I change the data in the other cells it[详细]
2023-01-26 07:49 分类:问答TypeError: Cannot call method "getRange" of null. (line 0) [duplicate]
This question already has an answer here: How to fix 'TypeError: Cannot call method "getRange" of null' in Google Apps Script[详细]
2023-01-26 04:30 分类:问答Best way to connect a spreadsheet to web database [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-01-25 22:26 分类:问答Inserting a new row in spreadsheet
I have this script: function开发者_运维问答 onEdit(e) { var sheet = e.source.getActiveSheet(); var range = e.source.getActiveRange();[详细]
2023-01-25 21:30 分类:问答Selecting the last value of a column
I have a spreadsheet with some values in column G. Some cells are empty in between, and I need to get the last value from that column into anothe开发者_C百科r cell.[详细]
2023-01-25 09:25 分类:问答Problem downloading google spreadsheet using curl
I am trying to download a worksheet from google spreadsheets using curl. I checked their documentation and online resources but I am still having trouble.[详细]
2023-01-24 04:57 分类:问答