Rendera pivottabell i GridDesktop
Contents
[
Hide
]
Möjliga användningsscenarier
Om din Excel-fil har en pivottabell kommer GridDesktop att kunna ladda och rendera pivottabellen bra. Dessutom kommer du att kunna interagera med pivottabellen i GUI och manipulera den.
Rendera pivottabell i GridDesktop
Följande exempelkod importerarExempel på Excel-fil som innehåller pivottabellen. Skärmdumpen visar resultatet av exekveringen av denna exempelkod som referens.
Exempelkod
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); |