From d3f1cc6d9146c470f2c0952e73ed1ed94ce58b5b Mon Sep 17 00:00:00 2001 From: Jeffreysebastian <145664919+Jeffreysebastian@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:22:57 +0530 Subject: [PATCH 1/2] Http changes made --- uwp/Spreadsheet/Editing.md | 2 +- uwp/Spreadsheet/Formatting.md | 6 +++--- uwp/Spreadsheet/Localization.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/uwp/Spreadsheet/Editing.md b/uwp/Spreadsheet/Editing.md index cd39f9df9..541c46f39 100644 --- a/uwp/Spreadsheet/Editing.md +++ b/uwp/Spreadsheet/Editing.md @@ -218,7 +218,7 @@ validation.ErrorBoxText = "Sum of the values in A1 and A2 should be greater than {% endhighlight %} {% endtabs %} -For more reference, please go through the [XlsIO](http://help.syncfusion.com/file-formats/xlsio/working-with-data-validation) UG. +For more reference, please go through the [XlsIO](https://help.syncfusion.com/file-formats/xlsio/working-with-data-validation) UG. T> If you want to load ComboBox to a cell in SfSpreadsheet, you can apply List Validation to that cell. diff --git a/uwp/Spreadsheet/Formatting.md b/uwp/Spreadsheet/Formatting.md index 1cab7e722..c87fc41bb 100644 --- a/uwp/Spreadsheet/Formatting.md +++ b/uwp/Spreadsheet/Formatting.md @@ -303,13 +303,13 @@ spreadsheet.ActiveGrid.InvalidateCells(); {% endhighlight %} {% endtabs %} -For more information regarding formatting options, please go through [XlsIO](http://help.syncfusion.com/file-formats/xlsio/working-with-cell-or-range-formatting) +For more information regarding formatting options, please go through [XlsIO](https://help.syncfusion.com/file-formats/xlsio/working-with-cell-or-range-formatting) -N> Users need to [refresh the view](http://help.syncfusion.com/uwp/sfspreadsheet/working-with-sfspreadsheet#refreshing-the-view) after the formatting is applied on the XlsIO range to update the styles in `SpreadsheetGrid`. +N> Users need to [refresh the view](https://help.syncfusion.com/uwp/spreadsheet/working-with-sfspreadsheet#refreshing-the-view) after the formatting is applied on the XlsIO range to update the styles in `SpreadsheetGrid`. ## Clear formatting -SfSpreadsheet provides support to clear the contents of a cell along with its formatting or by specifying the required clear options using [ExcelClearOptions](http://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.ExcelClearOptions.html) enum which specifies the possible directions to clear the cell formats, content, comments,conditional format,data validation or clear all of them. +SfSpreadsheet provides support to clear the contents of a cell along with its formatting or by specifying the required clear options using [ExcelClearOptions](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.ExcelClearOptions.html) enum which specifies the possible directions to clear the cell formats, content, comments,conditional format,data validation or clear all of them. {% tabs %} {% highlight c# %} diff --git a/uwp/Spreadsheet/Localization.md b/uwp/Spreadsheet/Localization.md index b1195402e..6247dbe51 100644 --- a/uwp/Spreadsheet/Localization.md +++ b/uwp/Spreadsheet/Localization.md @@ -39,14 +39,14 @@ The following steps show how to implement the localization in SfSpreadsheet, * Create a folder and name it as ‘Resources’ in your application. * Add the default resource[English("en-US")] file of `SfSpreadsheet` in the 'Resources' folder named as Syncfusion.SfSpreadsheet.UWP.resw. - You can download the Resw file [here](http://www.syncfusion.com/downloads/support/directtrac/general/ze/Syncfusion.SfSpreadsheet.UWP.Resources1773657760) + You can download the Resw file [here](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.ExcelClearOptions.html) * Create Resw(resource) file under the 'Resources' folder and name it as Syncfusion.SfSpreadsheet.UWP.[Culture name].resw. For example, Syncfusion.SfSpreadsheet.UWP.ja.resw for Japanese culture. ![UWP SfSpreadsheet displays added resource file](localization_images/Loc_Image1.png) * Add the resource key such as name and its corresponding localized value in Resource Designer of Syncfusion.SfSpreadsheet.UWP.ja.resw file. - For your reference, you can download the Japanese("ja-JP") Resw file [here](http://www.syncfusion.com/downloads/support/directtrac/general/ze/Syncfusion.SfSpreadsheet.UWP.Resources.ja2068752327) + For your reference, you can download the Japanese("ja-JP") Resw file [here](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.ExcelClearOptions.html) ![UWP SfSpreadsheet displays resource file item list](localization_images/Loc_Image2.png) From 9c0706c4eb121a27d8c76f50eba241b974acc31a Mon Sep 17 00:00:00 2001 From: Jeffreysebastian <145664919+Jeffreysebastian@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:49:11 +0530 Subject: [PATCH 2/2] Updated http issues --- uwp/Spreadsheet/Localization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uwp/Spreadsheet/Localization.md b/uwp/Spreadsheet/Localization.md index 6247dbe51..373050c8f 100644 --- a/uwp/Spreadsheet/Localization.md +++ b/uwp/Spreadsheet/Localization.md @@ -39,14 +39,14 @@ The following steps show how to implement the localization in SfSpreadsheet, * Create a folder and name it as ‘Resources’ in your application. * Add the default resource[English("en-US")] file of `SfSpreadsheet` in the 'Resources' folder named as Syncfusion.SfSpreadsheet.UWP.resw. - You can download the Resw file [here](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.ExcelClearOptions.html) + You can download the Resw file [here](https://www.syncfusion.com/downloads/support/directtrac/general/ze/Syncfusion.SfSpreadsheet.UWP.Resources1773657760) * Create Resw(resource) file under the 'Resources' folder and name it as Syncfusion.SfSpreadsheet.UWP.[Culture name].resw. For example, Syncfusion.SfSpreadsheet.UWP.ja.resw for Japanese culture. ![UWP SfSpreadsheet displays added resource file](localization_images/Loc_Image1.png) * Add the resource key such as name and its corresponding localized value in Resource Designer of Syncfusion.SfSpreadsheet.UWP.ja.resw file. - For your reference, you can download the Japanese("ja-JP") Resw file [here](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.ExcelClearOptions.html) + For your reference, you can download the Japanese("ja-JP") Resw file [here](https://www.syncfusion.com/downloads/support/directtrac/general/ze/Syncfusion.SfSpreadsheet.UWP.Resources1773657760) ![UWP SfSpreadsheet displays resource file item list](localization_images/Loc_Image2.png)