diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 318908825..e25a39990 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -6492,6 +6492,9 @@
How to read all values from a specific column in an Excel worksheet using XlsIO?
+
+ Does XLSIO provide support for merging cells inside a table?
+
diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-supports-merging-cells-within-table.md b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-supports-merging-cells-within-table.md
new file mode 100644
index 000000000..303739341
--- /dev/null
+++ b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-supports-merging-cells-within-table.md
@@ -0,0 +1,11 @@
+---
+title: Does XLSIO support merging cells within a table | Syncfusion
+description: This page tells whether the Syncfusion .NET Excel library (XlsIO) supports merging cells within a table.
+platform: document-processing
+control: XlsIO
+documentation: UG
+---
+
+# Does XLSIO provide support for merging cells inside a table?
+
+In accordance with MS Excel's functionality, merging cells within the table area is prohibited, and XlsIO adheres to this same restriction.
\ No newline at end of file