what is the library in c# of this code:
var WFile = new Excel.Application();
Excel.Workbook Wbook = WFile.Workbooks.Open(“myFilepath”, ReadOnly: false, Password: “mypassword”);
open workbook of excel
so I want to know the library which I have to use it to be able to use this code