Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
I'm not 100% sure that I've answered your question. Do you still pass .xls related data through as part of the response, or did you just want to know if SAP can accept formats other than .xls? Are you consuming a webservice from SAP? – Esti Aug 29 '09 at 3:09

1 Answer

up vote 1 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.