API Reference

Class

ExcelExtractOptions

Namespace OfficeIMO.Excel.ExcelExtractionExtensions
Assembly OfficeIMO.Excel
Modifiers sealed

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

Constructors

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.