I want to read a column in Excel worksheet using SpreadSheetGear (.NET) and get unique values in that column back.
Example: From the above Excel worksheet, I need to read column B and get back unique values "John" "Mike" and "Wayne"
In real life, there can be 1,000,000+ rows so efficiency is important. How is that achieved?