getredash/redash
Load unformatted numbers from Google Spreadsheets
Aberta
#2.923 aberto em 10 de out. de 2018
Backendenhancementhelp wanted
Métricas do repositório
- Stars
- (24.845 estrelas)
- Métricas de merge de PR
- (Mesclagem média 9d 5h) (3 fundiu PRs em 30d)
Description
By default gspread loads formatted values from Google Spreadsheets, but it makes more sense to load unformatted values (123.0 instead of $123.0).
We use the get_all_values method. Unlike other getters this one doesn't take a value_render_option, but we can:
- Reimplement its behavior by using the lower level API it calls.
- Submit a pull request upstream to take this option for this method too.