I have to export some data to excel.I have done the exporting data, which get from a sql query and bind them to a grid view and after that exporting that grid view to excel. It works fine.
But the issue is when there are some additional information to display in the excel sheet just like below (Report date , style name), How can I add them to the top of the excel sheet before my data list.
Are there any libraries available to do this.. Plzz help...
And this is a ASP.NET application.