C#/VB.NET How to Accept or Reject Tracked Changes in Excel?
The revision function can track all the revisions of the document and understand the revision process, which is a very useful function for the team to collaborate on document editing and review. When sending the workbook to others for review, we can enable the revision function. After the shared workbook is modified, the user can choose to accept or reject the data information modified by others when viewing the document. This article will introduce you in detail how to accept or reject revisions in Excel. Accept All Tracked Changes in a Workbook Reject All Tracked Changes in a Workbook Programming Environment In this test, Free Spire.XLS for .NET is introduced into the program. The Spire.XLS.dll file can be referenced by: Method 1: Download Free Spire.XLS for .NET locally, unzip it, and install it. After the installation is complete, find Spire.XLS.dll in the BIN folder under the installation path. Then open the "Solution Explorer" in Visual Studio, r...