I'm using Gembox.Spreadsheet to load my CSV file and convert it to excel. but the problem is that I have some columns values that store numbers as string because it's zero loaded (zero here is very important either left padded or right) but when it's been loaded these column values convert then into numbers and remove the loading zeros I did use CsvLoadOptions but no way.
Edited:
ex:(Duration here hours.minutes)
EmployeeName;EmployeeNo;EmployeeCode;Duration //CSV first line columns header "Name";100;"000412";"115.50" //CSV values
so here when parsing the EmployeeCode=>412 and the Duration=>115.5