How do I do cross-sheet calculations in jQuery.sheet. The home page http://visop-dev.com/Project+jQuery.sheet says it supports but I’ve so far not been able to see any example like that.
By cross-sheet calculations, I want to be able to for example execute Sum on data in sheet1 from sheet 2.
I tried sheet1:A2:A10 but with no success.
Just found the answer. It was right before me the whole time. To access a cell or cell range in another sheet, use the expression like:
The important thing to notes are
Just got that from the jison file
http://jquerysheet.googlecode.com/svn/trunk/parser/parser.jison