Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Thu Jan 06, 2022 9:34 am

Hi
Does the java library for SpireXLS have support for enabling/managing the Track Changes feature on an Excel worksheet? I couldn't find it in the docs/jar.

niket.khandelwal
 
Posts: 1
Joined: Thu Jan 06, 2022 7:33 am

Thu Jan 06, 2022 10:06 am

Hello,

Thanks for your inquiry!

Sorry that our Spire.Xls for java cannot support set track change now. But we can accept and reject track changes. You can refer to the following code to accept or reject changes.

Code: Select all
      workbook.acceptAllTrackedChanges();
      workbook.rejectAllTrackedChanges();


If you have any other questions, just feel free to contact us.

Sincerely,
Marcia
E-iceblue support team
User avatar

Marcia.Zhou
 
Posts: 858
Joined: Wed Nov 04, 2020 2:29 am

Return to Spire.XLS