From ded8583eb9d0de576d857c8b192593072e06fe23 Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Sun, 26 Apr 2026 08:43:31 +0530 Subject: [PATCH 1/4] 991264 - content Added --- ...o-support-pasting-worksheet-from-clipboard.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-pasting-worksheet-from-clipboard.md diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-pasting-worksheet-from-clipboard.md b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-pasting-worksheet-from-clipboard.md new file mode 100644 index 000000000..92da0d0a4 --- /dev/null +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-pasting-worksheet-from-clipboard.md @@ -0,0 +1,16 @@ +--- +title: Does XlsIO support pasting a worksheet from the clipboard? | Syncfusion +description: Clarifies whether Syncfusion XlsIO supports pasting a worksheet directly from the clipboard. +platform: document-processing +control: XlsIO +documentation: UG +--- + +# Does XlsIO support pasting a worksheet from the clipboard? + +No, Syncfusion XlsIO does not support pasting an entire worksheet from the clipboard, and there are no current plans to implement this feature. + +If you need to move or duplicate worksheet content programmatically, consider the following alternatives: + +- Use the `IWorksheet.Copy()` or `IWorksheet.Move()` methods to duplicate or relocate sheets within a workbook. +- Read clipboard data in your application (outside XlsIO), then write the values or ranges into the target worksheet using XlsIO APIs. \ No newline at end of file From 0c201cc03d7ff3d4650872e3ac1cc1701d498630 Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Sun, 26 Apr 2026 08:46:53 +0530 Subject: [PATCH 2/4] 991264 - Link Added --- Document-Processing-toc.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html index 2027461d5..44e044e35 100644 --- a/Document-Processing-toc.html +++ b/Document-Processing-toc.html @@ -6668,6 +6668,9 @@
  • How to retrieve the name of the chart in an Excel worksheet?
  • +
  • + Does XlsIO support pasting a worksheet from the clipboard? +
  • From 3d4a7990ae67a5d1301b358744b0e6330d3bb16f Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Sun, 26 Apr 2026 10:02:30 +0530 Subject: [PATCH 3/4] Update title and description for clipboard pasting FAQ Clarifies the support for pasting a worksheet from the clipboard into a workbook. --- .../does-xlsio-support-pasting-worksheet-from-clipboard.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-pasting-worksheet-from-clipboard.md b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-pasting-worksheet-from-clipboard.md index 92da0d0a4..b0be000ee 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-pasting-worksheet-from-clipboard.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-pasting-worksheet-from-clipboard.md @@ -1,6 +1,6 @@ --- -title: Does XlsIO support pasting a worksheet from the clipboard? | Syncfusion -description: Clarifies whether Syncfusion XlsIO supports pasting a worksheet directly from the clipboard. +title: Does XlsIO support pasting a worksheet from the clipboard? +description: Explains whether Syncfusion XlsIO provides support for pasting an entire worksheet directly from the system clipboard into a workbook. platform: document-processing control: XlsIO documentation: UG @@ -13,4 +13,4 @@ No, Syncfusion XlsIO does not support pasting an entire worksheet from the clipb If you need to move or duplicate worksheet content programmatically, consider the following alternatives: - Use the `IWorksheet.Copy()` or `IWorksheet.Move()` methods to duplicate or relocate sheets within a workbook. -- Read clipboard data in your application (outside XlsIO), then write the values or ranges into the target worksheet using XlsIO APIs. \ No newline at end of file +- Read clipboard data in your application (outside XlsIO), then write the values or ranges into the target worksheet using XlsIO APIs. From 6881d2d13a6a4cd91beea4a90c1d9e7a8a630a50 Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Sun, 26 Apr 2026 10:18:42 +0530 Subject: [PATCH 4/4] Update title for clipboard pasting FAQ --- .../faqs/does-xlsio-support-pasting-worksheet-from-clipboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-pasting-worksheet-from-clipboard.md b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-pasting-worksheet-from-clipboard.md index b0be000ee..815fc1647 100644 --- a/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-pasting-worksheet-from-clipboard.md +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/does-xlsio-support-pasting-worksheet-from-clipboard.md @@ -1,5 +1,5 @@ --- -title: Does XlsIO support pasting a worksheet from the clipboard? +title: pasting a worksheet from the clipboard | Syncfusion description: Explains whether Syncfusion XlsIO provides support for pasting an entire worksheet directly from the system clipboard into a workbook. platform: document-processing control: XlsIO