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 #588 - Copy of PR against original axlsx (#589)
- Loading branch information