API Reference
Class
LegacyXlsImportOptions
Controls legacy binary Excel import behavior.
Inheritance
- Object
- LegacyXlsImportOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method ExcelDocument.LoadLegacyXls
- Method ExcelDocument.LoadLegacyXls
- Method ExcelDocument.LoadLegacyXlsWithReport
- Method ExcelDocument.LoadLegacyXlsWithReport
- Method LegacyXlsWorkbook.Load
- Method LegacyXlsWorkbook.Load
- Method LegacyXlsWorkbook.Load
Constructors
public LegacyXlsImportOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 MaxInputBytes { get; set; } #Maximum size, in bytes, of the extracted workbook input stream.
public Boolean ReportUnsupportedContent { get; set; } #When true, unsupported legacy content is reported as warnings.
public String Password { get; set; } #Optional password used to decrypt password-to-open encrypted legacy XLS workbooks.