The excel standard says not to use apostrophes before OR after the sheet name, but this would only trigger if you had them both in your sheet name.
Also strip_suffix/prefix are more idiomatic (and technically protect from panics in non-UTF strings, but that is not relevant here since ' is always one byte)
The excel standard says not to use apostrophes before OR after the sheet name, but this would only trigger if you had them both in your sheet name.
Also strip_suffix/prefix are more idiomatic (and technically protect from panics in non-UTF strings, but that is not relevant here since ' is always one byte)
Belongs to issue #44