How can I create an MS Excel sheet and download it from a Moonlight/Silverlight app? Regards Lennie
Basically I want to run a report in the Siverlight client and allow the user to download the MS Excel report.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had to do this previously, its pretty time consuming but you can write it to a XML file on the client side.
A good place to start is to create a new excel sheet save it as an XML file and then you can work out which bits need to change and then work out a way to write the correct information to the XML file.
Although as I said it will take a fair bit of time!!
Edit-
Just found this for you to take a look at-
http://www.rshelby.com/post/creating-excel-worksheet-from-silverlight.aspx