getredash/redash

Load unformatted numbers from Google Spreadsheets

Open

#2,923 opened on 2018年10月10日

GitHub で見る
 (6 comments) (3 reactions) (0 assignees)Python (4,236 forks)batch import
Backendenhancementhelp wanted

Repository metrics

Stars
 (24,845 stars)
PR merge metrics
 (平均マージ 9d 5h) (30d で 3 merged PRs)

説明

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:

  1. Reimplement its behavior by using the lower level API it calls.
  2. Submit a pull request upstream to take this option for this method too.

コントリビューターガイド