API Reference

Enum

ExcelStreamSaveFormat

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

Selects the physical workbook format for stream saves, where no file extension is available.

Inheritance

  • Enum
  • ExcelStreamSaveFormat

Usage

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

Values

public const ExcelStreamSaveFormat OpenXml #

Save streams as the standard Office Open XML package format.

Value: 0
public const ExcelStreamSaveFormat LegacyXls #

Save streams as a native BIFF8 legacy .xls compound file.

Value: 1