API Reference

Class

ExcelSavePackageWriter

Namespace OfficeIMO.Excel

Identifies the package writer used by an Excel save operation.

Inheritance

  • Object
  • ExcelSavePackageWriter

Fields

StandardPackage #

Full Open XML package finalization was used.

UnchangedPackage #

An unchanged package payload was copied directly.

SimplePackage #

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

ExtendedPackage #

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

DirectDataSetPackage #

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