On 2013-03-18, Ana Dion?sio <anadionisio...@gmail.com> wrote: > But I still get the error and I use Excel 2010. > > I'm trying to export data in a list to Excel
xlrd: Library for developers to extract data from Microsoft Excel (tm). It is for *reading* Excel files, not writing them. To get data into Excel use the csv module and create the file using the default 'excel-csv' format. Then load the file using Excel. Creating an Excel file directly in Python is possible, but I think it will require use of the Pywin32 extensions. -- Neil Cerutti -- http://mail.python.org/mailman/listinfo/python-list