Posted 26 March 2025, 8:52 am EST
Hello,
I am working on a project where I am importing an excel file and displaying it on a FlexGrid. I am using the C1.Excel “book” and “sheets” to import the data and display it on a FlexGrid. I was heavily basing my approaching on the GitHub repository below, which works with displaying the Excel data that are either numbers or strings. But the issue I am having is that the images I have within the .xlsx is not transferring to the FlexGrid itself. I tried to obtain the images via the ShapeCollection and XLShape but it would not display anything, and it shows that it has 0 shapes within its collection. Is there a proper way to obtain and display these images or is there any support for such feature?
ComponentOne-WinForms-Samples/NetFramework/Excel/CS/FlexGridExcel at master · GrapeCity/ComponentOne-WinForms-Samples · GitHub