How to validate Excel range that it has error/warning using C#?
- by Ekkapop
I want to validate range of excel worksheet (e.g. "A10:B20") to check that is it has error or NA value or not? How to do that in C#?
P.S. I find similar topic (Excel range usage question (cell error checking)) but that topic is not thing I need.