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