From 4bc6fc140c0e74b547fb3e3abcacb72bbd2e92aa Mon Sep 17 00:00:00 2001 From: ashaamir Date: Fri, 21 Jun 2024 16:48:50 +0300 Subject: [PATCH 1/3] SEO-176160-FILEFORMATS-POST-RELEASE --- File-Formats/XlsIO/Working-with-Pivot-Tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/XlsIO/Working-with-Pivot-Tables.md b/File-Formats/XlsIO/Working-with-Pivot-Tables.md index d1daaec2e..0ee94b28d 100644 --- a/File-Formats/XlsIO/Working-with-Pivot-Tables.md +++ b/File-Formats/XlsIO/Working-with-Pivot-Tables.md @@ -1,6 +1,6 @@ --- title: Working with Pivot Tables | Excel library | Syncfusion -description: In this section, you can learn how to create and use pivot tables operations in Excel document using XlsIO +description: This section explains about how to create and use pivot tables operations in Excel document using XlsIO. platform: file-Formats control: XlsIO documentation: UG From cafc1a43ca276faabd2b498965d9f541641657b1 Mon Sep 17 00:00:00 2001 From: ashaamir Date: Mon, 24 Jun 2024 11:57:43 +0300 Subject: [PATCH 2/3] changes fixed --- File-Formats/XlsIO/Working-with-Pivot-Tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/XlsIO/Working-with-Pivot-Tables.md b/File-Formats/XlsIO/Working-with-Pivot-Tables.md index 0ee94b28d..238454928 100644 --- a/File-Formats/XlsIO/Working-with-Pivot-Tables.md +++ b/File-Formats/XlsIO/Working-with-Pivot-Tables.md @@ -541,7 +541,7 @@ End Using {% endhighlight %} {% endtabs %} -A complete working example to layout a pivot table in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Pivot%20Table/Pivot%20Layout). +A complete working example to layout a pivot table in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/Pivot%20Table). The following screenshots represents the generated Excel file with pivot table layout in XlsIO. From 7644ab70fe338d23ff6bb4f3a67ed5135d3b6c66 Mon Sep 17 00:00:00 2001 From: ashaamir Date: Mon, 24 Jun 2024 12:23:30 +0300 Subject: [PATCH 3/3] pushed --- File-Formats/XlsIO/Working-with-Pivot-Tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/XlsIO/Working-with-Pivot-Tables.md b/File-Formats/XlsIO/Working-with-Pivot-Tables.md index 238454928..2de8a3a95 100644 --- a/File-Formats/XlsIO/Working-with-Pivot-Tables.md +++ b/File-Formats/XlsIO/Working-with-Pivot-Tables.md @@ -1,7 +1,7 @@ --- title: Working with Pivot Tables | Excel library | Syncfusion description: This section explains about how to create and use pivot tables operations in Excel document using XlsIO. -platform: file-Formats +platform: file-formats control: XlsIO documentation: UG ---