OfficeIMO

API Reference

Class

ExcelExtractChunkingOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Chunking options for Excel extraction.

Inheritance

  • Object
  • ExcelExtractChunkingOptions

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).