Vindhya G
Vindhya G

Reputation: 1369

creating a google spreadsheet using google spreadsheet api in java

Is there provision to create google spreadsheet using google spreadsheet api in java.

I could find only .NET code in google developer site.

PS:Although there is retrieving spreadsheet api in JAVA but no creating API i could find.

Would be great help if someone clarified on this.

Upvotes: 0

Views: 942

Answers (1)

ddavison
ddavison

Reputation: 29032

Being that C# was made using Java syntax,

Have you attempted to translate the C# code you found on the API docs to Java? I'm sure the libraries included are transferrable.

EDIT:
https://developers.google.com/google-apps/spreadsheets/#adding_a_worksheet

You are able to switch to "Java" code using the tabs.

Upvotes: 1

Related Questions