For those instead that want a excel-like clone in web2py: http://web2py.com/examples/spreadsheet
has been there for a year or longer. try write in r0c2 "=r0c0+r0c1" and then type some numbers in r0c0 and r0c1. You can use any python in expressions (math only but you can create your own function). Uses Ajax for communication. The spreadsheet lives in cache.ram but can be serialized in db. The cool thing is that cells can have arbitrary names and individual cells can be embedded in different pages in you app. You have already the source code in /examples/controllers/ spreadsheet.py Massimo On Oct 18, 10:25 am, Richard Vézina <ml.richard.vez...@gmail.com> wrote: > Thank you! > > Richard > > On Mon, Oct 18, 2010 at 7:57 AM, Bruno Rocha <rochacbr...@gmail.com> wrote: > > For those who needs to work with M$ excel files. > > >http://www.python-excel.org/ > >