-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable/Disable Auto-Filters on Tables #1796
Labels
enhancement
New feature or request
Comments
@xuri Happy to take this and submit a PR if you feel it merits an enhancement. |
Contributions are welcome. I need some time to clarify exactly how to support this feature. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recommend providing an
AutoFilters
flag onexcelize.Table
to disable auto-filters on table creation to allow a custom selection of columns to enable filters usingAutoFilter
.Here is an example of how this could work.
Sample output.
I achieved the above using the following:
But the generated XLSX file was corrupted with the following error:
The file recovered and the filters work, but I do not want to scare users with a "corrupt" XLSX error.
The text was updated successfully, but these errors were encountered: