API Reference

Enum

ExcelSavePackageWriter

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies the package writer used by an Excel save operation.

Inheritance

  • Enum
  • ExcelSavePackageWriter

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ExcelSavePackageWriter StandardPackage #

Full Open XML package finalization was used.

Value: 0
public const ExcelSavePackageWriter UnchangedPackage #

An unchanged package payload was copied directly.

Value: 1
public const ExcelSavePackageWriter SimplePackage #

A simple workbook package was written directly without full package finalization.

Value: 2
public const ExcelSavePackageWriter ExtendedPackage #

A workbook package with additional supported parts was written directly without full package finalization.

Value: 3
public const ExcelSavePackageWriter DirectDataSetPackage #

A DataSet import package was written directly from the retained DataSet export model.

Value: 4