LoginSignup
3
1

More than 3 years have passed since last update.

Googleスプレッドシートにfaviconを表示する

Last updated at Posted at 2019-07-04

秒で誰でも簡単にGoogleスプレッドシートにfaviconを表示する方法
image.png

数式

以下のような数式を表に入れるだけ。
B2セルにURLやドメインが入っている前提。
B2セルに入れる内容はhttps://の部分を省略してドメインだけの状態にしても動く場合がある。

=IMAGE("https://www.google.com/s2/favicons?domain="&B2)

関連記事

3
1
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
3
1