I have created a form and after submitting the form I want the data to be inserted into a google sheet.
I have connected the google sheet to my streamlit app and its running fine.
Which python library has anyone used to connect python streamlit and gsheets. If there is any tutorial that will help please send it.
Yes. I tried with Shillelagh and it worked for reading the data but faced difficulties with writing the data to the google sheets.
In the end after struggling a lot, I went ahead gspread, and it worked.
I would suggest Streamlit should update the documentation. gspread is easy to understand and implement as well.
Currently, I need to figure out how gspread works with streamlit cloud
Has anyone done that?
it have problem in the library from streamlit_gsheets import GSheetsConnection in the the line 37 in the module that say “File “/home/adminuser/venv/lib/python3.9/site-packages/streamlit_gsheets/gsheets_connection.py”, line 37, in
from streamlit.type_util import convert_anything_to_df, is_dataframe_compatible”.
is that means use google sheet for database in this way not compatible again or other have same problem when using this was.