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.
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.
You can use PyCall.jl to call the Python packages if no other option presents itself.
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
My purpose is update latest model output values to google spreadsheet not download it.
I will try this but julia package is first priority choice.