Dan Bricklin points to a cool demo of embedding a YouTube video into a wikiCalc spreadsheet. Of course, in a show of self-referential-integrity, the demo is done as a screencast and is hosted on YouTube.
Meanwhile I upgraded to the 1.0 release of wikiCalc and have my sparklines embedding down to a single line:
B1=wkcHTML(wkctext("<img src='http://bitworking.org/projects/sparklines/spark.cgi?d=",
wkcjoin(A2:A21), "'/>"))
That requires the we're getting closer and closer to
spreadsheets as mashup fabric.
See Dan's notes in the comments on how to do this without adding any new functions.
wkcJoin()
function
which I added to my install, but that doesn't detract from
the fact that
That's much better than what I came up with!
I don't believe in limiting my wants to standard spreadsheet functions.
:)
What I'd really like is something that functioned similar
to Python's join:
>>> ",".join(["fred", "barney"])
'fred,barney'
Posted by joe on 2007-02-17
Posted by Dan Bricklin on 2007-02-16