diff --git a/WindowsForms/Calculation-Engine/Working-with-XlsIO.md b/WindowsForms/Calculation-Engine/Working-with-XlsIO.md index 1b6def3..544a72d 100644 --- a/WindowsForms/Calculation-Engine/Working-with-XlsIO.md +++ b/WindowsForms/Calculation-Engine/Working-with-XlsIO.md @@ -1,13 +1,13 @@ --- layout: post -title: Working with XlsIO in Windows Forms Calculation Engine | Syncfusion +title: Working with XlsIO in Windows Forms Calculate Control | Syncfusion description: Learn about Working with XlsIO support in Syncfusion Windows Forms Calculation Engine (Calculate) control and more details. platform: windowsforms control: Calculate documentation: ug --- -# Working with XlsIO in Windows Forms Calculation Engine (Calculate) +# Working with XlsIO in Windows Forms Calculation Engine Essential XIsIO provides an Excel-like Automation-type support without having Microsoft Excel installed on the host system.This means that you can use this library to read and write an XLS file and hold its contents in memory. But you cannot perform actual computations on the contents of the XLS file. Hence Essential Calculate @@ -129,7 +129,7 @@ sheet.CalcEngine.CalculatingSuspended = false; ## To compute particular cell in the worksheet To compute particular cell in the worksheet, use [ParseAndComputeFormula](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Calculate.CalcEngine.html#Syncfusion_Calculate_CalcEngine_ParseAndComputeFormula_System_String_) method of `CalcEngine`. For more details regarding -`ParseAndComputeFormula` method, refer [here](https://help.syncfusion.com/windowsforms/calculate/parse-and-compute#parseandcomputeformula). +`ParseAndComputeFormula` method, refer [here](https://help.syncfusion.com/windowsforms/calculation-engine/parse-and-compute#parse-formula). {% tabs %} {% highlight c# %}