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
The autofilter function stops working (on both windows office & linux libreoffice calc) on v2.8.1, but works in v2.8.0.
I didnt make any code changes, only changed the version of excelize in go.mod.
The build and the execution is OK, but the output excel does not have the filters in the column headers.
Thanks for your issue. This issue has been fixed, please upgrade to the master branch by go get -u github.com/xuri/excelize/v2@master, and this patch will be released in the next version.
Description
The autofilter function stops working (on both windows office & linux libreoffice calc) on
v2.8.1
, but works inv2.8.0
.I didnt make any code changes, only changed the version of excelize in go.mod.
The build and the execution is OK, but the output excel does not have the filters in the column headers.
I call the autofilter like this:
Steps to reproduce the issue:
Describe the results you received:
The excel file did not have the autofilter selector in the columns headers
Describe the results you expected:
The excel file should have the autofilter selector in the columns headers
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
The text was updated successfully, but these errors were encountered: