Skip to content Skip to sidebar Skip to footer

How To Set Or Change Default Height Of Table In Openpyxl

I want to change table height by openpyxl,and I wish a more large height value as default at first,then I can set auto wrap line to make my table more beautiful,but I don't know Ho

Solution 1:

Your expectation is, unfortunately, incorrect. Determining column widths or row heights is something that applications such as MS Excel do, largely because they are dependent upon the device and operating system being used. openpyxl is a library for the file format only, so if you need to change those values you will need to write your own code to do this.


Post a Comment for "How To Set Or Change Default Height Of Table In Openpyxl"