From 0fa3ff66d94490c969a767172a8f1f83b78f5724 Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Tue, 31 Mar 2026 13:47:29 +0530 Subject: [PATCH] 1018650 - fixed --- Document-Processing/Excel/Excel-Library/NET/FAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Document-Processing/Excel/Excel-Library/NET/FAQ.md b/Document-Processing/Excel/Excel-Library/NET/FAQ.md index 97903e9e9d..fdce780869 100644 --- a/Document-Processing/Excel/Excel-Library/NET/FAQ.md +++ b/Document-Processing/Excel/Excel-Library/NET/FAQ.md @@ -114,14 +114,14 @@ The frequently asked questions in Essential® XlsIO are listed bel * [How to compute the size of the Excel file?](faqs/how-to-compute-the-size-of-the-Excel-file) * [How to set and format time values in Excel using TimeSpan?](faqs/how-to-set-and-format-time-values-in-excel-using-timespan) * [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) -* [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#) +* [How to set traffic lights icon in Excel conditional formatting using C#?](faqs/how-to-set-traffic-lights-icon-in-Excel-conditional-formatting) * [How to apply TimePeriod conditional formatting in Excel using C#?](faqs/how-to-apply-TimePeriod-conditional-formatting-in-Excel) * [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) * [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) * [How to add Oval shape to Excel chart using XlsIO?](faqs/how-to-add-oval-shape-to-excel-chart) * [How to show the leader line on Excel chart?](faqs/how-to-show-the-leader-line-on-excel-chart) -* [How to set the background color for Excel Chart in C#?](faqs/how-to-set-the-background-color-for-Excel-chart-in-C#) -* [How to override an Excel document using C#?](faqs/how-to-override-an-Excel-document-using-C#) +* [How to set the background color for Excel Chart in C#?](faqs/how-to-set-the-background-color-for-Excel-chart) +* [How to override an Excel document using C#?](faqs/how-to-override-an-Excel-document) * [Does XlsIO support converting an empty Excel document to PDF?](faqs/does-xlsio-support-converting-an-empty-Excel-document-to-PDF) * [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) * [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)