30 Sep
2005
30 Sep
'05
1:29 p.m.
--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