C#Excel查找和替换没有弹出对话框显示

时间:2012-03-17 03:57:02

标签: c# excel replace

当我在C#中导出到Excel时,我想替换像%find%。

这样的字符串

如果替换返回null,例如'没有像%find%这样的字符串'它会一直显示一个弹出对话框,告诉我它无法找到替换。

如何隐藏弹出对话框?

**My replace method is:`xSheet.Cells.Replace(strong textwhat, replace);`