Question
3
Replies
5490
Views
Accenture
Posted: February 13, 2017
Last activity: February 28, 2017
Reading Data from an Excel Sheet
Hi , I would like to know whether its possible to read all the data (rows & columns) from an excel sheet till the end of the last non empty row when the number of rows and columns in the sheet are not known ?
Any leads will be appreciated. Thanks!
***Updated by moderator: Lochan to add Categories***
OOTB activity:@baseclass.MSOParseExcelFile is useful for your requirement. It has a Java step where the whole logic is written in it.