[web2py] Re: contrib spreadsheet enhancement

2012-06-21 Thread Alan Etkin
Screenshots showing the new features https://picasaweb.google.com/101593372917288717692/NewSpreadsheetFeaturesProposal?authuser=0feat=directlink They were tested with the last stable version and the submitted patch. --

[web2py] Re: contrib spreadsheet enhancement

2012-06-21 Thread Massimo Di Pierro
Love the new features. Do you have a patch yet? Mind one thing. Normally spreadsheets are rectangular. In web2py the spreadsheet is a set of cells with names. They do not have to be displayed in a rectangular shape. They do not necessarily have rows and cols. Different cells for the same sheet

[web2py] Re: contrib spreadsheet enhancement

2012-06-21 Thread Alan Etkin
El jueves, 21 de junio de 2012 11:12:34 UTC-3, Massimo Di Pierro escribió: Love the new features. Do you have a patch yet? Mind one thing. Normally spreadsheets are rectangular. In web2py the spreadsheet is a set of cells with names. They do not have to be displayed in a rectangular shape.

[web2py] Re: contrib spreadsheet enhancement

2012-06-21 Thread Massimo Di Pierro
yes. please. thank you. On Thursday, 21 June 2012 11:45:03 UTC-5, Alan Etkin wrote: El jueves, 21 de junio de 2012 11:12:34 UTC-3, Massimo Di Pierro escribió: Love the new features. Do you have a patch yet? Mind one thing. Normally spreadsheets are rectangular. In web2py the spreadsheet

[web2py] Re: contrib spreadsheet enhancement

2012-06-21 Thread Alan Etkin
The app is uploaded in the issues page http://code.google.com/p/web2py/issues/detail?id=860#c1 --

[web2py] Re: contrib spreadsheet enhancement

2012-06-17 Thread Alan Etkin
I can't figure how to implement signed urls in that module. Data syncronization features are configured passing url arguments (which I think leaves using signed urls and verification to the rest of the application code, outside of spreadsheet.py). El viernes, 15 de junio de 2012 13:25:06

[web2py] Re: contrib spreadsheet enhancement

2012-06-15 Thread Massimo Di Pierro
Sounds good. No suggestions. Except that this module predates signed URLs and should now take advantage of them. On Friday, 15 June 2012 07:16:40 UTC-5, Alan Etkin wrote: I am trying to use contrib/spreadsheet.py with the project Pyodelhttp://code.google.com/p/pyodelgradebooks. I think that