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
I use JetBrains datagrip database tool to export excel file, but using f.SetSheetVisible(sheet, false) will cause exception. But if I save it in excel and call f.SetSheetVisible(sheet, false) again, it will be normal.
step:
1.use datagrip,Right click on the SQL statement "execute to file " ,save as excel
2.call HideSheet(xxx)
Thanks for your issue. This issue has been fixed, please upgrade to the master branch code by go get -u github.com/xuri/excelize/v2@master, and this patch will be released in the next version.
Description
I use JetBrains datagrip database tool to export excel file, but using f.SetSheetVisible(sheet, false) will cause exception. But if I save it in excel and call f.SetSheetVisible(sheet, false) again, it will be normal.
step:
1.use datagrip,Right click on the SQL statement "execute to file " ,save as excel
2.call HideSheet(xxx)
input data : in.xlsx
in.xlsx
code:
Output of
go version
:go version go1.22.5 darwin/amd64
Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Microsoft® Excel for Mac 版本 16.87 (24071426)
The text was updated successfully, but these errors were encountered: