yes. There are some example in the source and on the http://web2py.com/examples/default/examples page
On Feb 21, 3:27 am, web2py_lover <[email protected]> wrote: > I save content of textarea into db.docas following, > > db.define_table('doc', > Field('title'), > Field('content', 'text')) > > But how can I save this 'text' content into xxx.doc (as ms office > format) for downloading? > > Can pyRTF do this thing, how to ? Thank you all.

