API Reference
XlsbImportOptions
Controls resource limits and unsupported-content reporting while importing XLSB workbooks.
Inheritance
- Object
- XlsbImportOptions
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
- Property ExcelLoadOptions.XlsbImportOptions
Constructors
public XlsbImportOptions() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Int32 MaxPartBytes { get; set; } #Gets or sets the largest accepted decompressed package part. The default is 128 MiB.
public Int64 MaxPackageBytes { get; set; } #Gets or sets the aggregate decompressed package budget. The default is 512 MiB.
public Int32 MaxRecordBytes { get; set; } #Gets or sets the largest accepted BIFF12 record payload. The default is 64 MiB.
public Int32 MaxWorksheets { get; set; } #Gets or sets the maximum number of worksheets accepted from one workbook.
public Int32 MaxCells { get; set; } #Gets or sets the maximum number of populated cells projected from one workbook.
public Int32 MaxMergedRanges { get; set; } #Gets or sets the maximum number of merged ranges accepted from one workbook.
public Int32 MaxHyperlinks { get; set; } #Gets or sets the maximum number of worksheet hyperlinks accepted from one workbook.
public Int32 MaxStringCharacters { get; set; } #Gets or sets the maximum number of UTF-16 characters accepted in one BIFF12 string.
public Boolean ReportPreservedRecords { get; set; } #Gets or sets whether unknown records are listed in the import preservation report.