I need to send the data that is in a csv file into an array.
I already have the importer of the csv file and the same is read only missing is to send the data to the array.
------ edited -------
Using Infragistics.Documents.Excel I already have access to the csv document, and I now need to send the data of each line to an array.