SpreadsheetAttachment class

SpreadsheetAttachment class

Represents a file attached to an Excel document.

The SpreadsheetAttachment type exposes the following members:

Methods

Method Description
create_watermarker Loads a content from the attached file. (inherited from Attachment)
create_watermarker_load_options (inherited from Attachment)
get_document_info Retrieves information about the document stored in the attached file. (inherited from Attachment)

Properties

Property Description
alternative_text The descriptive (alternative) text associated with the attached file.
content The attached file content.
height The height of the attachment frame in points.
is_link The property indicates whether the attachment content consists only of a link to the file.
preview_image_content The attached file preview image as a byte array.
source_full_name The full name of the attached file.
width The width of the attachment frame in points.
x The x-coordinate of the attachment frame in points, representing the horizontal offset from the worksheet left border.
y The y-coordinate of the attachment frame in points, measured from the worksheet top border.

See Also