How to read an xlsx file using Microsoft.Interop?
When i tried to use .Open() Method in interop excel file is opening and closing automatically in c# runtime.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Alex SmithPosted Jul 15, 2015, 3:09 AM
System.Diagnostics.Process.Start("result.xlsx");
ramya bharathPosted May 18, 2015, 12:55 AM