-
Notifications
You must be signed in to change notification settings - Fork 52
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
How to show complete cell content that is too long? #264
Comments
Hello, You're correct that there is nothing in the docs about this sorry and you're correct about the current behavior. Thank you for your ideas, I am not yet sure the best way to handle this, or if I even will implement something that addresses such shortcomings. I will have to get back to you after I have given it some thought sorry. Kind regards |
Thank you for your reply! I also want to ask about this: After configuring |
I think the parameter you're after is: e.g. ... = Sheet(parent, empty_horizontal=0)
# or
my_sheet.set_options(empty_horizontal=0) |
Thanks! |
If the cell content is too long that the text width is larger than the column width(which is fixed), it will automatically hide the oversized part now, but it is not friendly for users to read.
So I wonder if there is possibility to solve this problem, like the two ways below:
I've already read the documentation and I didn't find the answer (I'm sorry if I missed).
The text was updated successfully, but these errors were encountered: