diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Cell-Customization.md b/Document-Processing/Excel/Spreadsheet/WPF/Cell-Customization.md index 156cf12604..7c35f9d22b 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Cell-Customization.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Cell-Customization.md @@ -178,4 +178,4 @@ void grid_QueryRange(object sender, SpreadsheetQueryRangeEventArgs e) For more reference, please find the [customization](https://www.syncfusion.com/downloads/support/directtrac/general/ze/Cell_Customization-850724053) sample. -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Compare-Classic-Spreadsheet.md b/Document-Processing/Excel/Spreadsheet/WPF/Compare-Classic-Spreadsheet.md index 53fa304456..d30fb937f9 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Compare-Classic-Spreadsheet.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Compare-Classic-Spreadsheet.md @@ -10,7 +10,7 @@ documentation: ug ## Choose between SfSpreadsheet and Spreadsheet (Classic) control -WPF suite contains **SfSpreadsheet** and **Spreadsheet (Classic)** control for viewing and editing the excel files. SfSpreadsheet is an alternate for Spreadsheet (Classic) control which is marked as classic control. Hence it is recommended to use SfSpreadsheet which provides better performance and rich set features over Spreadsheet (Classic) control. +WPF suite contains **SfSpreadsheet** and **Spreadsheet (Classic)** control for viewing and editing the excel files. SfSpreadsheet is an alternate for [WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) (Classic) control which is marked as classic control. Hence it is recommended to use SfSpreadsheet which provides better performance and rich set features over Spreadsheet (Classic) control. Below are the features that SfSpreadsheet have over Spreadsheet (Classic) control, @@ -111,4 +111,4 @@ Gets the tab sheet name -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Conditional-Formatting.md b/Document-Processing/Excel/Spreadsheet/WPF/Conditional-Formatting.md index 6ad75d4ada..61a9b2b346 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Conditional-Formatting.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Conditional-Formatting.md @@ -9,7 +9,7 @@ documentation: ug # Conditional Formatting in WPF Spreadsheet (SfSpreadsheet) -This section explains about how to apply conditional formatting rules programmatically at run time in SfSpreadsheet. +This section explains about how to apply conditional formatting rules programmatically at run time in [WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor). In SfSpreadsheet, to apply conditional format for a cell or range of cells, add [IConditionalFormat](https://help.syncfusion.com/cr/wpf/Syncfusion.XlsIO.IConditionalFormat.html) to that range by using [AddCondition](https://help.syncfusion.com/cr/wpf/Syncfusion.XlsIO.IConditionalFormats.html#Syncfusion_XlsIO_IConditionalFormats_AddCondition) method. @@ -156,4 +156,4 @@ Sample Output ![WPF Spreadsheet Conditional Formatting with Icon Sets](Conditional-Formatting_images/wpf-spreadsheet-conditional-formatting-with-icon-sets.jpeg) -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Conversion.md b/Document-Processing/Excel/Spreadsheet/WPF/Conversion.md index ad24a29d07..94f16f7f86 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Conversion.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Conversion.md @@ -12,7 +12,7 @@ This section explains about the conversion of workbook in SfSpreadsheet into ima ## Convert to Image -SfSpreadsheet provides support to convert a worksheet in to an image of type Bitmap or Metafile based on the input range of rows and columns with all basic formats preserved, By using the [ConvertToImage](https://help.syncfusion.com/cr/wpf/Syncfusion.XlsIO.IWorksheet.html#Syncfusion_XlsIO_IWorksheet_ConvertToImage_System_Int32_System_Int32_System_Int32_System_Int32_) method,worksheet can be converted into an image. +[WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) provides support to convert a worksheet in to an image of type Bitmap or Metafile based on the input range of rows and columns with all basic formats preserved, By using the [ConvertToImage](https://help.syncfusion.com/cr/wpf/Syncfusion.XlsIO.IWorksheet.html#Syncfusion_XlsIO_IWorksheet_ConvertToImage_System_Int32_System_Int32_System_Int32_System_Int32_) method,worksheet can be converted into an image. {% tabs %} {% highlight c# %} @@ -70,4 +70,4 @@ System.Diagnostics.Process.Start("Sample.html"); {% endtabs %} -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Custom-Formula.md b/Document-Processing/Excel/Spreadsheet/WPF/Custom-Formula.md index fa3d462270..0d58bb6a41 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Custom-Formula.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Custom-Formula.md @@ -9,7 +9,7 @@ documentation: ug # Custom Formula in WPF Spreadsheet (SfSpreadsheet) -SfSpreadsheet allows you to add custom formulas into its function library. You can add the custom formula into the SfSpreadsheet by using the [AddFunction](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.CellGrid.FormulaEngine.html#Syncfusion_UI_Xaml_CellGrid_FormulaEngine_AddFunction_System_String_Syncfusion_UI_Xaml_CellGrid_FormulaEngine_LibraryFunction_) method of [FormulaEngine](http://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.CellGrid.FormulaEngine.html), +[WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) allows you to add custom formulas into its function library. You can add the custom formula into the SfSpreadsheet by using the [AddFunction](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.CellGrid.FormulaEngine.html#Syncfusion_UI_Xaml_CellGrid_FormulaEngine_AddFunction_System_String_Syncfusion_UI_Xaml_CellGrid_FormulaEngine_LibraryFunction_) method of [FormulaEngine](http://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.CellGrid.FormulaEngine.html), {% tabs %} {% highlight c# %} @@ -45,4 +45,4 @@ public string ComputeLength(string range) {% endtabs %} -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Customize-a-Cell.md b/Document-Processing/Excel/Spreadsheet/WPF/Customize-a-Cell.md index b07afa2106..7d979495fb 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Customize-a-Cell.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Customize-a-Cell.md @@ -9,7 +9,7 @@ documentation: ug # Customize a Cell in WPF Spreadsheet Control -SfSpreadsheet provides support to customize the cell with Data template. It allows to load any WPF control or custom control into the cell. +[WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) provides support to customize the cell with Data template. It allows to load any WPF control or custom control into the cell. In order to customize the cell, please follow the below steps diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Data-Management.md b/Document-Processing/Excel/Spreadsheet/WPF/Data-Management.md index 2bc44c4a0b..20b30bc875 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Data-Management.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Data-Management.md @@ -12,7 +12,7 @@ This section explains about how to import and export the DataTable in `SfSpreads ## Import from DataTable -SfSpreadsheet provides support to import the data. The following list of data can be imported into the worksheet +[WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) provides support to import the data. The following list of data can be imported into the worksheet * Data Table * Data Column diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Editing.md b/Document-Processing/Excel/Spreadsheet/WPF/Editing.md index 2689938411..4d9b8aef3b 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Editing.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Editing.md @@ -9,7 +9,7 @@ documentation: ug # Editing in WPF Spreadsheet (SfSpreadsheet) -This section explains about the Editing behavior, Data Validation and Hyperlinks in SfSpreadsheet. +This section explains about the Editing behavior, Data Validation and Hyperlinks in [WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor). ## Editing @@ -277,4 +277,4 @@ spreadsheet.ActiveGrid.InvalidateCell(GridRangeInfo.Cell(5,1)); {% endtabs %} -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Find-and-Replace.md b/Document-Processing/Excel/Spreadsheet/WPF/Find-and-Replace.md index ddd08df51d..05511d9f86 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Find-and-Replace.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Find-and-Replace.md @@ -9,7 +9,7 @@ documentation: ug # Find and Replace in WPF Spreadsheet (SfSpreadsheet) -This section explains about Find and Replace operations in SfSpreadsheet. +This section explains about Find and Replace operations in [WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor). ## Find @@ -194,4 +194,4 @@ spreadsheet.ActiveGrid.SetCellValue(cell, "sync"); {% endtabs %} -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Formatting.md b/Document-Processing/Excel/Spreadsheet/WPF/Formatting.md index 312c6ecaf1..65bd6f823d 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Formatting.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Formatting.md @@ -9,7 +9,7 @@ documentation: ug # Formatting in WPF Spreadsheet (SfSpreadsheet) -This section explains about the formatting options similar to excel in SfSpreadsheet. +This section explains about the formatting options similar to excel in [WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor). Styles and formats defined in an Excel file are automatically imported. Users can also apply these settings to cells during run time. The following are the formatting attributes for the cell. @@ -306,4 +306,4 @@ spreadsheet.Workbook.Worksheets[0].Range[4, 5].Clear(ExcelClearOptions.ClearCond {% endtabs %} -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Formulas.md b/Document-Processing/Excel/Spreadsheet/WPF/Formulas.md index 810804ecf3..8fa45dddc4 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Formulas.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Formulas.md @@ -9,7 +9,7 @@ documentation: ug # Formulas in WPF Spreadsheet (SfSpreadsheet) -SfSpreadsheet calculation engine offers automated calculation over a formula, expression, or cross sheet references. SfSpreadsheet calculation engine is preloaded with 409 formulas covering a broad range of business functions. +[WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) calculation engine offers automated calculation over a formula, expression, or cross sheet references. SfSpreadsheet calculation engine is preloaded with 409 formulas covering a broad range of business functions. ## Adding Formula into cell @@ -1693,4 +1693,4 @@ Returns data from a web service on the Internet or Intranet

-N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Getting-Started.md b/Document-Processing/Excel/Spreadsheet/WPF/Getting-Started.md index aad49d3ceb..fe2b11695b 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Getting-Started.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Getting-Started.md @@ -8,7 +8,7 @@ documentation: ug --- # Getting Started with WPF Spreadsheet (SfSpreadsheet) -This section briefly explains how to include the [Syncfusion® WPF Spreadsheet](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) component in WPF App using Visual Studio. +This section briefly explains how to include the [WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) component in WPF App using Visual Studio. ## Prerequisites * [System requirements for WPF components](https://help.syncfusion.com/wpf/system-requirements) @@ -273,7 +273,7 @@ Press Ctrl+F5 (Windows) or +F5 (m To learn how to create, open, and save files in the WPF Spreadsheet Component, see [Workbook Operations.](Workbook-Operations) -N>[View Sample in GitHub.](https://github.com/SyncfusionExamples/create-view-edit-excel-files-using-wpf-spreadsheet) +N>[View Sample in GitHub.](https://github.com/SyncfusionExamples/create-view-edit-excel-files-using-wpf-spreadsheet). Looking for the full WPF Spreadsheet Editor component overview, features, pricing, and documentation? Visit the [WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) page. ## See Also - [Data Management](Data-Management) diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Interactive-Features.md b/Document-Processing/Excel/Spreadsheet/WPF/Interactive-Features.md index 987fb89634..d3e0e88fb2 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Interactive-Features.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Interactive-Features.md @@ -9,7 +9,7 @@ documentation: ug # Interactive Features in WPF Spreadsheet (SfSpreadsheet) - This section explains about the interactive operations with SfSpreadsheet + This section explains about the interactive operations with [WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) ## Clipboard Operations @@ -257,4 +257,4 @@ spreadsheet.ActiveGrid.InvalidateCell(5, 5); {% endtabs %} -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Limitations.md b/Document-Processing/Excel/Spreadsheet/WPF/Limitations.md index 28069ad586..59dec460b2 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Limitations.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Limitations.md @@ -11,7 +11,7 @@ documentation: ug ## Release memory held by AutomationPeer -SfSpreadsheet holds some instance in memory even after disposing the spreadsheet or removed the sheets from the spreadsheet. Because, the **AutomationPeer** for WPF Components holds some memory and it needs to be released manually. This can be done by using the following steps. +[WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) holds some instance in memory even after disposing the spreadsheet or removed the sheets from the spreadsheet. Because, the **AutomationPeer** for WPF Components holds some memory and it needs to be released manually. This can be done by using the following steps. Create a class derived from `WindowAutomationPeer` and override it's `GetChildrenCore` method and returns “null” value that clears the **AutomationPeer** item from memory as follows @@ -52,4 +52,4 @@ public partial class MainWindow : Window {% endtabs %} -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Localization.md b/Document-Processing/Excel/Spreadsheet/WPF/Localization.md index f92c6113f4..8c90adf01f 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Localization.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Localization.md @@ -9,7 +9,7 @@ documentation: ug # Localization in WPF Spreadsheet (SfSpreadsheet) -Localization is the process of configuring the application to a specific language. SfSpreadsheet provides support to localize all the static text in a Ribbon and all dialogs to any desired language. Localization can be done by adding resource file and setting the specific culture in the application. +Localization is the process of configuring the application to a specific language. [WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) provides support to localize all the static text in a Ribbon and all dialogs to any desired language. Localization can be done by adding resource file and setting the specific culture in the application. SfSpreadsheet allows you to set custom resource using Resx file. You can define your string values in resource file for a specific culture and set the culture in your application. @@ -61,7 +61,7 @@ Now, the default localized strings can be modified by changing the Name/Value pa ![WPF Spreadsheet Localized using Resource String](localization_images/wpf-spreadsheet-localized-using-resource-string.jpg) -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. ## Localize when the resource file is present in a different assembly or different namespace diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Outline.md b/Document-Processing/Excel/Spreadsheet/WPF/Outline.md index da59d6c687..1532d54036 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Outline.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Outline.md @@ -9,7 +9,7 @@ documentation: ug # Outline in WPF Spreadsheet (SfSpreadsheet) -SfSpreadsheet provides support for outlines like in excel which makes your data easier to view. You can group or ungroup the data’s either by rows or columns. +[WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) provides support for outlines like in excel which makes your data easier to view. You can group or ungroup the data’s either by rows or columns. ## Group rows and columns @@ -106,4 +106,4 @@ spreadsheet.RefreshOutlines(true, true); {% endtabs %} -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Overview.md b/Document-Processing/Excel/Spreadsheet/WPF/Overview.md index 172723400b..f09f80c843 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Overview.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Overview.md @@ -9,7 +9,7 @@ documentation: ug # WPF Spreadsheet (SfSpreadsheet) Overview -The [Syncfusion® WPF Spreadsheet (SfSpreadsheet)](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) is excel inspired control that allows you to create, edit, view and format the Microsoft Excel files without excel installed. It provides absolute ease of use UI experience with integrated ribbon to cover any possible business scenario. SfSpreadsheet comes with built-in calculation engine with support for 400+ most widely used formulas. +The [WPF Spreadsheet (SfSpreadsheet)](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) is excel inspired control that allows you to create, edit, view and format the Microsoft Excel files without excel installed. It provides absolute ease of use UI experience with integrated ribbon to cover any possible business scenario. SfSpreadsheet comes with built-in calculation engine with support for 400+ most widely used formulas. ![SfSpreadsheet](Overview-image\wpf-spreadsheet-overview-image.png) diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Printing.md b/Document-Processing/Excel/Spreadsheet/WPF/Printing.md index ff4cc5c9ae..a0c90b0daf 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Printing.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Printing.md @@ -9,7 +9,7 @@ documentation: ug # Printing in WPF Spreadsheet (SfSpreadsheet) -SfSpreadsheet control allows you to print the data in the workbook with the help of PDF Conversion. To provide the printing support in SfSpreadsheet, you need to convert the workbook into PDF document using ExcelToPdfConverter. +[WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) control allows you to print the data in the workbook with the help of PDF Conversion. To provide the printing support in SfSpreadsheet, you need to convert the workbook into PDF document using ExcelToPdfConverter. For Conversion of Excel Workbook in SfSpreadsheet to PDF document, use [Convert](https://help.syncfusion.com/cr/wpf/Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.html#Syncfusion_ExcelToPdfConverter_ExcelToPdfConverter_Convert) method of [ExcelToPdfConverter](http://help.syncfusion.com/cr/wpf/Syncfusion.ExcelToPdfConverter.ExcelToPdfConverter.html). @@ -56,4 +56,4 @@ pdfViewer.Print(true); {% endtabs %} -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Ribbon-Customization.md b/Document-Processing/Excel/Spreadsheet/WPF/Ribbon-Customization.md index 221077b458..0b0e550d26 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Ribbon-Customization.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Ribbon-Customization.md @@ -181,4 +181,4 @@ void Commands_CommandExecuting(object sender, CommandExecutingEventArgs args) {% endtabs %} -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Rows-and-Columns.md b/Document-Processing/Excel/Spreadsheet/WPF/Rows-and-Columns.md index 49069cdc4c..787a5a8199 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Rows-and-Columns.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Rows-and-Columns.md @@ -12,7 +12,7 @@ This section explains about the operations related with rows and columns in SfSp ## Insert Rows and Columns -SfSpreadsheet provides support for dynamically inserting rows and columns into a worksheet. +[WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) provides support for dynamically inserting rows and columns into a worksheet. {% tabs %} {% highlight c# %} @@ -207,4 +207,4 @@ for(int i = 1; i <= 5 ; i++) {% endtabs %} -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Selection.md b/Document-Processing/Excel/Spreadsheet/WPF/Selection.md index f18688d709..0322d32eb5 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Selection.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Selection.md @@ -9,7 +9,7 @@ documentation: ug # Selection in WPF Spreadsheet (SfSpreadsheet) -This section explains about the Selection behavior in SfSpreadsheet. +This section explains about the Selection behavior in [WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor). The SfSpreadsheet control provides support for selection in grid by using mouse, keyboard and touch interactions. @@ -343,4 +343,4 @@ Extends the selection up in a worksheet. -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Shapes.md b/Document-Processing/Excel/Spreadsheet/WPF/Shapes.md index c339821566..d3691a43b9 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Shapes.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Shapes.md @@ -8,7 +8,7 @@ documentation: ug --- # Shapes in WPF Spreadsheet (SfSpreadsheet) - This section explains how to import charts, sparklines, pictures and textboxes in SfSpreadsheet. + This section explains how to import charts, sparklines, pictures and textboxes in [WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor). ## Charts @@ -165,4 +165,4 @@ spreadsheet.ActiveGrid.GraphicModel.ClearSelection(); {% endtabs %} -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Sorting-and-Filtering.md b/Document-Processing/Excel/Spreadsheet/WPF/Sorting-and-Filtering.md index 6f09cd43d1..53b52f9eeb 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Sorting-and-Filtering.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Sorting-and-Filtering.md @@ -9,7 +9,7 @@ documentation: ug # Sorting and Filtering in WPF Spreadsheet (SfSpreadsheet) -This section explains about sorting and filtering functionalities in the SfSpreadsheet. +This section explains about sorting and filtering functionalities in the [WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor). ## Filtering @@ -64,4 +64,4 @@ Currently SfSpreadsheet does not have support for following features. * While importing the workbook, checked and unchecked items are only displayed in the right most filtered column. Because unable to fetch the filtering order. -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Themes.md b/Document-Processing/Excel/Spreadsheet/WPF/Themes.md index 1074326966..1dbb44ee32 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Themes.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Themes.md @@ -9,7 +9,7 @@ documentation: ug # Themes in WPF Spreadsheet (SfSpreadsheet) -SfSpreadsheet supports the following built-in themes. +[WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) supports the following built-in themes. * MaterialLight * MaterialDark * Office2019Colorful @@ -29,4 +29,4 @@ Refer to the below links to apply themes for the SfSpreadsheet, ![WPF Spreadsheet with Office2019Black Theme](Themes_images/wpf-spreadsheet-office2019black-theme.png) -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Workbook-Operations.md b/Document-Processing/Excel/Spreadsheet/WPF/Workbook-Operations.md index ff80962652..be3e333b31 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Workbook-Operations.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Workbook-Operations.md @@ -8,7 +8,7 @@ documentation: ug --- # Workbook Operations in WPF Spreadsheet -This section explains how to manage Excel workbooks in SfSpreadsheet, including creating new files, opening existing workbooks from various sources, and saving changes efficiently. +This section explains how to manage Excel workbooks in [WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor), including creating new files, opening existing workbooks from various sources, and saving changes efficiently. ## Creating a new Excel Workbook @@ -74,3 +74,5 @@ spreadsheet.SaveAs(); {% endhighlight %} {% endtabs %} + +N> Looking for the full WPF Spreadsheet Editor component overview, features, pricing, and documentation? Visit the [WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) page. diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Working-with-SfSpreadsheet.md b/Document-Processing/Excel/Spreadsheet/WPF/Working-with-SfSpreadsheet.md index 01dc428924..cd2464a8cd 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Working-with-SfSpreadsheet.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Working-with-SfSpreadsheet.md @@ -327,4 +327,4 @@ void Spreadsheet_PropertyChanged(object sender, System.ComponentModel.PropertyCh {% endtabs %} -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file diff --git a/Document-Processing/Excel/Spreadsheet/WPF/Worksheet-Management.md b/Document-Processing/Excel/Spreadsheet/WPF/Worksheet-Management.md index 1bf97b7c01..555e3aed08 100644 --- a/Document-Processing/Excel/Spreadsheet/WPF/Worksheet-Management.md +++ b/Document-Processing/Excel/Spreadsheet/WPF/Worksheet-Management.md @@ -12,7 +12,7 @@ This section explains about the operations that are performed with the worksheet ## Insert and Delete worksheet -SfSpreadsheet provides support to insert and delete the worksheets in a workbook. +[WPF Spreadsheet Editor](https://www.syncfusion.com/spreadsheet-editor-sdk/wpf-spreadsheet-editor) provides support to insert and delete the worksheets in a workbook. {% tabs %} {% highlight c# %} @@ -257,4 +257,4 @@ Occurs when grid queries for IRange information about a specific ce -N> You can refer to our [WPF Spreadsheet](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file +N> You can refer to our [WPF Spreadsheet Editor](https://www.syncfusion.com/wpf-controls/spreadsheet) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Spreadsheet example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the spreadsheet. \ No newline at end of file