I have succesfully create export from my database to Excel file using
Response.ContentType = "application/vnd.ms-excel"
command.
It's kinda interesting, but I have three questions more which I don't know how to realize.
1. Is it possible instead of xls, export as compressed .zip file?
2. Is it possible to Freeze first row, freeze option in Excel stay "always on"?
3. How to add some special code which I would write in Excel?
Thanks.