Skip to content

SEO-176160-FILEFORMATS-POST-RELEASE #2137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: hotfix/hotfix-v26.1.35
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions File-Formats/XlsIO/Working-with-Pivot-Tables.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
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
platform: file-Formats
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
---
Expand Down Expand Up @@ -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.

Expand Down