-
as seen on Super User
- Search for 'Super User'
after going to this URL:
link text
i noticed that it is powered by google docs.
i didnt know that google docs make online forms as well.
does google doc provide the option to make online forms? has anyone had experience doing this?
what language are they using to make this thing so scalable?
>>> More
-
as seen on Super User
- Search for 'Super User'
In a Google Spreadsheet, is it possible to take the sum of only the colored cells in a column?
I have a column of numbers, where I've changed the background color of some of the cells to blue. All of the other cells in the column have the regular white background. Is it possible to create a formula…
>>> More
-
as seen on Super User
- Search for 'Super User'
I am trying to add checkboxes to a spreadsheet in Google Spreadsheets. I found an interesting solution to this problem here in Google's help. The second post on that thread states you can just format the cell to Wingdings 2 and certain characters will correspond to a checkbox.
Now the problem is…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am trying to add checkboxes to a spreadsheet in Google Spreadsheets. I found an interesting solution to this problem here in Google's help. The second post on that thread states you can just format the cell to Wingdings 2 and certain characters will correspond to a checkbox.
Now the problem is…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to access my Google spreadsheets using the GData API. I have followed the example which looks like:
var service = new SpreadsheetsService("myTest");
service.setUserCredentials(username, password);
var query = new SpreadsheetQuery();
var feed = service.Query(query);
This should return…
>>> More