I've inherited a fairly complex Googledoc spreadsheet with some scripted functionality implemented in the Google App Engine. The original coder used the JavaScript environment. Personally, I'm more comfortable with Python and I'm running into all kinds of weird errors on the JavaScript environment.
I'd like to just scrap what we have and rewrite the same scripts in Python, an exercise in translation, if you will...I'm wondering if there's a way to do that keeping the original spreadsheet so I don't have to recreate all the existing spreadsheet structure (several tabs, each with built-in conditional formatting, filters, etc. not to mention a length and complex submission form).
So, in short, I'd like to switch from JavaScript to Python in GAE -- is it possible? If so, how? If not, is there a way to copy the whole spreadsheet but start fresh with a blank Python script?
Thanks in advance.