[ERROR] sqlitebiter gs: OpenError: spreadsheet not found
See original GitHub issueno matter what spreadsheet name I type, I get the error:
[ERROR] sqlitebiter gs: OpenError: spreadsheet 'gom' not found
[INFO] sqlitebiter gs: converted results: source=0, fail=1
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
thombashi/sqlitebiter: A CLI tool to convert CSV / Excel / HTML ...
A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite...
Read more >Welcome to sqlitebiter's documentation! — sqlitebiter 0.36.1 ...
A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite...
Read more >sqlitebiter - freshcode.club
A CLI tool to convert CSV/Excel/HTML/JSON/LTSV/Markdown/TSV/Google-Sheets to a ... 2018 13:25 minor feature: avoid error exit when specified file not found.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ll close the issue. Feel free to reopen if you still have any problems about the issue.
Hi @cdbattags
According to the
gspread
document:https://docs.gspread.org/en/latest/api.html?gspread.Client.open#gspread.Client.open If there’s more than one spreadsheet with same title the first one will be opened.
Surely the above might be better. Fallback to open by title would be ideal when failed to open by key to keeping backward compatibility. PR would always be welcome.