SpreadsheetConvertOptions class

SpreadsheetConvertOptions class

The options for conversion to Spreadsheet file type.

The SpreadsheetConvertOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of SpreadsheetConvertOptions.

Properties

Property Description
encoding The encoding to be used when converting to delimited formats.
format The desired file type the input document should be converted to.
page_number The page number to start conversion from.
pages The list of page indexes to be converted. Should be specified to convert specific pages.
pages_count The number of pages to convert starting from PageNumber.
password The password to protect the converted document.
separator The separator to be used when converting to delimited formats.
watermark The watermark specific options.
zoom The zoom level in percentage. Default is 100.

See Also