When reading an .xlsx sheet with IExcelDataReader.AsDataSet strings that only contain numbers are converted to decimals
like 0100 becomes 100.0
If I use ' to force a string it works.
I would be greatful for a quick update.
Comments: ** Comment from web user: RamakantVerma **
like 0100 becomes 100.0
If I use ' to force a string it works.
I would be greatful for a quick update.
Comments: ** Comment from web user: RamakantVerma **
In Excel Sheet i Change the Cell Data Type to Number with 0 Decimal Place, Then also it mapping all integer to the Double Data type