I am using Java Google Spreadsheet API and want to change the color of a cell or range of cells. I have gone through api documentation
https://developers.google.com/google-apps/spreadsheets/#changing_contents_of_a_cell and the Classes
https://developers.google.com/gdata/javadoc/com/google/gdata/data/spreadsheet/CellEntry
https://developers.google.com/gdata/javadoc/com/google/gdata/data/spreadsheet/Cell
but couldn't find a way
Any Help would be great. Thanks in advance.