cancel
Showing results for 
Search instead for 
Did you mean: 

Read multi-tabbed excel file attachments from Sender Mail Adapter.

Former Member
0 Kudos

There is a need to read excel attachments from incoming email to a

mailbox. We know we can use Sender Mail adapter to easily read .xml, .txt

or .csv attachments.

For excel attachments we know from SDN that you have to write

adapter modules to handle excel. However the excel file we need to read has

multiple worksheets(tabs) and data may be contained in any of them.

Is it possible to use SAP XI Mailsender adapter to read such a file as an attachment? What kind of module development would we need for this? I am not much of a Java programmer so examples or links to other documentation would help.

Thanks,

Rudra

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Rudra,

Use Java Mapping. There is a free java api available called JExcelAPI to achieve this.

Shabarish's blog describes about this. This might be helpful to you

/people/shabarish.vijayakumar/blog/2009/04/05/excel-files--how-to-handle-them-in-sap-xipi-the-alternatives

Answers (0)