0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Google スプレッドシートを csv でダウンロード

Last updated at Posted at 2020-08-31

次のようなデータを csv でダウンロードする方法です。
gsheet_aug31_00.png

共有の設定を次のようにします。

このリンクを知っているインターネット上の全員が閲覧できます
gsheet_aug31_aa.png

ダウンロードコマンド

go_get.sh
SPREADSHEET_ID="1D1hk5LH6O3BlFehaBgnzfGtbcr*****"
#
wget -O data.csv "https://docs.google.com/spreadsheets/d/"${SPREADSHEET_ID}"/export?gid=0&format=csv"

次のような csv がダウンロードされます。

data.csv
,,,
Sep/20/2016,茨城県,筑西市,下館図書館
Sep/21/2016,栃木県,栃木市,栃木図書館
Sep/22/2016,茨城県,結城市,ゆうき図書館
Sep/23/2016,茨城県,筑西市,下館図書館
Dec/23/2016,茨城県,結城市,ゆうき図書館
Dec/24/2016,栃木県,栃木市,栃木図書館
Jan/17/2017,栃木県,宇都宮市,南図書館
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?