Document comparison solution

Utilize C# technologies for comparing XLSX spreadsheets

The .NET API, crafted for various document types comparison, identifies and reports distinctions within MS Excel files. Build applications using C#, ASP.NET, VB.NET, or .NET Core to leverage its advantages. Get detailed reports with minimal code implementation.

Generate MS Excel XLSX comparison reports using C#

Create a distinctions report for XLSX files using GroupDocs.Comparison

  1. Download and install the GroupDocs.Comparison for .NET package from Nuget
  2. Instantiate the Comparer object by providing the XLSX file path
  3. Include XLSX spreadsheets for comparison
  4. Retrieve the comparison report containing distinctions information
Copy

// Generate a report on alterations in XLSX files

// Instantiate the Comparer object for spreadsheets processing
using (Comparer comparer = new Comparer("source.xlsx"))
{
    // Include at least one file for comparison
	comparer.Add("file_to_compare_1.xlsx");
    comparer.Add("file_to_compare_2.xlsx");
    comparer.Add("file_to_compare_3.xlsx");

    // Analyze the comparison result
    comparer.Compare("result.xlsx"); 
}
dotnet add package GroupDocs.Comparison
click to copy
copied
More examples Documentation

Explore the features of GroupDocs.Comparison for .NET API

Detect changes in your XLSX spreadsheets with convenient reporting in your .NET projects. Additionally, retrieve information about styles, shapes, and other content, and merge XSLX spreadsheets into a new document. Integrate GroupDocs.Comparison for .NET APIs into your projects with just a few lines of code. Use our software without the need for third-party developers.
Learn more
About illustration

Ready to get started?

Try GroupDocs.Comparison features for free or request a license

Comparison of MS Excel spreadsheets for C# applications

Explore the advantages of GroupDocs.Comparison for .NET for controlling versions of XLSX documents. Quickly and easily gather information from MS Excel spreadsheets for further analysis.

 English