API Reference
Class
ExcelLoadOptions
Controls access, persistence, and package behavior when loading an Excel workbook.
Inheritance
- DocumentLoadOptions
- ExcelLoadOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ExcelDocument.Load
- Method ExcelDocument.Load
- Method ExcelDocument.LoadAsync
- Method ExcelDocument.LoadAsync
- Method ExcelDocument.LoadAsync
- Method ExcelDocument.LoadEncrypted
- Method ExcelDocument.LoadEncrypted
- Method ExcelDocument.LoadEncryptedAsync
- Method ExcelDocument.LoadEncryptedAsync
- Method ExcelDocument.OpenFileBacked
Constructors
public ExcelLoadOptions() #Inherited Methods
Properties
public Nullable<Int64> MaxInputBytes { get; set; } #Maximum workbook bytes buffered by load APIs. Default: 512 MiB. Set to null to disable this compatibility guard.
public OfficeOpenXmlLoadSettings OpenSettings { get; set; } #Provides optional low-level Open XML package settings.
public XlsbImportOptions XlsbImportOptions { get; set; } #Provides optional resource limits and reporting controls for XLSB sources.