SpreadsheetWorksheet class

SpreadsheetWorksheet class

Represents an Excel document worksheet.

The SpreadsheetWorksheet type exposes the following members:

Methods

Method Description
get_column_width Returns the width of the specified column in points.
get_column_width_int32
get_column_width_px Returns the width of the specified column in pixels.
get_column_width_px_int32
get_row_height Returns the height of the specified row in points.
get_row_height_int32
get_row_height_px Returns the height of the specified row in pixels.
get_row_height_px_int32
find_images Finds images according to the specified search criteria. (inherited from ContentPart)
find_images_image_search_criteria (inherited from ContentPart)
search Finds possible watermarks according to the specified search criteria. (inherited from ContentPart)
search_search_criteria (inherited from ContentPart)

Properties

Property Description
attachments The collection of all attachments of this SpreadsheetWorksheet.
background_image The background image of this SpreadsheetWorksheet. Returns None if the worksheet has no background image.
charts The collection of all charts of this SpreadsheetWorksheet.
content_area_height The height of the content area in points.
content_area_height_px The height of the content area in pixels.
content_area_width The width of the content area in points.
content_area_width_px The width of the content area in pixels.
headers_footers The collection of worksheet headers and footers.
page_setup The printing page setup for this SpreadsheetWorksheet. Page setup for the worksheet.
shapes The collection of all shapes of this SpreadsheetWorksheet.

See Also