تقديم PivotTable في GridDesktop

سيناريوهات الاستخدام الممكنة

إذا كان ملف Excel الخاص بك يحتوي على Pivot Table ، فسيكون GridDesktop قادرًا على تحميل وعرض Pivot Table بشكل جيد. إلى جانب ذلك ، ستتمكن من التفاعل مع Pivot Table في واجهة المستخدم الرسومية ومعالجتها.

تقديم PivotTable في GridDesktop

يستورد نموذج التعليمات البرمجية التالي ملفنموذج لملف Excel يحتوي على Pivot Table. تُظهر لقطة الشاشة نتيجة تنفيذ نموذج التعليمات البرمجية هذا كمرجع.

ما يجب القيام به: image_بديل_نص

عينة من الرموز

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