标签: excel openxml
我正在使用Open XML打开excel文件,如下所示:
using (SpreadsheetDocument myWorkbook = SpreadsheetDocument.Open("generated.xlsx", true))
...
但我无法弄清楚如何实际启动excel并通过代码显示文件。
感谢您的帮助。
答案 0 :(得分:0)
看看其中一个答案:
how to create and download excel document using asp.net
OpenXML file download without temporary file