I need to find values in cells in several hundreds excel. Until now i am parsing each excel file by iterating each line but it is too long ( excell files got over 3000 lines). But when using ctrl+f in excel the result is instataneous.
My question : how to find quickly (more quick than iterating) a value in a excel file that has many lines.
Thanks for your help.