Any Packages for access Google spreadsheet? (gspread, oauth2client)

Do we have any packages can access google spreadsheet ?

In python field, there are two packages (gspread, oauth2client) can help user to access google spreadsheet quite easy.
But I can not find out any packages for this work in Julia world.

1 Like

You can use PyCall.jl to call the Python packages if no other option presents itself.

4 Likes

GoogleDrive.jl can download them as CSVs.
Though it currently isn’t working, I PRed a fix
https://github.com/tejasvaidhyadev/GoogleDrive.jl/pull/5

1 Like

My purpose is update latest model output values to google spreadsheet not download it.

1 Like

I will try this but julia package is first priority choice.

1 Like