mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #254] Feature request: Add autofilter conditions functionality #203
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#203
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 @a2nath on GitHub (Nov 21, 2019).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/254
Originally assigned to: @jmcnamara on GitHub.
Hi I've been looking at this example from python examples. Is this feature going to be ported in the c++ version of the plugin? If so, could you provide a timeline for that?
My comment can be seen here: github.com/jmcnamara/XlsxWriter/issues/653#issuecomment-557170745
To clarify even further, this is what I'm talking about: xlsxwriter.readthedocs.io/working_with_autofilters.html#filter-data-in-an-autofilter
@jmcnamara commented on GitHub (Nov 21, 2019):
Yes.
No. I can't/don't provide timelines for features. In terms of the Roadmap it is somewhere in item 8.
@znakeeye commented on GitHub (May 8, 2020):
So this feature is about serializing a filter string to be applied when using Autofilters? Because the Autofilters feature itself is already in place (the docs), right?
Very much wanted feature indeed! +1
@Robert-M-Muench commented on GitHub (Oct 31, 2020):
+1
@jmcnamara commented on GitHub (Aug 2, 2021):
Note, this feature is now underway. Initial code is on main but it requires examples and documentation. That will follow in the next week or so.
@jmcnamara commented on GitHub (Aug 8, 2021):
This functionality has been added in libxlsxwriter version 1.1.2. See https://libxlsxwriter.github.io/working_with_autofilters.html and https://libxlsxwriter.github.io/autofilter_8c-example.html
Closing feature request.