Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -6492,6 +6492,9 @@
<li>
<a href="/document-processing/excel/excel-library/net/faqs/how-to-read-all-values-of-a-column">How to read all values from a specific column in an Excel worksheet using XlsIO?</a>
</li>
<li>
<a href="/document-processing/excel/excel-library/net/faqs/does-xlsio-supports-merging-cells-within-table">Does XLSIO provide support for merging cells inside a table?</a>
</li>
</ul>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
@@ -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.