I am exporting an aspx page as an xls (excel) file.
I have everything working fine, but am wondering if there is a way to section some data from the aspx page into different excel worksheets?
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.
Here’s how I export data from an ASP.NET page to Excel:
http://www.blackbeltcoder.com/Articles/asp/creating-downloadable-content-dynamically
If you have something else in mind, you’ll need to be more specific.