How to read downloaded attachment of Email Message input Step into another workflow?

I am using the email message input step in Workflow1 . After the execution of the step an attachment(.xlsx file) is being saved in folder. I want to read this downloaded file and want to write its content in input step of workflow2.How can I do that??

Workflow1:

Workflow2:
Workflow1 is calling workflow2 through workflow executer.

Hi Neeraj,

For using that downloaded file, you have to read the file in second file by using the Attachment Folder path given to download the attachment.