You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/Excel/Excel-Library/NET/FAQ.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,13 +62,13 @@ The frequently asked questions in Essential<sup>®</sup> XlsIO are listed bel
62
62
*[How to search a value in only specific columns of an Excel worksheet?](faqs/how-to-search-a-value-in-only-specific-columns-of-an-Excel-worksheet)
63
63
*[How to read filtered rows in Excel?](faqs/how-to-read-filtered-rows-in-excel)
64
64
*[What are the deprecated APIs in XlsIO?](faqs/what-are-the-deprecated-apis-in-xlsio)
65
-
*[How to detect merged cells in Excel?](faqs/how-to-detect-merged-cells-in-Excel)
66
-
*[How to apply formatting to pivot table in Excel protected view?](faqs/how-to-apply-formatting-to-pivottable-in-Excel-protected-view)
65
+
*[How to detect merged cells in Excel?](faqs/how-to-detect-merged-cells-in-excel)
66
+
*[How to apply formatting to pivot table in Excel protected view?](faqs/how-to-apply-formatting-to-pivottable-in-excel-protected-view)
67
67
*[Does XlsIO library support multithreading and thread-safe?](faqs/does-xlsio-support-multi-threading)
68
68
*[How to check whether the given range is valid or not?](faqs/how-to-check-whether-the-given-range-is-valid-or-not)
69
69
*[How to convert hidden worksheets alone to image?](faqs/how-to-convert-hidden-worksheets-alone-to-image)
70
70
*[How to find and highlight data in Excel?](faqs/how-to-find-and-highlight-data-in-Excel)
71
-
*[How to avoid header row while sorting Excel data?](faqs/how-to-avoid-header-row-while-sorting-Excel-data)
71
+
*[How to avoid header row while sorting Excel data?](faqs/how-to-avoid-header-row-while-sorting-excel-data)
72
72
*[How to edit external workbook reference link?](faqs/how-to-edit-external-workbook-reference-link)
73
73
*[How to set error bars in chart?](faqs/how-to-set-error-bars-in-chart)
74
74
*[Migrate XlsIO library from .NET Framework to .NET Core?](faqs/migrate-from-net-framework-to-net-core)
@@ -92,37 +92,37 @@ The frequently asked questions in Essential<sup>®</sup> XlsIO are listed bel
92
92
*[How to convert a value from pixel to points with scaling percentage?](faqs/how-to-convert-a-value-from-pixel-to-points-with-scaling-percentage)
93
93
*[How to save the edited changes in the same Excel document?](faqs/how-to-save-the-edited-chages-in-the-same-excel-document)
94
94
*[How to get the frozen rows and columns in an Excel document?](faqs/how-to-get-the-frozen-rows-and-columns-in-an-excel-document)
95
-
*[How to find duplicate values in the Excel document using formulas?](faqs/how-to-find-duplicate-values-in-the-Excel-document-using-formulas)
95
+
*[How to find duplicate values in the Excel document using formulas?](faqs/how-to-find-duplicate-values-in-the-excel-document-using-formulas)
96
96
*[How to protect zip file items with different passwords using C#?](faqs/how-to-protect-zip-file-items-with-different-passwords)
97
97
*[How to extract and save images from an Excel worksheet](faqs/how-to-extract-and-save-images-from-the-worksheet)
98
98
*[How to delete blank rows and blank columns in an Excel worksheet using C#?](faqs/how-to-delete-blank-rows-and-columns-in-a-worksheet)
99
-
*[How to retain cell values after removing formulas in Excel?](faqs/How-to-retain-cell-values-after-removing-formulas-in-Excel)
99
+
*[How to retain cell values after removing formulas in Excel?](faqs/how-to-retain-cell-values-after-removing-formulas-in-excel)
100
100
*[How to remove data validation from the specified range?](faqs/how-to-remove-data-validation-from-the-specified-range)
101
101
*[How to remove autofilter from an Excel worksheet?](faqs/how-to-remove-autofilter-in-an-Excel)
102
-
*[How to convert an Excel worksheet to a high-resolution image?](faqs/how-to-convert-an-Excel-worksheet-to-a-high-resolution-image)
102
+
*[How to convert an Excel worksheet to a high-resolution image?](faqs/how-to-convert-an-excel-worksheet-to-a-high-resolution-image)
103
103
*[How to add and remove page breaks in a worksheet?](faqs/how-to-add-and-remove-page-breaks-in-Excel)
104
104
*[How to decrypt individual items with specific passwords?](faqs/how-to-decrypt-individual-items-with-specific-passwords-in-a-protected-zip-file)
105
105
*[What is the behavior of FitToPagesTall and FitToPagesWide?](faqs/what-is-the-behavior-of-fittopagestall-and-fittopageswide)
106
106
*[How to use AND and OR operators in the filter?](faqs/how-to-use-and-or-operators-in-the-filters)
107
107
*[Why out of memory exception is thrown when handling large documents which is having size more than 2GB?](faqs/why-out-of-memory-exception-is-thrown-when-handling-large-documents)
108
108
*[Does XlsIO support the multiline header footer support?](faqs/does-xlsio-support-the-multiline-header-footer-support)
109
-
*[How to add Barcode in Excel document using C#?](faqs/how-to-add-Barcode-in-Excel-document)
109
+
*[How to add Barcode in Excel document using C#?](faqs/how-to-add-barcode-in-excel-document)
110
110
*[How to delete hyperlinks from a worksheet without affecting the cell styles using C#?](faqs/how-to-delete-hyperlinks-from-worksheet-without-affecting-the-cell-styles)
111
111
*[How to avoid processing unnecessary worksheets when opening an Excel document using C#?](faqs/how-to-avoid-processing-unnecessary-worksheets-when-opening-an-Excel-document-using-C#)
112
112
*[How to run macros in Excel document?](faqs/how-to-run-macros-in-Excel-document)
113
113
*[Does XlsIO support editing an Excel document that is already open in Microsoft Excel?](faqs/does-xlsio-support-editing-an-Excel-document-that-is-already-open-in-Microsoft-Excel)
114
114
*[How to compute the size of the Excel file?](faqs/how-to-compute-the-size-of-the-Excel-file)
115
-
*[How to set and format time values in Excel using TimeSpan?](faqs/how-to-set-and-format-time-values-in-Excel-using-TimeSpan)
115
+
*[How to set and format time values in Excel using TimeSpan?](faqs/how-to-set-and-format-time-values-in-excel-using-timespan)
116
116
*[How to set the default font and font size in an Excel Workbook?](faqs/how-to-set-the-default-font-and-font-size-in-an-Excel-workbook)
117
117
*[How to set traffic lights icon in Excel conditional formatting using C#?](faqs/how-to-set-traffic-lights-icon-in-Excel-conditional-formatting-using-C#)
118
118
*[How to apply TimePeriod conditional formatting in Excel using C#?](faqs/how-to-apply-TimePeriod-conditional-formatting-in-Excel)
119
119
*[How to get the list of worksheet names in an Excel workbook?](faqs/how-to-get-the-list-of-worksheet-names-in-an-Excel-workbook)
120
-
*[How to switch chart series data interpretation from horizontal (rows) to vertical (columns) in Excel?](faqs/how-to-switch-chart-series-data-interpretation-from-horizontal-(rows)-to-vertical-(columns)-in-Excel)
121
-
*[How to add Oval shape to Excel chart using XlsIO?](faqs/how-to-add-oval-shape-to-Excel-chart)
122
-
*[How to show the leader line on Excel chart?](faqs/how-to-show-the-leader-line-on-Excel-chart)
120
+
*[How to switch chart series data interpretation from horizontal (rows) to vertical (columns) in Excel?](faqs/how-to-switch-chart-series-data-interpretation-from-horizontal-(rows)-to-vertical-(columns)-in-excel)
121
+
*[How to add Oval shape to Excel chart using XlsIO?](faqs/how-to-add-oval-shape-to-excel-chart)
122
+
*[How to show the leader line on Excel chart?](faqs/how-to-show-the-leader-line-on-excel-chart)
123
123
*[How to set the background color for Excel Chart in C#?](faqs/how-to-set-the-background-color-for-Excel-chart-in-C#)
124
124
*[How to override an Excel document using C#?](faqs/how-to-override-an-Excel-document-using-C#)
125
125
*[Does XlsIO support converting an empty Excel document to PDF?](faqs/does-xlsio-support-converting-an-empty-Excel-document-to-PDF)
126
-
*[What is the maximum supported text length for data validation in Excel?](faqs/what-is-the-maximum-supported-text-length-for-data-validation-in-Excel)
126
+
*[What is the maximum supported text length for data validation in Excel?](faqs/what-is-the-maximum-supported-text-length-for-data-validation-in-excel)
127
127
*[How to set column width for a pivot table range in an Excel Document?](faqs/how-to-set-column-width-for-a-pivot-table-range-in-an-Excel-Document)
128
128
*[How to convert JSON document to CSV format document?](faqs/how-to-convert-json-document-to-csv-format-document)
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Library/NET/NuGet-Packages-Required.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -599,7 +599,7 @@ Xamarin
599
599
600
600
## NuGet Package Installation and Uninstallation
601
601
602
-
To use NuGet package in your project, please refer the NuGet Package [Installation](https://help.syncfusion.com/extension/syncfusion-nuget-packages/nuget-install-and-configuration) and [Uninstallation](https://help.syncfusion.com/extension/syncfusion-nuget-packages/nuget-uninstallation-process) sections.
602
+
To use NuGet package in your project, please refer the NuGet Package [Installation](https://help.syncfusion.com/extension/syncfusion-nuget-packages/nuget-packages#installing-nuget-packages) and [Uninstallation](https://help.syncfusion.com/extension/syncfusion-nuget-packages/nuget-uninstallation-process) sections.
603
603
604
604
PDF NuGet packages can be installed and uninstalled using Package Manager Console. In Visual Studio, select **Tools > NuGet Package Manager > Package Manager Console** and execute the below commands in respective platforms.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Library/NET/Working-with-OCR/Features.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ You can downloaded a complete working sample from [GitHub](https://github.com/Sy
66
66
67
67
## Performing OCR for a region of the document
68
68
69
-
To perform OCR on a particular region or several regions of a PDF page with the help of [PageRegion](https://help.syncfusion.com/cr/document-processing/Syncfusion.OCRProcessor.PageRegion.html) class in [OCRSettings](https://help.syncfusion.com/cr/document-processing/Syncfusion.OCRProcessor.OCRSettings.html), refer to the following code sample.
69
+
To perform OCR on a particular region or several regions of a PDF page with the help of [PageRegion](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.html) class in [OCRSettings](https://help.syncfusion.com/cr/document-processing/Syncfusion.OCRProcessor.OCRSettings.html), refer to the following code sample.
70
70
71
71
{% tabs %}
72
72
@@ -1903,4 +1903,4 @@ End Using
1903
1903
1904
1904
{% endtabs %}
1905
1905
1906
-
You can downloaded a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/OCR/.NET/Adding-Line-Breaks-Using-OCR/.NET).
1906
+
You can downloaded a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/OCR/.NET/Adding-Line-Breaks-Using-OCR/.NET).
0 commit comments