API Reference

Enum

ReaderTableExportFormat

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

Table export payload formats.

Inheritance

  • Enum
  • ReaderTableExportFormat

Usage

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

Accepted by parameters

Values

public const ReaderTableExportFormat Csv #

Comma-separated values.

Value: 0
public const ReaderTableExportFormat Markdown #

GitHub-style Markdown table.

Value: 1
public const ReaderTableExportFormat Json #

JSON table sidecar.

Value: 2