SpreadsheetDocumentInfo class

SpreadsheetDocumentInfo class

The class contains spreadsheet document metadata.

The SpreadsheetDocumentInfo type exposes the following members:

Methods

Method Description
get
get_file
get_string

Properties

Property Description
active_worksheet_index The active worksheet index.
author The author of the spreadsheet document.
creation_date The document creation date.
format The document format.
is_password_protected The document is password protected.
pages_count The document pages count.
property_names The enumerable of all properties that can be retrieved for the current document info.
size The document size in bytes.
title The title of the spreadsheet document.
worksheets The worksheets names.
worksheets_count The worksheets count.

See Also