1. 打開 Google 試算表
2. 輸入以下公式
=IMPORTXML("https://tw.stock.yahoo.com/quote/00937B","//*[@id='main-0-QuoteHeader-Proxy']/div/div[2]/div[1]/div/span[1]")
注意:B要大寫喔! 或
=IMPORTXML("https://histock.tw/stock/00937b","//*[@id='Price1_lbTPrice']/span")
或
=Index(ImportHtml("http://bigcharts.marketwatch.com/advchart/frames/frames.asp?symb=00937b", "table"),3,1)
加個 substitute() 可以取代不想要的字
=Substitute(Index(ImportHtml("http://bigcharts.marketwatch.com/advchart/frames/frames.asp?symb=00937b", "table"),3,1),"Last:","")
沒有留言:
張貼留言