PivotTable'ı GridDesktop'ta Oluştur
Contents
[
Hide
]
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.
Basit kod
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); |