ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   excel opens asp.net page (https://www.excelbanter.com/excel-discussion-misc-queries/69359-excel-opens-asp-net-page.html)

[email protected]

excel opens asp.net page
 
From an ASP.Net web page, I would like to start up Excel on the Client
and populate with data from my VB program. If I create a spread sheet
and save it to Test.xls, it works fine. If I create a tab delimited
file and save it to Test.xls, Excel opens my web page (test.aspx). Yet
if I manually open the tab delimited file directly with Excel, it opens
just fine. Here is my code:

Response.Clear()
Response.ClearContent()
Response.ClearHeaders()
Response.ContentType = "application/vnd.ms-excel"
Response.WriteFile("d:\temp\Test.xls")



All times are GMT +1. The time now is 03:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com