SpreadsheetEditOptions

SpreadsheetEditOptions class

Allows to specify custom options for editing documents of all supportable Spreadsheet (Excel-compatible) formats

public class SpreadsheetEditOptions : IEditOptions

Constructors

Name Description
SpreadsheetEditOptions() The default constructor.

Properties

Name Description
ExcludeHiddenWorksheets { get; set; } Allows to exclude hidden worksheets in the input Spreadsheet document, so they will be totally ignored. Default is false - hidden worksheets are available and processed as normal.
WorksheetIndex { get; set; } Allows to specify the 0-based index of the worksheet (tab) of the input Spreadsheet document, which should be converted to the HTML (see remarks).

See Also