How to validate Excel range that it has error/warning using .NET?

Posted by Ekkapop on Stack Overflow See other posts from Stack Overflow or by Ekkapop
Published on 2010-03-17T03:44:55Z Indexed on 2010/03/17 6:31 UTC
Read the original article Hit count: 295

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about excel