# Writing and reading from, to Google sheet

**URL:** https://discourse.julialang.org/t/writing-and-reading-from-to-google-sheet/102306
**Category:** General Usage
**Tags:** question, package, google
**Created:** [July 31, 2023, 2:17pm UTC](https://discourse.julialang.org/t/writing-and-reading-from-to-google-sheet/102306 "2023-07-31T14:17:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![dgagnon](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dgagnon/32/45466_2.png) [@dgagnon](https://discourse.julialang.org/u/dgagnon)
#### Post date: [July 31, 2023, 2:17pm UTC](https://discourse.julialang.org/t/writing-and-reading-from-to-google-sheet/102306/1 "2023-07-31T14:17:23Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Jeff\_Emanuel](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jeff_emanuel/32/15440_2.png) [@Jeff\_Emanuel](https://discourse.julialang.org/u/Jeff_Emanuel)
#### Post date: [July 31, 2023, 2:20pm UTC](https://discourse.julialang.org/t/writing-and-reading-from-to-google-sheet/102306/2 "2023-07-31T14:20:55Z")

</div>

I found this with a quick web search [GoogleSheets.jl Documentation · GoogleSheets.jl](https://chipkent.github.io/GoogleSheets.jl/dev/). If it doesn’t work you could use HTTP.jl to talk to the google sheets api [Google Sheets API の概要 &nbsp;|&nbsp; Google for Developers](https://developers.google.com/sheets/api/guides/concepts)

---

<div class="post-metadata">

### Author: ![dgagnon](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dgagnon/32/45466_2.png) [@dgagnon](https://discourse.julialang.org/u/dgagnon)
#### Post date: [July 31, 2023, 2:33pm UTC](https://discourse.julialang.org/t/writing-and-reading-from-to-google-sheet/102306/3 "2023-07-31T14:33:52Z")

</div>

@Jeff_Emanuel Thanks.
