API Reference

Class

ExcelExtractChunkingOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Chunking options for Excel extraction.

Inheritance

  • Object
  • ExcelExtractChunkingOptions

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

public ExcelExtractChunkingOptions() #

Properties

public Int32 MaxChars { get; set; } #

Maximum characters per emitted chunk (best-effort).

public Int32 MaxTableRows { get; set; } #

Maximum number of table rows to include in a single chunk (best-effort).