<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>revolutionary</author_name>
  <author_url>https://blog.hatena.ne.jp/revolutionary/</author_url>
  <blog_title>ちぇ・ゲバ男のメモ</blog_title>
  <blog_url>https://revolutionary.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>表題の通り、とあるCSVをGoogle Spreadsheetへ書き出す必要があったですが、手動ではかなり面倒・・・。よって自動で何かできないか調査して、結果できたものを共有します。 前提 CSVはオンラインでアクセスできるURL CSVフォーマット 区切り記号はカンマ（,） 各項目がダブルクオーテーションにて囲まれている 項目内に改行あり ※これ重要 コード function auto_csv(){ var ss = SpreadsheetApp.getActiveSpreadsheet(); var sh = ss.getSheetByName('test'); var url = &quot;ht…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frevolutionary.hatenablog.jp%2Fentry%2F2018%2F10%2F15%2F130000&quot; title=&quot;特定のCSVを定期的にGoogle Spreadsheetへ自動で更新する方法【GAS】 - ちぇ・ゲバ男のメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-10-15 13:00:00</published>
  <title>特定のCSVを定期的にGoogle Spreadsheetへ自動で更新する方法【GAS】</title>
  <type>rich</type>
  <url>https://revolutionary.hatenablog.jp/entry/2018/10/15/130000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
