-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: styler.to_excel to support excel notes as implementation of tooltips #58070
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
Comments
Thanks for the request. The proposed behavior here seems intuitive to me, I'm supportive of this as long as the implementation is reasonable. cc @attack68 for thoughts. |
One difficulty I've encountered in the past is getting the comment size correct. If you do not set the size of a long comment (at least, using xlsxwriter), the comment is very difficult to read without resizing in Excel. |
I think the implementation would not be too complicated. The I expect that xlswriter procedure could check for the existence of a Not sure that |
Hi, this seems like an interesting issue that me and my colleague @diogomsmiranda would like to tackle. If we have any doubt about it we'll reply on this thread |
take |
take |
…andas-dev#58070) Co-authored-by: diogomsmiranda <[email protected]>
Co-authored-by: diogomsmiranda <[email protected]>
…-dev#58070) Co-authored-by: diogomsmiranda <[email protected]>
…ev#58070) Co-authored-by: Dacops <[email protected]>
Co-authored-by: diogomsmiranda <[email protected]>
Co-authored-by: diogomsmiranda <[email protected]>
…dev#58070) Co-authored-by: diogomsmiranda <[email protected]>
…-dev#58070) Co-authored-by: diogomsmiranda <[email protected]>
Co-authored-by: diogomsmiranda <[email protected]>
…ev#58070) Co-authored-by: Dacops <[email protected]>
…ted engines (pandas-dev#58070) Co-authored-by: diogomsmiranda <[email protected]>
…ed engines (pandas-dev#58070) Co-authored-by: Dacops <[email protected]>
…pandas-dev#58070) Co-authored-by: Dacops <[email protected]>
…xl engine) (pandas-dev#58070) Co-Authored-By: Dacops <[email protected]>
…andas-dev#58070) Co-authored-by: diogomsmiranda <[email protected]>
Co-authored-by: diogomsmiranda <[email protected]>
…dev#58070) Co-authored-by: diogomsmiranda <[email protected]>
…-dev#58070) Co-authored-by: diogomsmiranda <[email protected]>
Co-authored-by: diogomsmiranda <[email protected]>
…ev#58070) Co-authored-by: Dacops <[email protected]>
…v#58070) Co-authored-by: diogomsmiranda <[email protected]>
…v#58070) Co-authored-by: Dacops <[email protected]>
Co-authored-by: Dacops <[email protected]>
…s-dev#58070) Co-Authored-By: Dacops <[email protected]>
…ev#58070) Co-authored-by: diogomsmiranda <[email protected]>
Co-authored-by: diogomsmiranda <[email protected]>
Co-authored-by: diogomsmiranda <[email protected]>
…dev#58070) Co-authored-by: diogomsmiranda <[email protected]>
…-dev#58070) Co-authored-by: diogomsmiranda <[email protected]>
Co-authored-by: diogomsmiranda <[email protected]>
…ev#58070) Co-authored-by: Dacops <[email protected]>
…v#58070) Co-authored-by: diogomsmiranda <[email protected]>
…v#58070) Co-authored-by: Dacops <[email protected]>
Co-authored-by: Dacops <[email protected]>
Co-authored-by: diogomsmiranda <[email protected]>
Co-authored-by: diogomsmiranda <[email protected]>
Co-authored-by: diogomsmiranda <[email protected]>
…#58070) Co-authored-by: diogomsmiranda <[email protected]>
…#58070) Co-authored-by: diogomsmiranda <[email protected]>
…#58070) Co-authored-by: diogomsmiranda <[email protected]>
…#58070) Co-Authored-By: Dacops <[email protected]>
…#58070) Co-Authored-By: diogomsmiranda <[email protected]>
…#58070) Co-Authored-By: diogomsmiranda <[email protected]>
…#58070) Co-Authored-By: diogomsmiranda <[email protected]>
Feature Type
Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
Problem Description
I wish I could use set_tooltips in the styler to generate notes in an excel workbook (via the to_excel)
Feature Description
No real API change, but have the ExcelFormatter use the information set by styler.set_tooltips to create not on the cells with a tooltip
Alternative Solutions
No idea for an alternative except the statu quo...
Additional Context
No response
The text was updated successfully, but these errors were encountered: