Read the file like you normally do (2 D array (from Spread sheet file) )
Then scan the first column for the CR/LF character and find the index of it (may want to use serach 1D array for the collumn).
Then Divide the array into 2 diffrenet arrays, 1 above the found index (containg data to display), and the other one to ignore, or simply use "array subset" function