API Reference
Class
ExcelExtractOptions
Options controlling Excel extraction behavior.
Inheritance
- Object
- ExcelExtractOptions
Constructors
public ExcelExtractOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.