0
votes

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

  1. https://developers.google.com/google-apps/spreadsheets/#changing_contents_of_a_cell and the Classes

  2. https://developers.google.com/gdata/javadoc/com/google/gdata/data/spreadsheet/CellEntry

  3. 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.

1
Is there any solution of the problem?Peter Penzov

1 Answers

1
votes

I might be wrong, but I don't think this is possible through the Java API.

It's possible through the Google Apps Script API though.