Is it possible to deliver an Excel Spreadsheet via an Web Service. I believe not as ASP.NET web services seem only to deal in Serializable elements which the excel binary format isn't (I think). If the Excel is saved in XML format will this work?
I have a number of reports that will be emailed, but the request has been put into allow these reports to be pulled via Web Services.
Is this achievable?