mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #302] Feature request: worksheet_conditional_formatting() #241
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#241
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 (Aug 18, 2020).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/302
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
Replaces #32
@jmcnamara commented on GitHub (Aug 25, 2020):
There is working, but work in progress, code on the
condition_formatbranch. There is still a lot of missing functionality but it is working, a large part of the test suite is passing, and the API is relatively stable.Some things left to complete:
Databars.DoneSupport for string or range values (in most validation types apart from "cell").DoneFormula validation typeDoneText validation typeDoneDate and time validation typesDoneIcon set validationDoneDocumentationDoneI'll post more updates over the next few weeks. If anyone wants to try it do the following:
The output and source for the example looks like this:
@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.