Is it possible to turn on change tracking?

Is it possible to turn on change tracking ?

Hi,

Thanks for your posting and using Aspose.Cells for .NET.

Well, Aspose.Cells only
supports to check whether a workbook has revisions or not and also it
does support to enable you to accept all revisions in the workbook.


e.g

Workbook.HasRevisions – Boolean method to check whether the file has tracked changes.
Workbook.AcceptAllRevisions() – Allow to accept all revisions.