PivotTable'ı GridDesktop'ta Oluştur

Olası Kullanım Senaryoları

Excel dosyanızda bir Pivot Tablo varsa, GridDesktop Pivot Tabloyu yükleyebilir ve iyi bir şekilde işleyebilir. Ayrıca, GUI’de Pivot Tablo ile etkileşim kurabilecek ve onu değiştirebileceksiniz.

PivotTable’ı GridDesktop’ta Oluştur

Aşağıdaki örnek kod,Özet Tabloyu içeren Örnek Excel Dosyası. Ekran görüntüsü, referans için bu örnek kodun yürütülmesinin sonucunu gösterir.

yapılacaklar:resim_alternatif_metin

Basit kod

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