0

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

using (SpreadsheetDocument myWorkbook = SpreadsheetDocument.Open("generated.xlsx", true))

...

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

Thanks for any help.

amurra
  • 15,221
  • 4
  • 70
  • 87

1 Answers1

0

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

Community
  • 1
  • 1
amurra
  • 15,221
  • 4
  • 70
  • 87