开发者

Open XML Make excel viewable

开发者 https://www.devze.com 2023-03-19 03:55 出处:网络
I\'m using Open XML to open an excel file as in: using (SpreadsheetDocument myWorkbook = Spread开发者_如何学PythonsheetDocument.Open(\"generated.xlsx\", true))

I'm using Open XML to open an excel file as in:

using (SpreadsheetDocument myWorkbook = Spread开发者_如何学PythonsheetDocument.Open("generated.xlsx", true))

...

but I cannot figure out how to actually launch excel and show the file through code.

Thanks for any help.


Take a look at either one of these answers:

how to create and download excel document using asp.net

OpenXML file download without temporary file

0

精彩评论

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