Closed Zanga1 closed 5 years ago
Thanks!
I'll look into this
@Zanga1
This is because the Config
class was removed for TableConfiguration
to avoid using such a general name, which causes conflicts with other libraries.
I'll update the documentation.
.Config = Config.UnicodeAlt(); Not working
I needed to delete that line and add: table.Config = TableConfiguration.UnicodeAlt();
Should be changed in documentation
thank you