T
TC
Hey All,
I have to read .csv files and display them in a DataGridView.
Currently, I'm dumping the data into a DataTable but it's causing problems
because the engine is automatically converting / deleting material.
I cannot use a .ini file because the .csv files could be called anything and
come from any folder (i.e. it's a 'FileOpen' dialog necessity).
What is the best / quickest way to read .csv files such that the data is not
changed or is understood as strings?
Thanks,
TC
I have to read .csv files and display them in a DataGridView.
Currently, I'm dumping the data into a DataTable but it's causing problems
because the engine is automatically converting / deleting material.
I cannot use a .ini file because the .csv files could be called anything and
come from any folder (i.e. it's a 'FileOpen' dialog necessity).
What is the best / quickest way to read .csv files such that the data is not
changed or is understood as strings?
Thanks,
TC