My question is if you have any resources so that I can read excel rows and columns. For example: I have experimental data in excel containing header in the first row having some 12 columns of data, then [1:12] it would only be the header, and some 30 lines of numerical data, I wanted to know exactly this, how do you just get the data within that array, and then select each column and form a list?