开发者

How to find a keyword inside XLS file via c#

开发者 https://www.devze.com 2023-03-03 08:44 出处:网络
I have a folder with 100 .xls files. And I need to find a keyword inside thes开发者_如何转开发e files.

I have a folder with 100 .xls files. And I need to find a keyword inside thes开发者_如何转开发e files. My program must open each file and find a keyword. If it is found then this file will be shown in excel.


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.


  • Loading and reading the Microsoft Excel file contents using C#
  • Opening and Navigating Excel with C#
  • Excel Reader
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号