Sending a Response object back to the client application from a Web Service

I am able to save the Excel object to a memory stream, serialize it, send it back to the client and interpret it correctly on the client side.

How can I send a Response object back to the client from a Web Service that uses Aspose.cells? How do I instantiate the Response object, populate it with the Excel contents, and send it back?

Sorry I don’t know how to make it. But why do you need to send a Response object? Reponse object is not serializable and I don’t think you need to send it.