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
In v2.6.0, a sheet name would be normalized so that if it contains an invalid character or was > 31 characters, the name was modified to remove invalid characters and shorten the name.
Description
In v2.6.0, a sheet name would be normalized so that if it contains an invalid character or was > 31 characters, the name was modified to remove invalid characters and shorten the name.
You could do something like this:
In v2.6.0 this produced a sheet name
My Sheet 1
// Notice the ':' has been removedIn v2.6.1 this produces an error:
sheet My Sheet: 1 is not exist
The issue was introduced here
getSheetXMLPath() does not preserve the same behavior as the previous code
getSheetXMLPath()
should usetrimSheetName()
to restore previous behaviorOutput of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Fedora release 36 (Thirty Six)
The text was updated successfully, but these errors were encountered: