Excel / 使用SeleniumBasic查詢發布到網路的google sheets 2
在前一篇Excel / 使用SeleniumBasic查詢發布到網路的google sheets提到 SeleniumBasic不能將透過模擬鍵盤ctrl+a ctrl+c 將資料貼入Excel 爬文...
在〈Excel / 使用SeleniumBasic查詢發布到網路的google sheets 2〉中留言功能已關閉
2022-04-16
在前一篇Excel / 使用SeleniumBasic查詢發布到網路的google sheets提到 SeleniumBasic不能將透過模擬鍵盤ctrl+a ctrl+c 將資料貼入Excel 爬文...
原本使用Excel / 在Excel查詢下載google表單(google forms)的試算表資料(google sheets) 提過的「從Web」查詢來抓取發布到網路的google sheets ...
補充 VBA / 使用Excel VBA爬蟲Google搜尋結果 除了單純分割字串之外 可以使用 Html Document的方式來解析內容 原理是將XMLHTTP取得的資料,寫入Microsoft...
繼續補充 VBA處理 Json的方式 VBA / 抓取網路 JSON資料 VBA / 抓取網路 JSON資料 版本2 VBA / 抓取網路 JSON資料 版本3 這個方式是參考〈Excel VBA 經...
在前一篇 Word / 關於合併列印提到「規則─Skip Record if」的問題 在測測時,如果是一筆資料在單一頁面設定「Skip Record if」,套印的結果是正常的,可以篩選掉資料 但是用...
之前有2篇記錄在Excel VBA分割Json資料的方式 原理都是把Json資料當作字串,使用分割字串的函式進行 VBA / 抓取網路 JSON資料 VBA / 抓取網路 JSON資料 版本2 後來在...