Cells wpf

Hi, is it possible to show an excel spreadsheet in a wpf application? is there a control that allows me to handle spreadsheets in a WPF screen?
Hi,

Thank you for using Aspose.Cells.

It is possible to use Aspose.Cells with WPF. I have attached a Demo application here for your reference. In this, MainWindowXml is the file where the Excel file is loaded that you specify. Add the Aspose.Cells reference library to this project, and Execute the application. Give path to an Excel file in the text box and press the open button. It will load the Excel file.