mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #38] Feature request: worksheet_write_comment() #33
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jmcnamara on GitHub (Dec 10, 2015).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/38
Originally assigned to: @jmcnamara on GitHub.
Add
worksheet_write_comment()function like the Python XlsxWriter Worksheet methodwrite_comment().See https://xlsxwriter.readthedocs.io/working_with_cell_comments.html
Add +1 as a comment to vote for this feature and to get an update when it is implemented.
If you would like to make a donation to accelerate this feature you can do so via PayPal or contact me directly. Currently $0 of $800.
@scottyd57 commented on GitHub (Jul 25, 2018):
I would be willing to look into this feature. I need this to process my excel files. Let me know if I can help.
@jmcnamara commented on GitHub (Jul 27, 2018):
Thanks for the offer. Libxlsxwriter is mainly a port of the Python and Perl libraries that I wrote. I have the tests, docs and an API so in general I don't need help.
What I do need is time to work on it and I've had even less of that recently than usual.
@jmcnamara commented on GitHub (Aug 6, 2018):
Since I've had a few requests about this I've added a note about making donations to prioritize this feature.
@LifeToDevice commented on GitHub (Dec 5, 2018):
+1
@sevenyang2019 commented on GitHub (Jul 2, 2019):
can libxlsxwriter support the function of write_comments now ?
@jmcnamara commented on GitHub (Jul 2, 2019):
@sevenyang2019 No. This issue would be closed if it was completed or updated if there was some progress.
@jmcnamara commented on GitHub (Jan 5, 2020):
The initial version of comment support is available on the "vml" branch. You can now add comments to libxlsxwriter cells as follows:
And get output like this:
It only works when lxw_workbook_options constant_memory = LXW_FALSE (which is the default).
I'll be adding more options and documentation in the next week or so but if anyone is feeling brave and would like to try it let me know how you get on.
The eventual functionality will be like XlsxWriter: https://xlsxwriter.readthedocs.io/working_with_cell_comments.html
@jmcnamara commented on GitHub (Jan 7, 2020):
I've added some additional functionality, more tests, and merged this up to master. Docs and further examples to be added. Note, please don't use the vml branch anymore since it has an issue.
@jmcnamara commented on GitHub (Jan 11, 2020):
The final version of this feature is now on master with docs and examples if anyone wants to try it. I will push it out to the packagers in the next few days.
@jmcnamara commented on GitHub (Jan 13, 2020):
Upstream in version 0.92/0.93.