how can i open a excel inside a web browser?

前端 未结 4 614
北恋
北恋 2021-01-28 01:13

I need to open a excel in web browser when click a button.how to do that in asp.net

4条回答
  •  半阙折子戏
    2021-01-28 01:49

    You can't control and launch software on the client (browser) computer - why? Security.

    If this was possible, hackers would have taken over all computers long ago...

    Can you please explain exactly what you are trying to do? Instead of asking how to open excel from the browser, if you explain what you need to accomplish, perhaps we can come up with a better idea.

提交回复
热议问题