I have a small app that writes to an excel file.
I would like for the program to immediately open the file after it has finished saving it.
How to go about doing just that?
Using Epplus to handle the excel.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if u just want to open file in C# u can just import
then u can run process for “xlsx” file with
Process.Start(string path);