While assigning a character value to a cell, EPPlus puts a value 0 to the cell. The workaround we have opted for is to check for the type of the value and then convert character value to string and then store it in the cell.
Is there any better way or known solution for this?
Is there any better way or known solution for this?