Skip to content

Commit 26400e3

Browse files
authored
Merge pull request #2338 from syncfusion-content/998284-TableMerge
Documentation(998284): Add FAQ for does XLSIO support merging cells within a table
2 parents c053591 + bfcd5b8 commit 26400e3

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Document-Processing-toc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6520,6 +6520,9 @@
65206520
<li>
65216521
<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>
65226522
</li>
6523+
<li>
6524+
<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>
6525+
</li>
65236526
</ul>
65246527
</li>
65256528
</ul>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Does XLSIO support merging cells within a table | Syncfusion
3+
description: This page tells whether the Syncfusion .NET Excel library (XlsIO) supports merging cells within a table.
4+
platform: document-processing
5+
control: XlsIO
6+
documentation: UG
7+
---
8+
9+
# Does XLSIO provide support for merging cells inside a table?
10+
11+
In accordance with MS Excel's functionality, merging cells within the table area is prohibited, and XlsIO adheres to this same restriction.

0 commit comments

Comments
 (0)