Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、サードパーティのアプリケーションに取り組んでいます。データがグリッドにある Web ページがいくつかあります。そのようなグリッド コンテンツを Web ページから読み取り、Excel シートに保存することは可能ですか?
ありがとう
プログラミングをする必要はありません。Excelには、HTMLテーブルから直接データを取得する機能があります。
http://office.microsoft.com/en-gb/excel-help/create-edit-and-manage-connections-to-external-data-HA010167227.aspx
要するに:
その後、データ接続を更新することで更新できます。
自分でスクレイプしたい場合は、質問で使用したすべてのタグを使用して行うことができます。それらすべてを学ぶだけで、答えは明白になります。