r googlesheets - =IMPORTXML in google sheets to auto update NFL scores -


i'm using following importhtml in google sheets , tried few options auto update, as possible, things have failed far. know few people have had success apps script, i'm little confused on how work example. these following importxml's i'm using:

a1=importxml("http://www.nfl.com/liveupdate/scorestrip/ss.xml","//g/@q" ) 

b1=importxml("http://www.nfl.com/liveupdate/scorestrip/ss.xml","//g/@h" )

thanks help!


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -