On Monday, 18 March 2013 15:28:46 UTC, Ana DionĂ­sio  wrote:
> Is there some way to go around this limit? I need to import data from python 
> to excel and I need 1440 columns for that.

Hi,

The 256 column limit is an Excel limitation for XLS files.

Try XlsxWriter, it supports Excel's XLSX limits of 1,048,576 rows x 16,384 
columns:

    http://pypi.python.org/pypi/XlsxWriter/
    https://xlsxwriter.readthedocs.org/

John
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to