API Reference

Class

OfficeDocumentTableNormalizationOptions

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Options for deterministic table cleanup.

Inheritance

  • Object
  • OfficeDocumentTableNormalizationOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Properties

public Boolean TrimValues { get; set; } #

Trim column names and cell values.

public Boolean FillMissingColumnNames { get; set; } #

Generate deterministic names for blank columns.

public Boolean RectangularRows { get; set; } #

Pad rows so every row has the same width.