Open XML Make excel viewable
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
精彩评论