1. 程式人生 > >C#實現在Excel中搜索文字(遍歷操作)

C#實現在Excel中搜索文字(遍歷操作)

{
    ews
=(Excel.Worksheet)ew.Worksheets[m];
    iRowCnt
=0+ews.UsedRange.Cells.Rows.Count;
    iColCnt
=0+ews.UsedRange.Cells.Columns.Count;
    iBgnRow
=(ews.UsedRange.Cells.Row>1)?
                    ews.UsedRange.Cells.Row
-1:ews.UsedRange.Cells.Row;
    iBgnCol
=(ews.UsedRange.Cells.Column>1)?
                    ews.UsedRange.Cells.Column
-1:ews.UsedRange.Cells.Column;
 
    
for(i=iBgnRow;i<iRowCnt+iBgnRow;i++)
    
{
        
for(j=iBgnCol;j<iColCnt+iBgnCol;j++)
        
{
            strText
=((Excel.Range)ews.UsedRange.Cells[i,j]).Text.ToString();
            
if (strText.ToUpper().IndexOf(strKeyWord.ToUpper())>=0)
            
{
                MessageBox.Show(
"文件中包含指定的關鍵字!","搜尋結果",MessageBoxButtons.OK);
            }

        }

    }

}

相關推薦

C#實現在Excel文字(操作)

{    ews=(Excel.Worksheet)ew.Worksheets[m];    iRowCnt=0+ews.UsedRange.Cells.Rows.Count;    iColCnt=0+ews.UsedRange.Cells.Columns.Count;    iBgnRow=(ews.Us

小程式文字高亮顯示

小程式對解析標籤字串不友好,有時候要處理一些搜尋內容、關鍵字、段落中高亮展示檢索到的匹配文字就會比較麻煩。 [HTML]  <view class="section"> <view class="view-search"> <inp

小程序文字高亮顯示

get 請求 高亮 current length split NPU primary box 小程序對解析標簽字符串不友好,有時候要處理一些搜索內容、關鍵字、段落中高亮展示檢索到的匹配文字就會比較麻煩。 [HTML] <view class="section

計算memcache次數並加以操作

$id=$_GET['id']; //$mem->set($id,1,MEMCACHE_COMPRESSED,0); $num=$mem->get($id); $num++; //echo

【LeetCode-面試算法經典-Java實現】【033-Search in Rotated Sorted Array(在旋轉數組)】

class con 旋轉 rip target ext addclass 返回 rotated 【033-Search in Rotated Sorted Array(在旋轉數組中搜索)】 【LeetCode-面試算法經典-Java實現】【全部題目

Android圖示和文字居中的EditText

import android.widget.EditText; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; im

自定義函式實現百度關鍵字在網頁匹配字元高亮顯示效果

    自定義函式實現類似百度搜索關鍵字在網頁中匹配字元高亮顯示效果。完全用php來實現簡單但很有趣的效果。函式如下: <?php /**     * @param $wd 搜尋的詞語

MySql實現 按經緯度附近的人,並按距離排序的簡單實現

按經緯度搜索附近的人,並按距離排序的簡單實現這是一種簡單的實現,資料量不大的情況下還是能滿足需求的,寫在這裡做一份記錄。當然也希望有其他更好的方案。主要思路就是:先以自己的經緯度為中心,計算一定半徑內的方形經緯度邊界,然後用此方形經緯度邊界過濾使用者,並使用一個計算兩點經緯度之

C++實現二叉樹的非遞迴前、、後序

void NoRecursePreTraverse(BiTree tree){ stack<BiNode *> stack; BiNode *node = tree; while(node != NULL || !stack.empty

Vue實現魅族ebook讀書app頁面的搜尋熱詞佈局

首先是效果圖 可以自適應螢幕大小 可以每次重新整理改變熱詞底色 在電腦顯示如下 下面是實現過程 資料準備:原始資料為["透視小醫神","白鹿原","我的絕色美女房客","首席總裁:契約寵妻","仕途天驕","擇天記","爆寵狂妻:神醫五小姐

C語言在TXT檔案字串

方法一: bool CBrowseDir::SearchTXT(const char *filename) { string filename1( filename ); string keyword( "word" ); ifs

Unity與Android交互-Unity接入高德地圖實現定位以及周邊的功能(使用Android Studio)詳細操作

nac mcc 以及 分享 pack create lis red 效果 剛進公司給安排的任務就是Unity接入高德地圖,算是踩了不少坑總算做出來了,抽點時間寫個博客記錄一下 廢話不多說 先上效果圖 獲取定位並根據手機朝向顯示周邊信息 使用的Unity

python實現百度

python 爬蟲 mechanize 瀏覽器 利用Python mechanize模塊模擬瀏覽器實現百度搜索# -*- coding:utf-8 -*- import mechanize import sys reload(sys) sys.setdefaultencoding(‘utf8‘

LeetCode 33. Search in Rotated Sorted Array(在旋轉有序序列

one cheng http ati .com order hal 幫助 列表 Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (

文字加紅

utf-8 查找 ready none float gre har 所有 borde DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <titl

寫了小工具分享:按關鍵字文件在數據文件數據行

tor ffi doc qt3 ngx log 文件 cnblogs weibo 瘧鑰磷4cn0g鄧票纖http://t.docin.com/sina_6372016379囊評門3qykd瘓舜戲http://weibo.com/p/1005055850649325妹扯燃3y

Linux:從文件關鍵字並顯示行數(cat,grep函數)

img div 格式 gre 搜索 運行 .cn src images 假如有test1.txt的格式如下圖所示: 有test2.txt的內容如下: 現需將test2.txt含有的關鍵字的行搜索出來並顯示行數 則可以用到命令: cat test1.txt

c語言實現 非遞歸先序二叉鏈樹

停止 數據 節點 一個 null front getchar() getc 輸入 1 #include<stdio.h> 2 #include<conio.h> 3 #include<malloc.h> 4 typedef ch

Laravel 實現多條件查詢

one pos http key req 查詢 功能 pre ams 今天要做查詢功能,有的關鍵詞為空,有的有值,實現原理如下:$handle = DB::table(‘classrooms‘); // 如果條件1為真的時候 $keywords1 && $

js:ajax的get方法實現簡單的框提示

eas cut add index title 節點 subst 直接 foreach 效果演示: 一,使用nodejs搭建後臺環境,通過ajax的get方法將文本框中的值,實時傳輸到後臺進行比較,後臺返回相應的結果,將結果返回到ul中 1,創建路由 app4.js /