API Reference

Class

ExcelDocumentConversionOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Controls file-to-file Excel workbook conversion.

Inheritance

  • Object
  • ExcelDocumentConversionOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public ExcelDocumentConversionOptions() #

Properties

public Boolean Overwrite { get; set; } #

Gets or sets whether an existing destination file may be overwritten. Defaults to true.

public Boolean OpenExcel { get; set; } #

Gets or sets whether to open Excel after saving the converted file.

public OpenSettings OpenSettings { get; set; } #

Gets or sets optional Open XML load settings for `.xlsx` sources.

public LegacyXlsImportOptions LegacyXlsImportOptions { get; set; } #

Gets or sets optional legacy `.xls` import settings.

public ExcelSaveOptions SaveOptions { get; set; } #

Gets or sets optional save settings for the destination file.

public Boolean AllowLossyLegacyConversion { get; set; } #

Gets or sets whether conversion may continue when the legacy `.xls` importer reports unsupported or preserve-only content.