jjuback / gc-excelviewer

Visual Studio Code extension for viewing Excel spreadsheets and CSV files.
Other
216 stars 39 forks source link

Auto casting to numbers when, actually the column is string #217

Closed dpatillav closed 1 year ago

dpatillav commented 1 year ago

I'm using the editor to create some source data test files as csv. Some string columns require values as "0123", "001". However the editor understands the column as number and remove the preffix 0s, resulting values like 123 or 1.