Skip to content
Discussion options

You must be logged in to vote

In the end I had to do this long_text[: min(26, len(long_text)) + "…" as a simple workaround (this may vary depending the use case). With this the cell will indeed have the data cropped out but I made a relation between the cell idx and the original content that was suposed to be there in the first place (this way I'll be able to recover the text without ellipsis).

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@TomJGooding
Comment options

@misterek
Comment options

@Apocryphon-X
Comment options

@Apocryphon-X
Comment options

Answer selected by Apocryphon-X
@Apocryphon-X
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants