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 ?