diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 3068292eb..7f3508368 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -5874,6 +5874,15 @@
What ExcelKnownColors are available in Syncfusion XlsIO?
+
+ Does XlsIO support autofit for merged cells?
+
+
+ Does XlsIO support multiple markers in a single Excel cell?
+
+
+ Does XlsIO support setting row height for individual cells in Excel?
+
diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-autofit-for-merged-cells.md b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-autofit-for-merged-cells.md
new file mode 100644
index 000000000..0b8bbeb25
--- /dev/null
+++ b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-autofit-for-merged-cells.md
@@ -0,0 +1,11 @@
+---
+title: Autofit support for merged cells | Syncfusion
+description: Learn whether Syncfusion XlsIO supports autofit for merged cells in Excel using Syncfusion .NET Excel library (XlsIO).
+platform: document-processing
+control: XlsIO
+documentation: UG
+---
+
+# Does XlsIO support autofit for merged cells?
+
+No, XlsIO does not support autofit for merged cells. As per Microsoft Excel behavior, the autofit is not applied to the rows/columns containing merged cells. To adjust row height or column width for merged cells, set it manually using the RowHeight and ColumnWidth properties.