Does the find command in windows (command line) work to search inside of excel files?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Yes.

If the text is saved as plaintext in the save file, it will come up in results for find.

Tested on windows7;

Made new "hello.xls" in C:\test, opened in Excel 2007, saved "foo" in cell A1

Opened command window;
c:\test>find "foo" hello.xls

Results

---------- C:\TEST\HELLO.XLS
foo 
link|improve this answer
+1 - thank you. – Frank V Apr 20 '10 at 22:31
Won't work for the Office Open XML format, though. – Joey Apr 20 '10 at 23:06
feedback

I have experienced several times that Find command does not provide all the results. So I prefer to use the wonderful Agent Ransack utility.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.