Posted 19 May 2024, 11:38 pm EST
Open this file in Excel or Spread.NET. Compared to Excel, some shapes are lost when opened in spread.net.
Forums Home / Spread / Spread for WinForms
Posted by: 8166582 on 19 May 2024, 11:38 pm EST
Posted 19 May 2024, 11:38 pm EST
Open this file in Excel or Spread.NET. Compared to Excel, some shapes are lost when opened in spread.net.
Posted 20 May 2024, 2:03 am EST
Now upload this Excel file.relationset.rar
Posted 20 May 2024, 3:12 am EST
Hi,
Thanks for providing the excel file.
Before opening this Excel file in FpSpread, please make sure to set the Features.EnhancedShapeEngine property to “true” as shown in the following code snippet:
fpSpread1.Features.EnhancedShapeEngine = true;
fpSpread1.OpenExcel("relationset.xlsx");
This enables FpSpread to use the new enhanced shape engine, which supports elbow connector arrows like the ones present in the file.
We have attached a sample application for your reference. See LoadShapes.zip
Thanks & Regards,
Aastha
Posted 20 May 2024, 3:19 am EST
OK,Thanks so much!!!