streamlit / gsheets-connection

https://st-gsheets.streamlit.app/
114 stars 47 forks source link

Unclear how to use multiple private sheet connections #29

Open emilrueh opened 2 months ago

emilrueh commented 2 months ago

In the toml config file we are supposed to add a single sheet and single tab under [connections.gsheets] followed by auth and creds that could be used accross multiple sheets.

Is there a way to use more than one sheet and or sheet tab with the same creds? If so could that be documented more clearly?

Thank you kindly for any help!

janduplessis883 commented 1 week ago

I have a simular question:

I want to use the secure connection, but want to specify my spreadsheet variable from within my streamlit app. i.e. let the user define the google sheet url for a text_input field.

As far as I am aware streamlit does not let you write to secrets.toml

Your help is much appreciated.