How to read data from template xlxs input file

I want to read the data from an excel file which is in template format, I have tried using the Microsoft input plugin but it doesn’t work, can anyone help me with this.

Hello Jayesh,

Can you share the workflow you have created which uses template and other files as well?

Here is the demo workflow and the input file, my requirement is to fetch the details as path, display name and members from the excel file.

DEMO_2.psw (17.6 KB)

ADMPReport_COMPANY.xlsx (47.2 KB)

@jayesh.gosavi

As per the information you have provided, it doesnt seems to be possible to use plugin to achieve this.

We would suggest Java code to fetch these details.

okay thank you