From bfcd5b86839e0a10ec462a8851e7860ad8e1690d Mon Sep 17 00:00:00 2001 From: GowthamPonrajSF5414 Date: Fri, 27 Feb 2026 20:20:17 +0530 Subject: [PATCH] 998284-TableMerge --- Document-Processing-toc.html | 3 +++ .../does-xlsio-supports-merging-cells-within-table.md | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-supports-merging-cells-within-table.md 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