Skip to content
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