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
There is a mismatch in GetSheetIndex description here and here.
The first one claims the function returns "0" for a non-existing sheet, in the second one it is "-1". As far as I can conclude from testing it myself, the correct one is "0"
Output of go version:
go version go1.14.2 windows/amd64
Excelize version or commit ID:
2.1.0
The text was updated successfully, but these errors were encountered:
Description
There is a mismatch in GetSheetIndex description here and here.
The first one claims the function returns "0" for a non-existing sheet, in the second one it is "-1". As far as I can conclude from testing it myself, the correct one is "0"
Output of
go version
:Excelize version or commit ID:
The text was updated successfully, but these errors were encountered: