Hi,
I am using Aspose.Cells.GridDeskTop.dll for .net version 2.7.1.2000. If I load grid using stream the charts in the excel files are not visible in the grid. Please find sample code for your reference and also i attached the test document.
Aspose.Cells.Workbook workbook = new Aspose.Cells.Workbook(fileName);
grdExcel.ImportExcelFile(workbook.SaveToStream(), false);
Note: Sheet "Temperature, Strain and Temperature(2)" are empty in GridDeskTop control
Thanks,
Dhivya