GridDesktop でのピボットテーブルのレンダリング
Contents
[
Hide
]
考えられる使用シナリオ
Excel ファイルにピボット テーブルがある場合、GridDesktop はピボット テーブルを読み込んでレンダリングできます。また、GUI でピボット テーブルを操作して操作することもできます。
GridDesktop でのピボットテーブルのレンダリング
次のサンプル コードは、ピボット テーブルを含むサンプル Excel ファイル.スクリーンショットは、参考のためにこのサンプル コードの実行結果を示しています。
サンプルコード
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// For complete examples and data files, please go to https://github.com/aspose-cells/Aspose.Cells-for-.NET | |
//Path of the sample Excel file containing Pivot Table | |
string filePath = Utils.Get_SourceDirectory() + "sampleRenderPivotTableInGridDesktop.xlsx"; | |
//Import sample Excel file containing Pivot Table | |
this.gridDesktop1.ImportExcelFile(filePath); |