javascript - Google spreadsheet with hyperlinks via JSON -
i'm using json-in-script put content google spreadsheet on web page. spreadsheet has hyperlinks on of text in cells. json doesn't seem getting other plain text of spreadsheet, , no markup hyperlinks. how hyperlinks? can json?
this src of i'm importing:
this link spreadsheet (see how items in col1 linked?)
can advise me how hyperlinks?
thanks!
you'll want post-processing, checking if value matches url. if does, create own tag it.
use 1 of these:
http://www.google.com/search?q=url+regex
also, know can embed google spreadsheets directly in webpage? i'm guessing you're not doing because use iframe, , want actual data?
Comments
Post a Comment