mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #386] Conditional format is not works as expected when type is LXW_CONDITIONAL_TYPE_TOP or LXW_CONDITIONAL_TYPE_BOTTOM #307
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#307
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 @informationsea on GitHub (Dec 11, 2022).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/386
Always top 10 value or top 10% of cells are matched to condition, even if value is other than 10.
I confirmed this problem in latest main branch and 1.1.4 release.
@jmcnamara commented on GitHub (Dec 11, 2022):
Thanks for the report and the fix. I fixed it myself and modified one of the test cases (which should have been more general to catch it in the first place).
Is see that you are maintaining a Rust port/wrapper of libxlsxwriter. It looks good and very complete.
I'm currently working on a pure Rust port of xlsxwriter as well. If you have any suggestions on that let me know.
Keep up the good work and let me know if you find anything else like this.
-- John