Click here to Skip to main content
15,898,588 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hello,
is there any solution for searching text inside DOC/XLS not using the interop DLLs from Microsoft with ASP.NET??
Thanks
Posted
Updated 25-May-11 5:33am
v3
Comments
Richard MacCutchan 25-May-11 6:29am    
Probably only by figuring out the file formats for yourself and finding the text in the file content. But why make it difficult for yourself when the interop is available?
Sergey Alexandrovich Kryukov 25-May-11 10:06am    
OP commented:

Microsoft says not to use the Office Interop in ASP.net enviorment... since I need to perform search on a lot of documents I wish to do it at best
Thanks

Richard MacCutchan 25-May-11 10:52am    
There is nothing in your question or tags to indicate this was an ASP.NET question.

1 solution

Would something like this[^] suit your purposes?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900