RemoveSheetFromCache when called with no parameters will generate the name based off the sheet's name property.
This is generally uppercase, GetSheet handles this by calling ToLowerInvariant on the name which is then passed to the ID tuple.
This change does the same for RemoveSheetFromCache.
RemoveSheetFromCache when called with no parameters will generate the name based off the sheet's name property. This is generally uppercase, GetSheet handles this by calling ToLowerInvariant on the name which is then passed to the ID tuple. This change does the same for RemoveSheetFromCache.