I am trying to open an Excel file and populate its cells with data? I have done the following coding so far.
Currently I am at this stage with the following code but
You can use the below code; it's working fine for me:
newWorkbook = appExcel.Workbooks.Add();