extra rows in a CSV module output when viewed in excel 2007

alex23 wuwei23 at gmail.com
Fri Aug 13 02:52:41 EDT 2010


On Aug 13, 4:22 pm, JonathanB <doulo... at gmail.com> wrote:
>         writer = csv.writer(open(output, 'w'), dialect='excel')

I think - not able to test atm - that if you open the file in 'wb'
mode instead it should be fine.




More information about the Python-list mailing list