openning excel using epplus

sir-mammad

New Member
I'm trying to open an excel file that I wrote using epplus. I'm opening it using this and it works in development server but not after publishing it.\[code\]System.Diagnostics.Process.Start(Server.MapPath("~\chart.xlsx"))\[/code\]How can i open this excel sheet?
 
Back
Top