gregbanks / python-tabulate

fork of https://bitbucket.org/astanin/python-tabulate
MIT License
177 stars 14 forks source link

Set column width of tabulate #6

Open Nestak2 opened 7 years ago

Nestak2 commented 7 years ago

Hi, I am using the tabulate package to write into .txt-files tables. But I need the columns of the tables to be exactly 11 characters long when in the files. Because the files are later read by a fortran code that requires a fixed column width. So is there a way to specify a fixed column in tabulate? I couldn't find any option in the documentation. Thanks!