From 32144ce4a402c637db47937bd41ce0278bbe179f Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Wed, 27 Nov 2024 17:50:33 +0300 Subject: [PATCH 1/2] SEO-EJ2-React-Spreadsheet- --- ej2-react/spreadsheet/formulas.md | 2 +- ej2-react/spreadsheet/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ej2-react/spreadsheet/formulas.md b/ej2-react/spreadsheet/formulas.md index 0e5b76566..161426ac4 100644 --- a/ej2-react/spreadsheet/formulas.md +++ b/ej2-react/spreadsheet/formulas.md @@ -241,7 +241,7 @@ If you enter an invalid formula in a cell, an error dialog with an error message ## Note -You can refer to our [React Spreadsheet](https://www.syncfusion.com/react-ui-components/react-spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [React Spreadsheet example](https://ej2.syncfusion.com/react/demos/#/material/spreadsheet/default) to knows how to present and manipulate data. +You can refer to our [React Spreadsheet](https://www.syncfusion.com/react-ui-components/react-spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [React Spreadsheet example](https://ej2.syncfusion.com/react/demos/#/bootstrap5/spreadsheet/default) to knows how to present and manipulate data. ## See Also diff --git a/ej2-react/spreadsheet/getting-started.md b/ej2-react/spreadsheet/getting-started.md index e3e0ee36c..d7fe4978a 100644 --- a/ej2-react/spreadsheet/getting-started.md +++ b/ej2-react/spreadsheet/getting-started.md @@ -113,7 +113,7 @@ The following example shows a basic spreadsheet component. {% previewsample "page.domainurl/code-snippet/spreadsheet/getting-started-cs1" %} -> You can refer to our [React Spreadsheet](https://www.syncfusion.com/react-components/react-spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [React Spreadsheet example](https://ej2.syncfusion.com/react/demos/#/material/spreadsheet/default) that shows you how to present and manipulate data. +> You can refer to our [React Spreadsheet](https://www.syncfusion.com/react-components/react-spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [React Spreadsheet example](https://ej2.syncfusion.com/react/demos/#/bootstrap5/spreadsheet/default) that shows you how to present and manipulate data. ## See Also From 96e730aa00ac7688e5d112c2287afc01f4bd1fa4 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Wed, 27 Nov 2024 18:02:11 +0300 Subject: [PATCH 2/2] Update formulas.md --- ej2-react/spreadsheet/formulas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-react/spreadsheet/formulas.md b/ej2-react/spreadsheet/formulas.md index 161426ac4..69576f1cf 100644 --- a/ej2-react/spreadsheet/formulas.md +++ b/ej2-react/spreadsheet/formulas.md @@ -29,7 +29,7 @@ Previously, although you could import culture-based Excel files into the Spreads When loading spreadsheet data with culture-based formula argument separators using cell data binding, local/remote data, or JSON, ensure to set the [listSeparator](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/#listseparator) property value as the culture-based list separator from your end. Additionally, note that when importing an Excel file, the [listSeparator](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/#listseparator) property will be updated based on the culture of the launched import/export service. -In the example below, the Spreadsheet component is rendered with the `German culture (de)`. Additionally, you can find references on how to set the culture-based argument separator and culture-based formatted numeric value as arguments to the formulas. +In the example below, the Spreadsheet component is rendered with the `German culture (ed)`. Additionally, you can find references on how to set the culture-based argument separator and culture-based formatted numeric value as arguments to the formulas. {% tabs %} {% highlight js tabtitle="App.jsx" %}