Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check size in bytes as opposed to string size
size returns length in characters, but doesn't factor in multibyte Unicode characters. By switching to bytesize, we check the relevant measure of how many bytes the worksheet name is. Fixes randym#588.
- Loading branch information