From f124c99bff44ae0fcf1079e28c4272161e18ec39 Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Mon, 18 May 2026 15:41:06 +0300 Subject: [PATCH] Task(220600)SEO-Serpstat-Help-Domain-description --- ...-files-with-macros-that-are-digitally-signed.md | 14 +++++++------- ...-uninstalled-fonts-is-converted-to-pdf-image.md | 12 ++++++------ ...atting-to-pivottable-in-Excel-protected-view.md | 2 +- ...hange-the-grid-line-color-of-the-excel-sheet.md | 14 +++++++------- ...how-to-create-a-sparkline-from-a-named-range.md | 10 +++++----- .../how-to-find-and-highlight-data-in-Excel.md | 4 ++-- .../NET/faqs/how-to-use-named-ranges-with-xlsio.md | 12 ++++++------ 7 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-excel-files-with-macros-that-are-digitally-signed.md b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-excel-files-with-macros-that-are-digitally-signed.md index 1c370e164e..9d74af12cb 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-excel-files-with-macros-that-are-digitally-signed.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-excel-files-with-macros-that-are-digitally-signed.md @@ -11,10 +11,10 @@ Yes. XlsIO preserves the digital signature from the macro-enabled Excel document ## See Also -* [Does XlsIO support password protected macro in the Excel documents?](https://help.syncfusion.com/file-formats/xlsio/faqs/does-xlsio-support-password-protected-macro-in-the-excel-documents) -* [How to check whether an Excel document contains macro?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-check-whether-an-excel-document-contains-macro) -* [How to open an Excel 2013 Macro Enabled Template?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-open-an-excel-2013-macro-enabled-template) -* [How to create and open Excel Template files by using XlsIO?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-create-and-open-excel-template-files-by-using-xlsio) -* [How to create a macro?](https://help.syncfusion.com/file-formats/xlsio/working-with-macros#creating-a-macro) -* [How to edit a macro?](https://help.syncfusion.com/file-formats/xlsio/working-with-macros#editing-a-macro) -* [How to remove macros?](https://help.syncfusion.com/file-formats/xlsio/working-with-macros#removing-macros) +* [Does XlsIO support password protected macro in the Excel documents?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/does-xlsio-support-password-protected-macro-in-the-excel-documents) +* [How to check whether an Excel document contains macro?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-check-whether-an-excel-document-contains-macro) +* [How to open an Excel 2013 Macro Enabled Template?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-open-an-excel-2013-macro-enabled-template) +* [How to create and open Excel Template files by using XlsIO?](http://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-create-and-open-excel-template-files-by-using-xlsio) +* [How to create a macro?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-macros#creating-a-macro) +* [How to edit a macro?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-macros#editing-a-macro) +* [How to remove macros?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-macros#removing-macros) diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/how-does-excel-file-with-uninstalled-fonts-is-converted-to-pdf-image.md b/Document-Processing/Excel/Excel-Library/NET/faqs/how-does-excel-file-with-uninstalled-fonts-is-converted-to-pdf-image.md index f22b5ba743..f0f6f5da96 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/how-does-excel-file-with-uninstalled-fonts-is-converted-to-pdf-image.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/how-does-excel-file-with-uninstalled-fonts-is-converted-to-pdf-image.md @@ -8,7 +8,7 @@ documentation: UG # How does Excel file with uninstalled fonts is converted to PDF/Image? -When the fonts used in particular Excel document are not installed in the machine, the desired characters will be missing in the PDF/Image conversion. However, XlsIO comes up with a font substitution method through [SubstituteFontEventHandler](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.Implementation.SubstituteFontEventHandler.html) event. This will enable user to specify alternate font name to render the characters in the specified alternate font. Otherwise, Microsoft Sans Serif is used as the default one. +When the fonts used in particular Excel document are not installed in the machine, the desired characters will be missing in the PDF/Image conversion. However, XlsIO comes up with a font substitution method through [SubstituteFontEventHandler](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.Implementation.SubstituteFontEventHandler.html) event. This will enable user to specify alternate font name to render the characters in the specified alternate font. Otherwise, Microsoft Sans Serif is used as the default one. N> Due to this font substitution, there might be a slight difference with the rendered text in the generated PDF/Image files during Excel to PDF/Image conversion. @@ -94,10 +94,10 @@ End Sub ## See Also -* [How to use Substitute Font in Excel-to-PDF Conversion?](https://help.syncfusion.com/file-formats/xlsio/excel-to-pdf-conversion#substitute-font-in-excel-to-pdf-conversion) -* [How to Embed Fonts?](https://help.syncfusion.com/file-formats/xlsio/excel-to-pdf-converter-settings#embed-fonts) -* [How to Capture Warnings in Excel-to-PDF Conversion?](https://help.syncfusion.com/file-formats/xlsio/excel-to-pdf-converter-settings#capture-warnings-in-excel-to-pdf-conversion) +* [How to use Substitute Font in Excel-to-PDF Conversion?](https://help.syncfusion.com/document-processing/excel/conversions/excel-to-pdf/net/excel-to-pdf-conversion#substitute-font-in-excel-to-pdf-conversion) +* [How to Embed Fonts?](https://help.syncfusion.com/document-processing/excel/conversions/excel-to-pdf/net/excel-to-pdf-converter-settings#embed-fonts) +* [How to Capture Warnings in Excel-to-PDF Conversion?](https://help.syncfusion.com/document-processing/excel/conversions/excel-to-pdf/net/excel-to-pdf-converter-settings#capture-warnings-in-excel-to-pdf-conversion) * [What is the image quality when using the ExportQualityImage property?](what-is-the-image-quality-when-using-the-exportqualityimage-property) -* [How to convert a Worksheet to Image?](https://help.syncfusion.com/file-formats/xlsio/worksheet-to-image-conversion) -* [How to convert a Chart to Image?](https://help.syncfusion.com/file-formats/xlsio/chart-to-image-conversion) +* [How to convert a Worksheet to Image?](https://help.syncfusion.com/document-processing/excel/conversions/excel-to-image/net/worksheet-to-image-conversion) +* [How to convert a Chart to Image?](https://help.syncfusion.com/document-processing/excel/conversions/chart-to-image/net/chart-to-image-conversion) diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-apply-formatting-to-pivottable-in-Excel-protected-view.md b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-apply-formatting-to-pivottable-in-Excel-protected-view.md index 5e1faa19c4..895dfa43a3 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-apply-formatting-to-pivottable-in-Excel-protected-view.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-apply-formatting-to-pivottable-in-Excel-protected-view.md @@ -8,7 +8,7 @@ documentation: UG # How to apply formatting to pivot table in Excel protected view? -Syncfusion® XlsIO supports applying formatting to pivot table during creation. But, in the protected view, to get the formatting applied to pivot table, [Layout](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IPivotTable.html#Syncfusion_XlsIO_IPivotTable_Layout) method of [IPivotTable](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IPivotTable.html) should be called. The following code snippet explains this. +Syncfusion® XlsIO supports applying formatting to pivot table during creation. But, in the protected view, to get the formatting applied to pivot table, [Layout](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IPivotTable.html#Syncfusion_XlsIO_IPivotTable_Layout) method of [IPivotTable](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IPivotTable.html) should be called. The following code snippet explains this. {% tabs %} {% highlight c# tabtitle="C# [Cross-platform]" %} diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-change-the-grid-line-color-of-the-excel-sheet.md b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-change-the-grid-line-color-of-the-excel-sheet.md index f6949726f1..21ffccb395 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-change-the-grid-line-color-of-the-excel-sheet.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-change-the-grid-line-color-of-the-excel-sheet.md @@ -8,7 +8,7 @@ documentation: UG # How to change the grid line color of the Excel sheet? -In Essential® XlsIO, you can change the grid line color of the worksheet using [GridLineColor](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IWorksheet.html#Syncfusion_XlsIO_IWorksheet_GridLineColor) property. The below code snippet illustrate this. +In Essential® XlsIO, you can change the grid line color of the worksheet using [GridLineColor](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IWorksheet.html#Syncfusion_XlsIO_IWorksheet_GridLineColor) property. The below code snippet illustrate this. {% tabs %} {% highlight c# tabtitle="C# [Cross-platform]" %} @@ -60,9 +60,9 @@ End Using ## See Also -* [How to set a line break inside a cell?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-set-a-line-break-inside-a-cell) -* [How to show or hide gridlines?](https://help.syncfusion.com/file-formats/xlsio/working-with-excel-worksheet#show-or-hide-grid-lines) -* [How to hide chart gridlines?](https://help.syncfusion.com/file-formats/xlsio/working-with-charts#hide-chart-gridlines) -* [How to highlight worksheet tabs?](https://help.syncfusion.com/file-formats/xlsio/working-with-excel-worksheet#highlight-worksheet-tabs) -* [How to apply color settings?](https://help.syncfusion.com/file-formats/xlsio/working-with-cell-or-range-formatting#apply-color-settings) -* [How to change data point label color of a Waterfall chart?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-change-data-point-label-color-of-a-waterfall-chart) \ No newline at end of file +* [How to set a line break inside a cell?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-set-a-line-break-inside-a-cell) +* [How to show or hide gridlines?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-excel-worksheet#show-or-hide-grid-lines) +* [How to hide chart gridlines?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-charts#hide-chart-gridlines) +* [How to highlight worksheet tabs?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-excel-worksheet#highlight-worksheet-tabs) +* [How to apply color settings?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-cell-or-range-formatting#apply-color-settings) +* [How to change data point label color of a Waterfall chart?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-change-data-point-label-color-of-a-waterfall-chart) \ No newline at end of file diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-create-a-sparkline-from-a-named-range.md b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-create-a-sparkline-from-a-named-range.md index 0fff7b14be..1a9f3292c2 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-create-a-sparkline-from-a-named-range.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-create-a-sparkline-from-a-named-range.md @@ -8,7 +8,7 @@ documentation: UG # How to create a sparkline from a named range? -You can create a [sparkline](https://help.syncfusion.com/file-formats/xlsio/working-with-charts#sparkline) from a [named range](https://help.syncfusion.com/file-formats/xlsio/faq#how-to-use-named-ranges-with-xlsio) with the help of the following code. +You can create a [sparkline](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-charts#sparkline) from a [named range](https://help.syncfusion.com/document-processing/excel/excel-library/net/faq#how-to-use-named-ranges-with-xlsio) with the help of the following code. {% tabs %} {% highlight c# tabtitle="C# [Cross-platform]" %} @@ -137,7 +137,7 @@ End Using * [How to create a Chart with a discontinuous range?](how-to-create-a-chart-with-a-discontinuous-range) * [How to create and open Excel Template files by using XlsIO?](how-to-create-and-open-excel-template-files-by-using-xlsio) -* [How to create sparkline?](https://help.syncfusion.com/file-formats/xlsio/working-with-charts#sparkline) -* [How to create named range in Excel?](https://help.syncfusion.com/file-formats/xlsio/migrate-from-office-automation-to-syncfusion-xlsio/create-named-range-in-excel) -* [How to define names?](https://help.syncfusion.com/file-formats/xlsio/working-with-formulas#defined-names) -* [How to use named ranges in formulas?](https://help.syncfusion.com/file-formats/xlsio/working-with-formulas#named-ranges-in-formulas) +* [How to create sparkline?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-charts#sparkline) +* [How to create named range in Excel?](https://help.syncfusion.com/document-processing/excel/excel-library/net/migrate-from-office-automation-to-syncfusion-xlsio/create-named-range-in-excel) +* [How to define names?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-formulas#defined-names) +* [How to use named ranges in formulas?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-formulas#named-ranges-in-formulas) diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-find-and-highlight-data-in-Excel.md b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-find-and-highlight-data-in-Excel.md index c4fa32f219..68b27897e8 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-find-and-highlight-data-in-Excel.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-find-and-highlight-data-in-Excel.md @@ -13,9 +13,9 @@ XlsIO provides following options to perform find and replace for text and number * Search for data in formulas, values or comments. * Search for case-sensitive data and to match entire cell contents of the cell. -To know more about these options, please refer the [ExcelFindType](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.ExcelFindType.html), [ExcelFindOptions](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.ExcelFindOptions.html) in the API documentation section. +To know more about these options, please refer the [ExcelFindType](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.ExcelFindType.html), [ExcelFindOptions](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.ExcelFindOptions.html) in the API documentation section. -All the occurrences of a text in Excel worksheet can be found through [FindAll](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IWorksheet.html#Syncfusion_XlsIO_IWorksheet_FindAll_System_String_Syncfusion_XlsIO_ExcelFindType_) method. +All the occurrences of a text in Excel worksheet can be found through [FindAll](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IWorksheet.html#Syncfusion_XlsIO_IWorksheet_FindAll_System_String_Syncfusion_XlsIO_ExcelFindType_) method. The following code illustrates how to find all the occurrences of a value in a worksheet and highlight that data. diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-use-named-ranges-with-xlsio.md b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-use-named-ranges-with-xlsio.md index 065528b2f3..9f59bc864a 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-use-named-ranges-with-xlsio.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-use-named-ranges-with-xlsio.md @@ -108,9 +108,9 @@ End Using ## See Also -* [How to avoid exception when adding worksheets with same name?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-avoid-exception-when-adding-worksheets-with-same-name) -* [How to create named range in Excel?](https://help.syncfusion.com/file-formats/xlsio/migrate-from-office-automation-to-syncfusion-xlsio/create-named-range-in-excel) -* [How to create a sparkline from a named range?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-create-a-sparkline-from-a-named-range) -* [How to define names?](https://help.syncfusion.com/file-formats/xlsio/working-with-formulas#defined-names) -* [How to use named ranges in formulas?](https://help.syncfusion.com/file-formats/xlsio/working-with-formulas#named-ranges-in-formulas) -* [In which situation we use AutoDetectComplexScript converter property?](https://help.syncfusion.com/file-formats/xlsio/faqs/in-which-situation-we-use-autodetectcomplexscript-converter-property) +* [How to avoid exception when adding worksheets with same name?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-avoid-exception-when-adding-worksheets-with-same-name) +* [How to create named range in Excel?](https://help.syncfusion.com/document-processing/excel/excel-library/net/migrate-from-office-automation-to-syncfusion-xlsio/create-named-range-in-excel) +* [How to create a sparkline from a named range?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-create-a-sparkline-from-a-named-range) +* [How to define names?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-formulas#defined-names) +* [How to use named ranges in formulas?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-formulas#named-ranges-in-formulas) +* [In which situation we use AutoDetectComplexScript converter property?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/in-which-situation-we-use-autodetectcomplexscript-converter-property)