开发者

How to communicate between ASP.NET and an Excel workbook

Is there a way to load an Excel 开发者_StackOverflowdocument in a web page and communicate with the excel control using code behind? (JavaScript or Asp.NET) ?


You can load the excel document through the office/excel interop libraries and communicate through that way. You could make the changes and push the Excel file to the browser.

Here is a link showing how to create an excel file using the interop assemblies: http://msdn.microsoft.com/en-us/library/ms173186.aspx

Opening and manipulating excel documents through C#:
http://dotnetperls.com/excel-interop

You can't load the file in the browser and then manipulate it through asp.net if that is what you are asking.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜