Is it possible to define automatic column filters? #478
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#478
Loading…
Reference in New Issue
Block a user
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?
Hi,
Thanks for the great work.
Question: is it possible to define per-sheet an automatic filter for all/some columns? in other words, when the user will open the sheet, automatically Excel will display filters on the column headers
thanks,
Yoni Goldberg
+1
It is possible to use this method: https://msdn.microsoft.com/en-us/library/office/ff193884.aspx
I found solution here: https://github.com/SheetJS/js-xlsx/issues/472
@zuk38 thanks a bunch!
Should I edit the source code to allow "writextag" or is part of the API and I can just add the autofilter tag?
We're pushing a change to add autofilter metadata in the worksheet
!autofilter
key. For now it just supports a reference, but later we will add more.usage: