mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 22:02:06 -06:00
[GH-ISSUE #32] Feature request: worksheet_conditional_formatting() #25
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#25
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/32
Originally assigned to: @jmcnamara on GitHub.
Add
worksheet_conditional_formatting()function like the Python XlsxWriter Worksheet methodconditional_formatting().See http://xlsxwriter.readthedocs.io/working_with_conditional_formats.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.
@Diddlik commented on GitHub (Jan 24, 2017):
+1
@Diddlik commented on GitHub (Jun 26, 2017):
Hello, is it known when this feature is finished?
It is the last thing, what I'm missing in this library.
BR Pavel
@jmcnamara commented on GitHub (Jun 26, 2017):
There is no planned date for this. It is on the shorter todo list but it is also non-trivial and I don't have a lot of time at the moment.
You will get an update on this issue when there is something new.
@patrick-rotsaert commented on GitHub (Jul 5, 2017):
+1
@thdankert commented on GitHub (Oct 13, 2017):
+1
@spulchtopek commented on GitHub (Oct 13, 2017):
+1
@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.
@Tangjiahui26 commented on GitHub (Nov 20, 2018):
That'd be great.
Conditional formatting is also an important feature for xlsxwriter Python module.
@romul commented on GitHub (Mar 22, 2019):
+1
Is there any news on this issue?
@TricksterGuy commented on GitHub (Jul 3, 2020):
+1 on this. However...
I couldn't wait, so I forked and implemented enough of the code just to support my use case. I used the python version of this library as a guide.
If its okay with you... I would be fine with finishing the implementation, cleaning up the code, and adding unit tests for it and submitting a pull request.
If we can get an API hammered down (there appears to be a ton of different conditional format options and flavors) then I can continue.
@jmcnamara commented on GitHub (Jul 24, 2020):
@TricksterGuy Thanks for the suggestion and sorry for not replying sooner.
I'm going to pass on collaborating on this, at this point, since I need to work on the other items on the Roadmap in order (conditional formatting is third on the current list). Also, I need to work through my process for implementing a feature in the same way that I always do. I'll ping back into this thread once I have started on it. Thanks. -- John
@jmcnamara commented on GitHub (Aug 18, 2020):
I'm closing this feature request and replacing it with #302 so as not to spam people who subscribed to this feature request three years ago. Anyone who is still interested in this feature can +1/subscribe to #302.
@jmcnamara commented on GitHub (Aug 25, 2020):
I've added some information about work in progress code for conditional formatting in #302, if anyone is interested in trying it.
@jmcnamara commented on GitHub (Sep 5, 2020):
This feature is now on master for anyone who wants to try it. Docs are here: http://libxlsxwriter.github.io/working_with_conditional_formatting.html
@jmcnamara commented on GitHub (Sep 7, 2020):
This feature is now available in version 1.0.0 of libxlsxwriter.