How to get dependent cells with NPOI Excel .NET

Viewed 64

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?

0 Answers
Related