Link Search Menu Expand Document

SpreadsheetOptionsThrowExceptionsOnFormatIncompatibilities Property

Throw the exception if data can be corrupted while saving to the file or stream (usually this applies, for example, if you save into XLS format while spreadsheet contains formatting not supported by XLS format but supported by XLSX format only) False by default

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public bool ThrowExceptionsOnFormatIncompatibilities { get; set; }

Property Value

Type: Boolean

Implements

ISpreadsheetOptionsThrowExceptionsOnFormatIncompatibilities
See Also

Reference