pyspreadsheet
pyspreadsheet copied to clipboard
How to change row height and column width
Unfortunately, it is not supported at the moment. However, XlsxWriter (the underlying Python library) does support it. https://xlsxwriter.readthedocs.org/worksheet.html
I will look into adding support in a future release.