I really would like to draw a curved arrow aonnector with anchor to cell with openpyxl library. Like the image below.
After I went through the official documentation, I can not find the way to do this, (though I found some relevant keyword in class openpyxl.drawing.shapes.PresetGeometry2D)
How can I draw this kind of anchored connector with Python? I am open to other packages if the OpenPyxl is uncapable of this feature.