Does anybody know how to apply conditional formatting to a google spreadsheet document using ruby or python?
Asked
Active
Viewed 434 times
1 Answers
1
This is not currently possible, Google does not let python or ruby runs in the browser. Conditional formatting is currently limited to simple rules based on cell contents. Google has recently rolled macros ability in their spreadsheets but that is limited to JavaScript and does not support conditional formatting.

Meitham
- 9,178
- 5
- 34
- 45
-
You can actually use javascript for conditional formatting, see http://stackoverflow.com/questions/958364/google-docs-spreadsheet-automatic-coloring – Penz Feb 29 '12 at 15:51