API Reference
Class
ExcelExtractChunk
A chunk of Excel content extracted for ingestion (RAG/search/summarization).
Inheritance
- Object
- ExcelExtractChunk
Constructors
public ExcelExtractChunk() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.