benborgers / opensheet

💾 An API to get a Google Sheet as JSON, no authentication required.
https://opensheet.elk.sh
MIT License
632 stars 121 forks source link

Trying to open sheet with slash in the tab name #28

Closed tomdevlive closed 7 months ago

tomdevlive commented 1 year ago

I have a sheet named 11/09 - and I'm not able to open it because the slash kinda breaks eh url. I tried to use a url enoder so it would be - 11%2F09 but that didint hekp either. I know I can do sheet order number but I dont know that. I do know the sheet ID number, like the one for the actual 11/09 sheet. could I use that somehow?

tomdevlive commented 1 year ago

Actually if I do try the sheet order numbe it still breaks because its trying to resolve the sheet with the slash in it.

tiagorangel1 commented 7 months ago

I think pr https://github.com/benborgers/opensheet/pull/30 should solve it

tiagorangel1 commented 7 months ago

@tomdevlive note: you still need to URL encode it