Writing and reading from, to Google sheet

Hello

Is there any package making it easy to read and write from/to a Google sheet?
I can do this from R and I saw how to do it with Python. But I’d rather use Julia.

Thanks for pointing me in the right direction.

I found this with a quick web search GoogleSheets.jl Documentation · GoogleSheets.jl. If it doesn’t work you could use HTTP.jl to talk to the google sheets api Google Sheets API の概要  |  Google for Developers

2 Likes

@Jeff_Emanuel Thanks.