Re: [Zope] how to export values from a form to SPSS or Excel format?

2005-09-30 Thread Andreas Jung



--On 30. September 2005 14:21:08 +0100 Chris Withers 
<[EMAIL PROTECTED]> wrote:



Georgakopoulos Nicolas wrote:

I have a page that a client submit a questionnaire (multiply choices)
and I want to export the values from the answers to SPSS   logistic
format  so I can send it by mail...


No idea what SPSS is, but for "excel", just do a CSV. Python has a
moderately good csv module...



Or try this:



-aj



pgprbZ4Bhk4ES.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] how to export values from a form to SPSS or Excel format?

2005-09-30 Thread Chris Withers

Georgakopoulos Nicolas wrote:
I have a page that a client submit a questionnaire (multiply choices) 
and I want to export the values from the answers to SPSS   logistic 
format  so I can send it by mail...


No idea what SPSS is, but for "excel", just do a CSV. Python has a 
moderately good csv module...


cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] how to export values from a form to SPSS or Excel format?

2005-09-29 Thread Georgakopoulos Nicolas
I have a page that a client submit a questionnaire (multiply choices) 
and I want to export the values from the answers to SPSS   logistic 
format  so I can send it by mail...

Can some one give me the right directions here ?

thanks..
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )