SpreadsheetContent class

SpreadsheetContent class

Represents an Excel document where a watermark can be placed.

Inheritance: SpreadsheetContentContentContentPart

The SpreadsheetContent type exposes the following members:

Properties

Property Description
worksheets Gets the collection of all worksheets of this SpreadsheetContent.

Methods

Method Description
find_images Finds images according to the specified search criteria.
The search is conducted in the objects specified in Watermarker.searchable_objects.
find_images Finds all images in the content.
The search is conducted in the objects specified in Watermarker.searchable_objects.
search Finds possible watermarks according to specified search criteria.
The search is conducted in the objects specified in Watermarker.searchable_objects.
search Finds all possible watermarks in the content.
The search is conducted in the objects specified in Watermarker.searchable_objects.
encrypt Encrypts the content.
decrypt Decrypts the document.

Remarks

Learn more: | | | | | | |

Example

Load and save Excel document of any supported type.

See Also