cancel
Showing results for 
Search instead for 
Did you mean: 

Excel parser read worksheets where the name has "convert" in it

bill_sturdivant
New Contributor III

I have a requirement to read all the worksheets in a excel spreadsheet where the worksheet name has “convert” in it. Has anyone done anything like this?

6 REPLIES 6

nganapathiraju
Former 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.

01f84bad2dce241a049ab5087c1064a1c76b94ac.png

Thanks & Regards,
Naveen

bill_sturdivant
New 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”.

nganapathiraju
Former 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’) != -1

So a formula is not possible to determine the sheet name.

Thanks & Regards,
Naveen

Raju - How do i read data from excel files ? Do i need to purchase Excel reader or any other snap can be utilized ?