On Tue, 19 Mar 2013 15:07:54 +0100, Neil Cerutti <ne...@norwich.edu> wrote:
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.
I use and recommend http://pythonhosted.org/openpyxl/ for creating Excel
files from Python.
No trouble so far.
--
http://mail.python.org/mailman/listinfo/python-list