cancel
Showing results for 
Search instead for 
Did you mean: 

How to Write XML in Microsoft excel (.xls , xlsx) in SAP PI

Former Member
0 Kudos

Hi Experts,

We have a Proxy to Excel file Interface. We are using SFTP adapter at receiver end. I"ve used module configuration to get excel file in .csv format. But we require file in .xls or .xlsx format. Could you please help us ? We are currently using 7.31 version dual stack.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190293
Active Contributor
0 Kudos

Hi Venu!

First way is to use custom adapter module:

https://blogs.sap.com/2014/10/21/exceltransformbean-part-1-convert-various-excel-formats-to-simple-x...

The second way is to use java mapping and external libraries for working with Office documents:

https://poi.apache.org/

Regards, Evgeniy.