Backendenhancementhelp wanted
仓库指标
- Star
- (24,845 star)
- PR 合并指标
- (平均合并 9天 5小时) (30 天内合并 3 个 PR)
描述
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.