Can't save/open spreadsheet
Spreadsheet save/open functionality isn't working. After saving a spreadsheet to a *.vss file, this file cannot be opened in the spreadsheet. It seems to stumble over the job monitor object that is saved in the file. The following error occurs:
"SyntaxError: invalid syntax
File "C:\Users\Klinkenberg\Anaconda2\Lib\ast.py", line 49, in literal_eval
node_or_string = parse(node_or_string, mode='eval')
File "C:\Users\Klinkenberg\Anaconda2\Lib\ast.py", line 37, in parse
return compile(source, filename, mode, PyCF_ONLY_AST)
File "
I've set the tabcontroller field of newinfo0 in the spreadsheet_tabcontroller.py tot None (see screen grab below) and this results in *.vss files which can be saved and opened in the current Vistrails release (2.2.4). However, I cannot oversee the consequences of not saving the job_monitor object, hence I don't know if I've broken other functionality with this quick fix.

Feature request: add module to allow to write/save/store spreadsheets to file from flow.