Undo/Redo for Aspose.Cells in C#

What is the newest API for Undo/Redo Aspose.Cells functionality?
You documentation takes me to a class that no longer exists - Aspose.Cells.GridDesktop.

What is the current API?

@npolyak
Aspose.Cells does not support the Undo/Redo apis.
For undo/redo api ,you can check the below documentation for Aspose.Cells.GridDesktop

There is no GridDesktop class under Aspose.Cells - at least my intellisense and compiler cannot find it in the latest version.

Can you really come up with a working sample that I can compile and run.

@npolyak
GridDesktop is the desktop ui component based on Aspose.Cells.
you can get it through nuget : NuGet Gallery | Aspose.Cells.GridDesktop 23.10.0
here is the example for GridDesktop
https://github.com/aspose-cells/Aspose.Cells-for-.NET/tree/master/Examples_GridDesktop
If you want to use Aspose.Cells api directly ,we are sorry ,we haven’t support the Undo/Redo apis yet now.
However we will envaluate your requirment .

Thanks. We are not using Windows.forms, and try to make it as platform independent as possible. I’ll probably have to implement it myself.

@npolyak,

Currently, I am afraid, Undo/Redo feature is only supported in GridDesktop (UI) desktop control. Anyways, thanks for your feedback.