API Reference

Class

XlsbImportOptions

Namespace OfficeIMO.Excel.Xlsb
Assembly OfficeIMO.Excel
Modifiers sealed

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

Constructors

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 MaxSharedStrings { get; set; } #

Gets or sets the maximum number of shared-string items accepted.

public Int32 MaxMergedRanges { get; set; } #

Gets or sets the maximum number of merged ranges 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.