A csv file DOES NOT HAVE CELLS. PERIOD.
A csv file has rows, and in these rows you find delimiters. These delimiters separate columns.
I repeat: there is nothing like a "first cell" in a csv file. That's only what you see if you use the execrable, useless (in this context) Excel to open a csv file that does not have semicolons as delimiters. Use a text editor, nothing else.
My code proves that a file with the layout you posted is easy to read into a dataset directly. If it does not work for you, post a sample of your file as is (not what you see in Excel!!), if necessary, attach it to the post.
... View more