com-lihaoyi / scalatags

ScalaTags is a small XML/HTML construction library for Scala.
https://com-lihaoyi.github.io/scalatags/
MIT License
757 stars 117 forks source link

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

Open ckipp01 opened 1 year ago

ckipp01 commented 1 year ago

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.