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:

http://spreadsheets.google.com/feeds/cells/0aipg92xowkcndhhtbnzxqkllweuzujbec3nkqxppdnc/1/public/values?alt=json-in-script&callback=cellentries&min-row=2&min-col=1&max-col=7

this link spreadsheet (see how items in col1 linked?)

https://spreadsheets.google.com/spreadsheet/pub?hl=en_us&hl=en_us&key=0aipg92xowkcndhhtbnzxqkllweuzujbec3nkqxppdnc&output=html

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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -