how can i open a excel inside a web browser?

前端 未结 4 611
北恋
北恋 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:40

    You can open and control and excel file on the server side with .net, then you can write an html/javascript frontend (or silverlight) for the actions. But you cannot open the ms excel itself as a dom object etc.

    Look into the excel object model for .net.

提交回复
热议问题