Search Data using Original Values

The following sample code illustrates the above point. It finds cell D4 which cannot be found using Microsoft Excel find options but Aspose.Cells can find it using LookInType.OriginalValues. Please read the comments inside the code for more information.

C# code to search data using original values

Console output generated by the sample code

Here is the console output of the above sample code.

Aspose.Cells.Cell [ D4; ValueType : IsNumeric; Value : ---; Formula:=SUM(A1:A2)]