I have a .NET Core application with NPOI that open an Excel file.
I need to know all the cell modified after updating a cell value. It's possible?
Or at least it's possible to get all dependent cells of a particular cell?
I have a .NET Core application with NPOI that open an Excel file.
I need to know all the cell modified after updating a cell value. It's possible?
Or at least it's possible to get all dependent cells of a particular cell?