Forum Discussion
6 Replies
- nganapathirajuFormer Employee
If I further understand it, you would want an ability to pick up any sheet
that has “Convert” in it. Unfortunately, that is not an expression so you
cannot make up something like sheetName.indexOf(‘Convert’) != -1So a formula is not possible to determine the sheet name.
Thanks & Regards,
Naveen- sparvathaneniNew Contributor
Raju - How do i read data from excel files ? Do i need to purchase Excel reader or any other snap can be utilized ?
- dmillerFormer Employee
You would use a File Reader followed by an Excel Parser.
- nganapathirajuFormer Employee
That should be quite easy.
Put a File Reader and Excel Parser.
You can mention the sheet name as below. Let us know if it works are not.
Thanks & Regards,
Naveen - bill_sturdivantNew Contributor III
I tried reading the sheet name “convert_1” using “convert” in the parser and I get the error “Sheet with the provided name does not exist”.