Is it possible to joint two shapes with a line in Aspose.Cells? But join in the way, that when I move one shape, this line goes with the shape.

Is it possible to joint two shapes with a line in Aspose.Cells? But join in the way, that when I move one shape, this line goes with the shape.
Hi,
Thanks for response.
mantas:
One more question, I have excel file with two shape, connected together with connector. But when I open file programmatically with Aspose.Cells and then save it back immediately, the line which was connecting those shapes, now it's not being connected to the shapes. Is that expected behavior?
It doesn’t work when I save like this - workBook.Save(stream, SaveFormat.Excel97To2003);
mantas:
It doesn't work when I save like this - workBook.Save(stream, SaveFormat.Excel97To2003);Could you provide us the template Excel file, we will check it soon.Coming back to previous post, if I use grouped shapes and lines as you suggested, so when I will open excel file, I will be able to move the whole group? I won't be able to use flexible connector?mantas:
Thanks for your time.
var path = @“D:\Workspaces\WO2\WellOffice.Next.Applications\ActivityPlanner\Ap.Web\App_Data\form.xlsx”;
var workBook = new Workbook(path);
Stream stream = new MemoryStream();
workBook.Save(stream, SaveFormat.Excel97To2003);
stream.Position = 0;<span style="color:blue;">return</span> stream;</pre></div>
Hi,
Hi,
The issues you have found earlier (filed as CELLSNET-45303) have been fixed in Aspose.Cells for .NET 17.5.