API Reference

Class

ReaderTableExportBundle

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Deterministic export payloads for a discovered reader table.

Inheritance

  • Object
  • ReaderTableExportBundle

Usage

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

Constructors

public ReaderTableExportBundle() #

Properties

public String Id { get; set; } #

Stable table export identifier.

public String FileNamePrefix { get; set; } #

Filesystem-safe stem suitable for CSV, Markdown, and JSON sidecar files.

public ReaderTable Table { get; set; } #

Source table model.

public String Csv { get; set; } #

Deterministic CSV representation.

public String Markdown { get; set; } #

Deterministic GitHub-style Markdown table representation.

public String Json { get; set; } #

Deterministic JSON representation.