views:

163

answers:

1

We need to create an .xls file in asp.net which will be imported into SAP. Currently we're writing an HTML table into the response object. I'd like to know if SAP can import .xls files that are in fact HTML tables.

+1  A: 

SAP can accept a complex array as input usting a Web service or the .NET connector. It does not have to be an .xls file, as long as the data is structured logically, and the SAP developer knows what data to expect.

Esti