.net - SpreadSheetGear - read unique values from Excel column -


i want read column in excel worksheet using spreadsheetgear (.net) , unique values in column back.

enter image description here

example: above excel worksheet, need read column b , unique values "john" "mike" , "wayne"

in real life, there can 1,000,000+ rows efficiency important. how achieved?

i understand post quite old helpful others: comment entered @michael moreno helpful , endorse idea. concern is: how 1 can judge number of rows or columns iterate loop. suggest property iworksheet.usedrange range of data contained sheet. curtsy by: @chris in thread


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -