PivotTable ı GridDesktop ta Render Etme
Olası Kullanım Senaryoları
Eğer Excel dosyanızda bir Pivot Tablo varsa, GridDesktop, Pivot Tablosunu yükleyebilir ve başarılı bir şekilde render edebilir. Ayrıca, Pivot Tablosuyla GUI üzerinden etkileşimde bulunabilir ve manipüle edebilirsiniz.
GridDesktop’ta PivotTable’ı Render Etme
Aşağıdaki örnek kod, Pivot Tablo içeren Örnek Excel Dosyası ‘nı içe aktarır. Ekran görüntüsü, bu örnek kodun çalıştırılmasının bir referans için sonucunu göstermektedir.
Örnek 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); |