OfficeIMO

API Reference

Class

ExcelExtractChunk

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

A chunk of Excel content extracted for ingestion (RAG/search/summarization).

Inheritance

  • Object
  • ExcelExtractChunk

Constructors

Properties

public String Id { get; set; } #

Stable, ASCII-only identifier (producer-defined).

public ExcelExtractLocation Location { get; set; } #

Source location information for citations and debugging.

public String Text { get; set; } #

Plain text representation of the chunk.

public String Markdown { get; set; } #

Optional Markdown representation (usually a small table preview).

public IReadOnlyList<ExcelExtractTable> Tables { get; set; } #

Structured tables extracted for this chunk.

public IReadOnlyList<String> Warnings { get; set; } #

Optional warnings about truncation or unsupported content.