You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening a file with custom auto-filter (like column contains text) on a table does not work:
Unexpected xml node in parseClose: customFilters
at AutoFilterXform.parseClose (D:\Repos\table_monitor\node_modules\exceljs\lib\xlsx\xform\table\auto-filter-xform.js:76:15)
at TableXform.parseClose (D:\Repos\table_monitor\node_modules\exceljs\lib\xlsx\xform\table\table-xform.js:90:24)
at TableXform.parse (D:\Repos\table_monitor\node_modules\exceljs\lib\xlsx\xform\base-xform.js:67:21)
🐛 Bug Report
Opening a file with custom auto-filter (like column contains text) on a table does not work:
Table XML:
Lib version: 4.2.1
Steps To Reproduce
The expected behaviour:
Read file with a custom auto-filter on a table.
Possible solution (optional, but very helpful):
Parse optional customFilters on table auto-filter column. I will submit a pull request.
The text was updated successfully, but these errors were encountered: