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

Excel で Web Scraping

Posted at

SeleniumVBA を用いて Web Scraping を自動化するマクロ有効ワークブックのサンプルを作成した。
 このワークブックでは Thisworkbook_Open で以下を行う。

  • SeleniumVBA のインストーラ(更新版を含む)のダウンロード
  • SeleniumVBA.ini の書き換え
  • SeleniumVBA の参照設定

 ワークシートに SeleniumVBA のオブジェクトを用いて書いた VBA のコードを保存して配布すると、全くプログラミングの知識がない Excel ユーザーでも Web Scraping で所望のデータを収集できるようになる。
 詳しくは Github を参照されたい。

1
0
1

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