Excel worksheet change event is not firing
问题 I have created excel workbook using .NET interop. The excel workbook is created successfully through my C# code. When the user makes any changes in the excel, I want to do some stuff. I have used the ExcelWorkSheet.Change event. But this event is not firing. Here is my code- using Excel = Microsoft.Office.Interop.Excel; public class xxx { static Excel.Application xlApp; static Excel.Workbook xlWorkBook; static Excel.Worksheet xlWorkSheet; static Excel.Worksheet xlWorkSheet1; static Excel