You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Images in Excel are very important infomation, such as Product Image and so.
So, is there api to get Image's position in Excel, such as 1.png's position is in cell A3 of SheetA?
Thanks very much.
The text was updated successfully, but these errors were encountered:
a worksheet xl/worksheets/sheetXX.xml refers to all related image (and comment) information in its own relationships file at xl/worksheets/_rels/sheetXX.xml.rels like so:
image positioning information for xl/worksheets/sheetXX.xml is stored in the referred file xl/drawings/drawingYY.xml - this includes the anchor cell(s), image name (label), position offset (a:off, x & y) and size information (a:ext, cx & cy) in a TBD unit. The drawing xml can also refer to a relationship Id that identifies a specific image file (see next bullet). Note that the number of the drawing file YY is different from the worksheet number (index) XX.
finally, in a file xl/drawings/_rels/drawingYY.xml.rels, the relationship IDs referred from drawingYY.xml are defined and link to actual image files in xl/media/ like so:
Functionality to access (and manipulate) image information could be considered after implementing - in a first step - the generic support for worksheet relationships, which would be the prerequisite to support of comments as well.
Images in Excel are very important infomation, such as Product Image and so.
So, is there api to get Image's position in Excel, such as 1.png's position is in cell A3 of SheetA?
Thanks very much.
The text was updated successfully, but these errors were encountered: