[EMAIL PROTECTED] wrote: > hi > is it possible to create excel files using python in Unix env? > if so, what module should i use? > thanks
Depending on the complexity of your data you might find the csv module useful. It allows you to write comma separated value (.csv) files that Excel reads just fine. -- http://mail.python.org/mailman/listinfo/python-list