scalatags icon indicating copy to clipboard operation
scalatags copied to clipboard

refactor: allow for `customSheetName` to be an empty string

Open ckipp01 opened this issue 2 years ago • 0 comments

While you could do this before, if you had a class a and you wanted to keep it simple and not have anything for your customSheetName you'd end up with -a which was a bit annoying. This small change allows users to still use this the way the were before, but now if they are using an empty string as their customSheetName, they'll just get a instead of -a.

ckipp01 avatar Jan 11 '23 19:01 ckipp01