I try to export simple entity with one Boolean property:
Public bool Test { get;set;}
But unfortunately I do not see this properly in Excel.
I did investigation and found that this properly is not taking in account because of CanBeExported extension method from Npoi.Mapper namespace.
Could you please help me to setup lib to work with Boolean properties?