Can i call excel calculate using rest api

Hi, I don’t see anything regarding how to use calculation feature of excel using cloud cells apis. Is it something that is available if I decide to go ahead with this.

@amitklathwal

Yes, you can calculate formulas of Workbook or a specific Sheet. Please check following API methods for details. You can also check unit test of SDK for your favorite programming language from Aspose.Cells Cloud GitHub repository.

POSt ​/cells​/{name}​/calculateformula Calculate all formulas in workbook.

GET ​/cells​/{name}​/worksheets​/{sheetName}​/formulaResult Calculates formula value in worksheet.