how to export values from a form to SPSS or Excel format?
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..
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
--On 30. September 2005 14:21:08 +0100 Chris Withers <chris@simplistix.co.uk> 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: <http://sourceforge.net/projects/pyexcelerator/> -aj
participants (3)
-
Andreas Jung -
Chris Withers -
Georgakopoulos Nicolas