Skip to Content
Menu
This question has been flagged
1 Reply
2590 Views

I am trying to generate an excel export of my contacts ( about 14000 rows & 270 columns) and  After selecting the fields and clicking on "Export", I get the following error : Internal Server ... 

 "ValueError: ("column Index (%r) not an int in range(256) ...."

 do you have any idea what it means ?

I am using odoo v11 community


Avatar
Discard
Best Answer

The underlying python module used to process excel files does not support more than 256 columns.

Python - Xlwt more than 256 columns

Avatar
Discard