Skip to content

Commit 7581652

Browse files
committed
Task(218028);SERPSTAT-Issue-fixes-Help-Domain-Redirect-Error-Doc-processing-4
1 parent c588bc1 commit 7581652

6 files changed

Lines changed: 27 additions & 27 deletions

Document-Processing/Excel/Excel-Library/NET/faqs/how-to-avoid-header-row-while-sorting-Excel-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: UG
88

99
# How to avoid header row while sorting Excel data?
1010

11-
Syncfusion® XlsIO considers first row in the sort range as header. In order to disable this behavior and consider the first row in sorting, the [HasHeader](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IDataSort.html#Syncfusion_XlsIO_IDataSort_HasHeader) property of [IDataSort](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IDataSort.html) interface should be disabled. Please find the code snippet below.
11+
Syncfusion® XlsIO considers first row in the sort range as header. In order to disable this behavior and consider the first row in sorting, the [HasHeader](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IDataSort.html#Syncfusion_XlsIO_IDataSort_HasHeader) property of [IDataSort](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IDataSort.html) interface should be disabled. Please find the code snippet below.
1212

1313
{% tabs %}
1414
{% highlight c# tabtitle="C# [Cross-platform]" %}

Document-Processing/Excel/Excel-Library/NET/faqs/how-to-create-a-chart-with-a-discontinuous-range.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,11 @@ End Using
219219

220220
## See Also
221221

222-
* [How to define discontinuous ranges?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-define-discontinuous-ranges)
223-
* [How to add chart labels to scatter points?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-add-chart-labels-to-scatter-points)
224-
* [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)
225-
* [How to set data range to chart?](https://help.syncfusion.com/file-formats/xlsio/working-with-charts#set-data-range-to-chart)
226-
* [How to access discontinuous ranges?](https://help.syncfusion.com/file-formats/xlsio/worksheet-cells-manipulation#accessing-discontinuous-ranges)
227-
* [How to create a chart?](https://help.syncfusion.com/file-formats/xlsio/working-with-charts#creating-a-chart)
228-
* [How to create a pie chart in Excel?](https://help.syncfusion.com/file-formats/xlsio/migrate-from-office-automation-to-syncfusion-xlsio/create-pie-chart-in-excel)
229-
* [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)
222+
* [How to define discontinuous ranges?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-define-discontinuous-ranges)
223+
* [How to add chart labels to scatter points?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-add-chart-labels-to-scatter-points)
224+
* [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)
225+
* [How to set data range to chart?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-charts#set-data-range-to-chart)
226+
* [How to access discontinuous ranges?](https://help.syncfusion.com/document-processing/excel/excel-library/net/worksheet-cells-manipulation#accessing-discontinuous-ranges)
227+
* [How to create a chart?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-charts#creating-a-chart)
228+
* [How to create a pie chart in Excel?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-charts#creating-a-chart)
229+
* [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)

Document-Processing/Excel/Excel-Library/NET/faqs/how-to-edit-external-workbook-reference-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: UG
88

99
# How to edit external workbook reference link?
1010

11-
Existing external workbook reference link can be modified through [URL](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.html#Syncfusion_XlsIO_Implementation_ExternWorkbookImpl_URL) property of [ExternWorkbookImpl](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.html) class. Please find the code snippet below.
11+
Existing external workbook reference link can be modified through [URL](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.html#Syncfusion_XlsIO_Implementation_ExternWorkbookImpl_URL) property of [ExternWorkbookImpl](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.Implementation.ExternWorkbookImpl.html) class. Please find the code snippet below.
1212

1313
{% tabs %}
1414
{% highlight c# tabtitle="C# [Cross-platform]" %}

Document-Processing/Excel/Excel-Library/NET/faqs/how-to-ignore-print-areas-set-in-a-worksheet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: UG
88

99
# How to ignore print areas set in a worksheet?
1010

11-
You can set the print area to null or empty to ignore the print areas in a worksheet as below. Setting the [PrintArea](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IPageSetup.html#Syncfusion_XlsIO_IPageSetup_PrintArea) property will impact the process of exporting to PDF. If the print area is set, the export to PDF includes only the print area.
11+
You can set the print area to null or empty to ignore the print areas in a worksheet as below. Setting the [PrintArea](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IPageSetup.html#Syncfusion_XlsIO_IPageSetup_PrintArea) property will impact the process of exporting to PDF. If the print area is set, the export to PDF includes only the print area.
1212

1313
{% tabs %}
1414
{% highlight c# tabtitle="C# [Cross-platform]" %}
@@ -26,7 +26,7 @@ worksheet.PageSetup.PrintArea = string.Empty
2626

2727
## See Also
2828

29-
* [How to set print titles?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-set-print-titles)
30-
* [How to print Excel document?](https://help.syncfusion.com/file-formats/xlsio/excel-to-pdf-conversion#print-excel-document)
31-
* [What are page setup settings?](https://help.syncfusion.com/file-formats/xlsio/working-with-excel-worksheet#page-setup-settings)
32-
* [How to ignore the green error marker in worksheets?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-ignore-the-green-error-marker-in-worksheets)
29+
* [How to set print titles?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-set-print-titles)
30+
* [How to print Excel document?](https://help.syncfusion.com/document-processing/excel/conversions/excel-to-pdf/net/excel-to-pdf-conversion#print-excel-document)
31+
* [What are page setup settings?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-excel-worksheet#page-setup-settings)
32+
* [How to ignore the green error marker in worksheets?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-ignore-the-green-error-marker-in-worksheets)

Document-Processing/Excel/Excel-Library/NET/faqs/how-to-save-a-file-to-stream.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ End Using
5353

5454
## See Also
5555

56-
* [How to open an Excel file from stream?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-open-an-excel-file-from-stream)
57-
[How to save an Excel workbook to stream?](https://help.syncfusion.com/file-formats/xlsio/loading-and-saving-workbook#saving-a-excel-workbook-to-stream)
58-
* [How to resolve the File does not contain workbook stream error in Syncfusion.XlsIO.Base.dll?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-resolve-the-file-does-not-contain-workbook-stream-error)
59-
* [How to resolve Excel cannot open the file filename.xlsx... error?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-resolve-excel-cannot-open-the-file-because-the-file-format-for-the-file-extension-is-not-valid)
60-
* [How to open an existing XLSX workbook and save it as XLS?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-open-an-existing-xlsx-workbook-and-save-it-as-xls)
61-
* [How to merge excel files from more than one workbook to a single file?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-to-merge-excel-files-from-more-than-one-workbook-to-a-single-file)
62-
* [Does XlsIO support Excel files with macros that are digitally signed?](https://help.syncfusion.com/file-formats/xlsio/faqs/does-xlsio-support-excel-files-with-macros-that-are-digitally-signed)
63-
* [How does Excel file with uninstalled fonts is converted to PDF/Image?](https://help.syncfusion.com/file-formats/xlsio/faqs/how-does-excel-file-with-uninstalled-fonts-is-converted-to-pdf-image)
56+
* [How to open an Excel file from stream?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-open-an-excel-file-from-stream)
57+
[How to save an Excel workbook to stream?](https://help.syncfusion.com/document-processing/excel/excel-library/net/loading-and-saving-workbook#saving-a-excel-workbook-to-stream)
58+
* [How to resolve the File does not contain workbook stream error in Syncfusion.XlsIO.Base.dll?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-resolve-the-file-does-not-contain-workbook-stream-error)
59+
* [How to resolve Excel cannot open the file filename.xlsx... error?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-resolve-excel-cannot-open-the-file-because-the-file-format-for-the-file-extension-is-not-valid)
60+
* [How to open an existing XLSX workbook and save it as XLS?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-open-an-existing-xlsx-workbook-and-save-it-as-xls)
61+
* [How to merge excel files from more than one workbook to a single file?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-merge-excel-files-from-more-than-one-workbook-to-a-single-file)
62+
* [Does XlsIO support Excel files with macros that are digitally signed?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/does-xlsio-support-excel-files-with-macros-that-are-digitally-signed)
63+
* [How does Excel file with uninstalled fonts is converted to PDF/Image?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-does-excel-file-with-uninstalled-fonts-is-converted-to-pdf-image)

Document-Processing/Excel/Excel-Library/NET/faqs/how-to-unfreeze-the-rows-and-columns-in-xlsio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: UG
88

99
# How to unfreeze the rows and columns in XlsIO?
1010

11-
You can unfreeze rows and columns in XlsIO by using the [RemovePanes](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IWorksheet.html#Syncfusion_XlsIO_IWorksheet_RemovePanes) method. The following code snippet illustrates this.
11+
You can unfreeze rows and columns in XlsIO by using the [RemovePanes](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IWorksheet.html#Syncfusion_XlsIO_IWorksheet_RemovePanes) method. The following code snippet illustrates this.
1212

1313
{% tabs %}
1414
{% highlight c# tabtitle="C# [Cross-platform]" %}
@@ -71,6 +71,6 @@ End Using
7171
* [What is the maximum range of Rows and Columns?](what-is-the-maximum-range-of-rows-and-columns)
7272
* [How to hide the summary rows and columns using XlsIO?](how-to-hide-the-summary-rows-and-columns-using-xlsio)
7373
* [How to sort two or more columns in a pivot table?](how-to-sort-two-or-more-columns-in-a-pivot-table)
74-
* [How to freeze panes?](https://help.syncfusion.com/file-formats/xlsio/working-with-excel-worksheet#freeze-panes)
75-
* [How to unfreeze panes?](https://help.syncfusion.com/file-formats/xlsio/working-with-excel-worksheet#unfreeze-panes)
76-
* [How to split panes?](https://help.syncfusion.com/file-formats/xlsio/working-with-excel-worksheet#split-panes)
74+
* [How to freeze panes?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-excel-worksheet#freeze-panes)
75+
* [How to unfreeze panes?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-excel-worksheet#unfreeze-panes)
76+
* [How to split panes?](https://help.syncfusion.com/document-processing/excel/excel-library/net/working-with-excel-worksheet#split-panes)

0 commit comments

Comments
 (0)