C# 中的 Excel 比较

发布于 2024-11-04 17:50:57 字数 77 浏览 0 评论 0原文

我正在 C# 中逐个单元格地比较两个 Excel 文件。 我想为目标文件中不匹配的那些单元格着色。 如何在不创建另一个文件的情况下完成它..

I am comparing two excel files cell by cell in c#.
I want to color those cells which are not matching in the target file.
How can it be done without creating another file..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心碎的声音 2024-11-11 17:50:57

您必须打开 Excel 实例并查找单元格吗?那么改变细胞的路就真的不远了。您是否在活动单元格之一上尝试过Cell.Font.Color

You have to instances of excel open and look up cells? Then the way to changing a cell is not really far. Have you tried Cell.Font.Color on one of the active cells??

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文