API Reference

Class

ReaderTableProfiler

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers static

Builds reusable column profiles for ReaderTable instances.

Inheritance

  • Object
  • ReaderTableProfiler

Methods

public static IReadOnlyList<ReaderTableColumnProfile> CreateProfiles(IReadOnlyList<String> columns, IReadOnlyList<IReadOnlyList<String>> rows) #
Returns: IReadOnlyList<ReaderTableColumnProfile>

Creates inferred column profiles aligned to the supplied column names.

Parameters

columns System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 0
Column names in table order.
rows System.Collections.Generic.IReadOnlyList{System.Collections.Generic.IReadOnlyList{System.String}} requiredposition: 1
Body rows aligned to columns.

Returns

Profiles describing empty, numeric, text, or mixed body values for each column.