API Reference

Class

ExcelDelimitedImportOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Options for culture-aware CSV/TSV import normalization.

Inheritance

  • Object
  • ExcelDelimitedImportOptions

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 ExcelDelimitedImportOptions() #

Properties

public Nullable<Char> Delimiter { get; set; } #
public Boolean HeadersInFirstRow { get; set; } #
public Int32 SkipInitialRecords { get; set; } #
public CultureInfo Culture { get; set; } #
public Boolean ConvertNumbersAndDates { get; set; } #
public Boolean CreateTable { get; set; } #
public String SheetName { get; set; } #
public String TableName { get; set; } #
public TableStyle TableStyle { get; set; } #