OfficeIMO

API Reference

Class

ExcelExtractTable

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Minimal table model for ingestion (columns + rows of strings).

Inheritance

  • Object
  • ExcelExtractTable

Constructors

Properties

public String Title { get; set; } #

Optional table title/label.

public IReadOnlyList<String> Columns { get; set; } #

Column headers.

public IReadOnlyList<IReadOnlyList<String>> Rows { get; set; } #

Table rows, aligned with Columns.

public Int32 TotalRowCount { get; set; } #

Total row count before any truncation.

public Boolean Truncated { get; set; } #

True when Rows was truncated compared to TotalRowCount.