Excel by default consider digital value as integer/long:
you can simple prefix values with single quote - ' then it will be trat as string then try to insert records:
or you can try converting column as "Text" type then all values treated as text and it will save same values as entered in cell: