Closed markedmondson closed 3 years ago
@markedmondson thank you for the PR. Can please make sure, that all the tests pass? Currently all tests are failing for your PR.
@markedmondson thank you for the PR. Can please make sure, that all the tests pass? Currently all tests are failing for your PR.
Yep, looks like it's the same issue across all, I'll take a look.
It should be passing now :)
Based on http://www.excelcodex.com/2012/06/worksheets-naming-conventions/ (and reported in #70) this removes any invalid worksheet characters (
\ , / , * , ? , : , [ , ]
) from the name and replaces them with underscores.