SpreadsheetOptionsThrowExceptionsOnFormatIncompatibilities Property Bytescout Spreadsheet SDK
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.1.2054-master
Syntax

public bool ThrowExceptionsOnFormatIncompatibilities { get; set; }

Property Value

Type: Boolean

Implements

ISpreadsheetOptionsThrowExceptionsOnFormatIncompatibilities
See Also

Reference