On Jul 6, 1:08 am, "Francois (Jersey)" <[email protected]> wrote: > I am currently building an accounting system for companies. This could > be used as a foundation to develop more financial applications. Likely > delivery end of the year. > Your release of spreadsheet is proving very useful, eventhough I am > encountering similar difficulties to some people on the mailing list, > re being able to select the result from a cell in a list.
sheet['r0c0'].computed_value gives you the value of cell r0c0 in the list. > > Fabulous application. I struggled with turbogears (which is superbe > framework for experienced programmers), and was able to take-off with > Web2py. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

