2

I used python library tablib v0.10.0. I have a document which has a column with each row containing large amount of text. But after I generated the document I found that it is not as beautified or formatted as I want it to be. I basically want to increase the column size and apply text wrap down to the entire sheet of the Dataset.

tab_data = tablib.Dataset(*dataList, headers=headers_list, title="Sample sheet")                                           

Is there a way for me to set column size while initializing the Dataset in the above step?

Rahul
  • 10,830
  • 4
  • 53
  • 88
Swathi Harish
  • 61
  • 1
  • 5
  • 1
    According to the (User’s Guide)[http://docs.python-tablib.org/en/latest/] there is no Formatting Supported. Other `xlsx` Packages e.g. `OpenPyXL` are able to do so. – stovfl Aug 04 '17 at 16:58

0 Answers0