reading excel value as plain string in python Uncategorized if you’re able to convert the file to CSV, dtype=str should work.pd.read_csv('test.csv', dtype=str)