-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Adjusting Column Length and Row Height #34
Comments
What is the current output you're getting vs what you have expected to get? You have several options:
|
Thanks for getting back to me so quickly Running this gives me
I am displaying the excel sheet with libre calc on Linux mint 18.2 if that helps |
I'll need to look into this. As a temporary workaround, a possible solution would be using
This is obviously quick and dirty, and isn't perfect (it won't work with all fonts and font sizes). |
Solved in version 1.4. See information about |
I found it's not working when a cell include multiple lines, always one line's height even if I use both "wrap_text=True" and best_fit=columns. And width is too large since it compress all words in a line. |
Hi! Thanks for contributing to StyleFrame. Please make sure to mention the Python, StyleFrame, pandas and openpyxl versions you are using.
I am having an issue with the excel sheet auto adjusting the column to the widest length, below is some sample code I am having an issue with.
Here are the versions I am using
Python: 3.5.2
StyleFrame: 1.3.1
Pandas 0.20.3
openpyxl: 2.2.5
The text was updated successfully, but these errors were encountered: