Does Aspose has something similar to book.getLock() and releaseLock() (Actuate)

Hi Team,

As I told you earlier we are trying to migrate from Actuate to Aspose.

So in Actuate we are using getLock on BookModelImpl instance, does we have something similar to that in Aspose?

Here, I need to know for getLock and releaseLock which are available in Actuate, does we have something similar and if so please share the sample to we can workout.

Thanks in advance.

Regards,

Gurdeep

Hi Gurdeep,

Thanks for your posting and considering Aspose.Cells.

These functions are not related to Excel features but related to Actuate internal threading and memory model. Aspose.Cells manages these things internally itself and does not provide any such function to users. So you do not need any alternative to such Actuate functions in Aspose.Cells.