google-sheets
Read data from google docs spreadsheets
In my app I have to show the details of a google docs spreadsheet. In this spreadsheet I have 2 sheets. Each sheet details I have to show in 2 different ac开发者_如何学运维tivities.[详细]
2023-04-08 04:22 分类:问答find & replace commas with newline on Google Spreadsheet
I\'ve been trying to figure out how to replace commas with line-break开发者_如何学Pythons. I\'ve tried using (/r/n/), char(10), the Unicode representation (can\'t remember now), but it rather predicta[详细]
2023-04-07 15:22 分类:问答Retrieve data from public Google Spreadsheet using gdata library?
I\'m working in Python and trying to retrieve data from a public Google Spreadsheet (this one) but struggling a bit with the developer documentation.[详细]
2023-04-07 13:00 分类:问答pass argument to mouseCallback
I have a simple, but problematic question. Is there a way, using google script to send an argument to a mouseCallback?[详细]
2023-04-06 13:23 分类:问答RadioButtons generation?
I am working on scripts that would generate a list of radiobuttons. The user would have to choose one of the answer, and one cell is filled with the result.[详细]
2023-04-06 10:45 分类:问答How do you retrieve data from a Google Docs Spreadsheet?
I found this wonderful example of pulling data from a Go开发者_如何学Pythonogle spreadsheet in JSON:[详细]
2023-04-05 16:30 分类:问答creating new sheet and moving sheets between spreadsheet in google docs
I have 2 requirements: 1) I want to create a new sheet from existing sheet in current spreadsheet programmatically[详细]
2023-04-05 12:31 分类:问答start a window with a list of documents when clicking in a cell?
I would like to create a template which I would use to order my applications to find a new job. For each line, I will need a contact (from my contact list), a document (from my documents list) and a[详细]
2023-04-05 00:09 分类:问答Add header via Google Spreadsheet API
I am unable to insert a header (or any regular data) into a newly created worksheet via Java API. The standard way to insert data is to provide a header and value e.g[详细]
2023-04-03 18:02 分类:问答Summarize grouping by year and month
I have a worksheet Movements with two fields: mydate| amount 2009-01-01| 10.00 2009-01-02| 13.00 2009-02-01| 11.00[详细]
2023-04-02 22:59 分类:问答