API Reference
ExcelWorkbookMergeOptions
Options for importing worksheets from one workbook into another.
Inheritance
- Object
- ExcelWorkbookMergeOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public ExcelWorkbookMergeOptions() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public IReadOnlyList<String> SheetNames { get; set; } #Gets or sets source worksheet names to import. When empty, all source worksheets are imported.
public String SheetNamePrefix { get; set; } #Gets or sets an optional prefix added to every imported worksheet name.
public ExcelSheetNameValidationMode SheetNameValidationMode { get; set; } #Gets or sets sheet name validation behavior for imported worksheets.
public ExcelWorksheetCopyMode CopyMode { get; set; } #Gets or sets the worksheet copy strategy used for imported sheets.
public Boolean CopyExternalWorkbookReferences { get; set; } #Gets or sets whether package-mode imports may preserve external-workbook references. External links are rejected unless callers opt in explicitly.
public Int32 MaxDefinedNames { get; set; } #Gets or sets the maximum number of referenced defined names copied in package mode.
public Int32 MaxDefinedNameCharacters { get; set; } #Gets or sets the maximum aggregate formula characters across copied defined names.
public Int32 MaxInCellImages { get; set; } #Gets or sets the maximum number of in-cell image references copied across package-mode imports.
public Int64 MaxInCellImageBytes { get; set; } #Gets or sets the maximum payload size of one in-cell image copied in package mode.
public Int64 MaxTotalInCellImageBytes { get; set; } #Gets or sets the maximum aggregate resolved in-cell image bytes copied across package-mode imports. Shared image assets are charged once per referencing cell.