Learn how to Compare Excel spreadsheets programmatically using GroupDocs.Comparison for .NET. This guide demonstrates cell-by-cell comparison, custom styling, summary pages, and advanced visibility controls for Excel document comparison in C#.
(翻訳)
GroupDocs.Comparison for .NET を使用して、Excel スプレッドシートをプログラムで比較する方法を学びます。このガイドでは、セル単位の比較、カスタムスタイリング、サマリーページ、そして C# における Excel ドキュメント比較の高度な可視性制御を示します。...EnsureFileExists(sourcePath, "source Excel file" ); EnsureFileExists(targetPath..."target Excel file" ); using ( var comparer = new Comparer(sourcePath))...