API Reference
Class
ExcelExtractOptions
Options controlling Excel extraction behavior.
Inheritance
- Object
- ExcelExtractOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Extension method ExcelDocumentReader.ExtractChunks
- Method ExcelExtractionExtensions.ExtractChunks
Constructors
public ExcelExtractOptions() #Inherited Methods
Properties
public Boolean HeadersInFirstRow { get; set; } #When true, the first row of the range is treated as headers. Default: true.
public Int32 ChunkRows { get; set; } #Number of worksheet rows per emitted chunk when streaming. Default: 200.
public Boolean EmitMarkdownTable { get; set; } #When true, emit a Markdown preview table in Markdown. Default: true.