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?
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?
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.