請問以下https網頁資料
如何擷取至excel?
若不行用web查詢,有其他擷取這500頁資料的方法嗎?
https://www.winwish.com.tw/Award1.aspx?Page=500
Linux上粗略想到的作法:
<pre class="c" name="code">
<strong>XXX@host.name $</strong>wget https://www.winwish.com.tw/Award1.aspx?Page=500 -O p500.txt ; cat p500.txt | grep -i "txt_10FonInfo"
...以下請自己想像...
...資料整理一下...
...做成CVS格式檔案...
wget https://www.winwish.com.tw/Award1.aspx?Page=500 -O p500.txt ; cat p500.txt | grep -i "txt_10FonInfo"