Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi How to export data(stored procedure) to excel sheet in asp.net .
Posted
Comments
PIEBALDconsult 7-Dec-15 0:21am    
Speaking as someone who has to automate the loading of a lot of data, I say it's better to write CSV or XML rather than bother with trying to write to Excel -- Excel can read it and other types of things can read it a lot more easily than they can read Excel.
Avoid Excel unless you need something more complex than just a simple data dump.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900