C# Excel Exception
- by Andrew James Watt
I am trying to copy all data from worksheet1 and paste the values into worksheet2 at the same position I am using office 2003 and the Interlop library.
Here is my code;
public void CreateExcelWorksheet()
{
Microsoft.Office.Interop.Excel.Application xlApp = new Microsoft.Office.Interop.Excel.Application();
if…