I am trying to import an excel spreadsheet for few defined rows up to the end of spreadsheet for columns (number of columns change of time).
For instance, I would like to import from cell A7 and the next 4 rows (B7, C7, D7, E7) along with all columns but not the rest of the spreadsheet. I am currently using the option "cellrange()" but I do not know the proper syntax:
Code:
* Not what I want because it imports the entire spreadsheet starting from A7 import excel "0.test.xlsx", clear firstrow sheet("Beta_Query") cellrange(A7)
0 Response to import excel for few defined rows up to the end of spreadsheet for columns
Post a Comment