iT邦幫忙

0

如何擷取https網頁資料至excel

utopia 2010-03-08 16:09:0210873 瀏覽
  • 分享至 

  • xImage

請問以下https網頁資料
如何擷取至excel?
若不行用web查詢,有其他擷取這500頁資料的方法嗎?
https://www.winwish.com.tw/Award1.aspx?Page=500

看更多先前的討論...收起先前的討論...
方法當然是有

想請教一下
你的目的是什麼?
外獅佬 iT邦大師 1 級 ‧ 2010-03-08 17:20:24 檢舉
嗯...信用卡相關個人資料...動機有待商榷...
utopia iT邦新手 3 級 ‧ 2010-03-08 18:00:37 檢舉
各位想太多了,老闆娘想知道她有沒中獎啦!
既是如此
那畫面上有「以姓名及電話查詢得奬」的功能
會不會比較快?
蟹老闆 iT邦大師 1 級 ‧ 2010-03-10 00:09:58 檢舉
antijava提到:
「以姓名及電話查詢得奬」

有道理,呵
蟹老闆 iT邦大師 1 級 ‧ 2010-03-10 00:11:10 檢舉
utopia提到:
若不行用web查詢

可以
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

2
sula3065408
iT邦研究生 1 級 ‧ 2010-03-09 15:51:48
最佳解答

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格式檔案...

sula3065408 iT邦研究生 1 級 ‧ 2010-03-09 16:11:30 檢舉

wget https://www.winwish.com.tw/Award1.aspx?Page=500 -O p500.txt ; cat p500.txt | grep -i "txt_10FonInfo"

我要發表回答

立即登入回答