I have a folder with 100 .xls files.
And I need to find a keyword inside these files.
My program must open each file and find a keyword.
If it is found then this file will be shown in excel.
I have a folder with 100 .xls files. And I need to find a
Share
You could use something like this: http://code.google.com/p/excellibrary/ And just traverse each file attempting to find the keyword in a cell.