K
Ken Cox [Microsoft MVP]
Hi Magdelin,
For very old versions of Excel, the safest format is CSV.
For older versions, you can use Datagrid HTML tables.
http://support.microsoft.com/default.aspx?scid=kb;en-us;317719
For recent versions, you can use a library like this:
http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=1977&tabindex=2
If you need to go to the real Excel native format, you'll probably need a
3rd party component:
http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=1144&tabindex=2
http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=1002&tabindex=2
Ken
MVP [ASP.NET]
For very old versions of Excel, the safest format is CSV.
For older versions, you can use Datagrid HTML tables.
http://support.microsoft.com/default.aspx?scid=kb;en-us;317719
For recent versions, you can use a library like this:
http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=1977&tabindex=2
If you need to go to the real Excel native format, you'll probably need a
3rd party component:
http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=1144&tabindex=2
http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=1002&tabindex=2
Ken
MVP [ASP.NET]