asp.net - How to Compare two rows in excel sheet? -


I am getting excel sheet in which I need to compare two adjacent lines? How to compare it?

If I correctly understand: rows are considered equal Tax? Because every cell equals.

  int equalCount = 0; {If (row1 [i] == row2 [i]) {equalCount ++; for int i = 0; i   

This compares every line 1 cell with the same line 2 cell.

Side note: I'm not sure that your code uses Field / Columns / .mail so it is quite clear.

Comments

Popular posts from this blog

sql - Return Function using Cursor -

sql server - How to use pivot in this table -

javascript - Is there any way to add a new parameter to a function programmatically? -