Set cell format in google spreadsheet using python api
Posted
by Vincent
on Stack Overflow
See other posts from Stack Overflow
or by Vincent
Published on 2010-05-09T17:32:55Z
Indexed on
2010/05/09
17:38 UTC
Read the original article
Hit count: 236
I am using gd_client.UpdateCell to update values in a google spreadsheet and am looking for a way to update the formatting of the cell i.e. color, lines, textsize.....
Can this be done?
Are there examples or other documentation available?
Anything to get me going would be great
© Stack Overflow or respective owner