Multi-threading support in Aspose.Cells for .NET

Few Questions on Aspose Cells

1. Could I use Aspose Cells to load one excel and assign different worksheets to different threads to parallely work on? Is this approach ThreadSafe?

2. Is it possible to call CalculateFormula only within a Worksheet instead of doing for the entire Excel?

Our business calculation exists in excel and we are trying to build a front-end around this excel file. We dont want to duplicate the excel file for concurrent thread access. Please suggest if there is any other way to solve our problem.

Thanks

-Balaji

Hi,

Thanks for using Apsose.Cells for .NET.

Please download and use the latest version:

Aspose.Cells for .NET (Latest version)


1 - Aspose.Cells itself supports multithreading however, if you have a shared data/resource, then you will have to do synchronization yourself.

2 - Please try worksheet.CalculateFormula() method for your needs.