I have not been able to find this in the Google Docs Spreadsheet
documentation. Maybe someone here can help.

In Google Docs Spreadsheet, is it possible to use a Javascript
function in the formula of a cell. Say for instance, I want to use the
Javascript function encodeURIComponent() on the contents of a cell,
something like, "=encodeURIComponent(A1)", where it produces the
result of URL encoding the value at A1.

Can this be done? This could be generalized a bit more. What if I'd
like to call a function in my own script? I know how to attach a
script editor function to an event. I'd like to be able to call it
from a formula.

Arun

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to