Rony Varghese
Rony Varghese

Reputation: 588

Conditional formatting using ruby or python

Does anybody know how to apply conditional formatting to a google spreadsheet document using ruby or python?

Upvotes: 0

Views: 440

Answers (1)

Meitham
Meitham

Reputation: 9670

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.

Upvotes: 1

Related Questions