From 51b86598f7a5d05943f3e9912c3ef54bc5b0e113 Mon Sep 17 00:00:00 2001 From: KurmithaSF4004 Date: Fri, 28 Jun 2024 12:46:03 +0530 Subject: [PATCH 1/2] FLUT-3913-Redirection-XlsIO-Dev --- Flutter/xlsio/working-with-formulas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flutter/xlsio/working-with-formulas.md b/Flutter/xlsio/working-with-formulas.md index 0bd29431c..ee1ddfdb9 100644 --- a/Flutter/xlsio/working-with-formulas.md +++ b/Flutter/xlsio/working-with-formulas.md @@ -67,7 +67,7 @@ File('Formula.xlsx').writeAsBytes(bytes); ## Accessing a Calculated value -To evaluate formula, it is must to [enable sheet calculation](enable-sheet-calculation) in prior. After enabling the sheet calculation, the formula can be evaluated using **calculatedValue** of **Range**, which returns a string value. +To evaluate formula, it is must to [enable sheet calculation](https://help.syncfusion.com/document-processing/excel/excel-library/flutter/working-with-formulas#enable-calculation) in prior. After enabling the sheet calculation, the formula can be evaluated using **calculatedValue** of **Range**, which returns a string value. The following code shows how to access a calculated value. From 6456175f007e1c8fb0b2d5cc043ba57cf19e9f55 Mon Sep 17 00:00:00 2001 From: KurmithaSF4004 Date: Fri, 28 Jun 2024 13:01:15 +0530 Subject: [PATCH 2/2] FLUT-3913-Redirection-XlsIO-Dev --- Flutter/xlsio/working-with-formulas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flutter/xlsio/working-with-formulas.md b/Flutter/xlsio/working-with-formulas.md index ee1ddfdb9..a4e79ad35 100644 --- a/Flutter/xlsio/working-with-formulas.md +++ b/Flutter/xlsio/working-with-formulas.md @@ -67,7 +67,7 @@ File('Formula.xlsx').writeAsBytes(bytes); ## Accessing a Calculated value -To evaluate formula, it is must to [enable sheet calculation](https://help.syncfusion.com/document-processing/excel/excel-library/flutter/working-with-formulas#enable-calculation) in prior. After enabling the sheet calculation, the formula can be evaluated using **calculatedValue** of **Range**, which returns a string value. +To evaluate formula, it is must to [enable sheet calculation](https://help.syncfusion.com/flutter/xlsio/working-with-formulas#enable-calculation) in prior. After enabling the sheet calculation, the formula can be evaluated using **calculatedValue** of **Range**, which returns a string value. The following code shows how to access a calculated value.