Hi,
I have a excel sheet in which the Excel sheet headers start from different row (example: row-8).
In a process model, how can I read it from row 8 using Import excel to database smart service.
Discussion posts and replies are publicly visible
Hi aswink0004 ,
You can read excel sheet using readexcelsheetpaging() funtion in processmodel . Within the function use pagingInfo paramter to read data from 8th row using startIndex as 8.