GridDesktop でのピボットテーブルのレンダリング

考えられる使用シナリオ

Excel ファイルにピボット テーブルがある場合、GridDesktop はピボット テーブルを読み込んでレンダリングできます。また、GUI でピボット テーブルを操作して操作することもできます。

GridDesktop でのピボットテーブルのレンダリング

次のサンプル コードは、ピボット テーブルを含むサンプル Excel ファイル.スクリーンショットは、参考のためにこのサンプル コードの実行結果を示しています。

todo:画像_代替_文章

サンプルコード

// 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);