开发者

Update Excel by OpenXml

everybody! I have an Excel file and onclick event my file values must be changed and sent to client. I did action to file by using Microsoft.Office.Interop.Excel, but I can't send to client without saving it on disk. Here I开发者_C百科 found that OpenXML could be usefull for my task. Does anyone know how to change value of cell in Excel by OpenXML and how to send file to client in asp.net?


Open XML is the file format Excel, Word, and PowerPoint use to represent the data in the documents. If you want to access this XML I recommend using the Open XML SDK 2.0 as it will contain all the functions you need to change and set an Excel value.

Take a look at this stackoverflow post for some beginning guidance.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜