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
I would like to request adding an ObjectName field to the GraphicOptions struct to allow setting custom names for image objects in Excel files.
Background
Currently, when adding images using AddPicture or AddPictureFromBytes, the image object name is automatically generated as "Picture " + ID. While we can set the AltText field, this only affects the alternative text description, not the actual object name that appears in Excel's object properties.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I would like to request adding an
ObjectName
field to theGraphicOptions
struct to allow setting custom names for image objects in Excel files.Background
Currently, when adding images using
AddPicture
orAddPictureFromBytes
, the image object name is automatically generated as"Picture " + ID
. While we can set theAltText
field, this only affects the alternative text description, not the actual object name that appears in Excel's object properties.Beta Was this translation helpful? Give feedback.
All reactions