Hi everyone,
I am reading an Excel worksheet which contains a picture. The difference between this picture and other pictures is that by clicking on this picture I see =EMBED("Visio.Drawing.11","") in Formula bar as following screenshot:

My questions are:
Question 1: How can I get the value in
Formula
bar when reading this picture?
Question 2: If I call image.Save($@"[LOCAL_DIRECTORY]\test.{image.RawFormat}"); inside above using block, then opening the extracted image in windows, the image seems to be blur/broken. How can I extract this image with good quality as it is displayed in Excel (like above screenshot):

Any suggestions?
Many thanks,