API Reference
Class
ExcelExtractChunk
A chunk of Excel content extracted for ingestion (RAG/search/summarization).
Inheritance
- Object
- ExcelExtractChunk
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Extension method ExcelDocumentReader.ExtractChunks
- Method ExcelExtractionExtensions.ExtractChunks
Constructors
public ExcelExtractChunk() #Inherited Methods
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.