SpreadsheetAttachment class

SpreadsheetAttachment class

Represents a file attached to an Excel document.

Inheritance: SpreadsheetAttachmentAttachment

The SpreadsheetAttachment type exposes the following members:

Properties

Property Description
content Gets or sets the attached file content.
preview_image_content Gets or sets the attached file preview image as a byte array.
is_link Gets a value indicating whether the content contains only a link to the file.
source_full_name Gets the full name of the attached file.
alternative_text Gets or sets the descriptive (alternative) text associated with the attached file.
x Gets or sets the horizontal offset of the attachment frame from worksheet left border in points.
y Gets or sets the vertical offset of the attachment frame from worksheet top border in points.
width Gets or sets the width of the attachment frame in points.
height Gets or sets the height of the attachment frame in points.

Methods

Method Description
create_watermarker Loads a content from the attached file.
create_watermarker Loads a content from the attached file with the specified load options.
create_watermarker Loads a content from the attached file with the specified load options and settings.
get_document_info Gets the information about a document stored in the attached file.

See Also