تقديم PivotTable في GridDesktop
Contents
[
Hide
]
سيناريوهات الاستخدام الممكنة
إذا كان ملف Excel الخاص بك يحتوي على Pivot Table ، فسيكون GridDesktop قادرًا على تحميل وعرض Pivot Table بشكل جيد. إلى جانب ذلك ، ستتمكن من التفاعل مع Pivot Table في واجهة المستخدم الرسومية ومعالجتها.
تقديم PivotTable في GridDesktop
يستورد نموذج التعليمات البرمجية التالي ملفنموذج لملف Excel يحتوي على Pivot Table. تُظهر لقطة الشاشة نتيجة تنفيذ نموذج التعليمات البرمجية هذا كمرجع.
عينة من الرموز
This file contains 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); |