Nucleus .Net Core CMS

Excel.ExcelWorksheet.Modes Enum

Namespace: Nucleus.Extensions.Excel.ExcelWorksheet
Assembly: Nucleus.Extensions.dll
Enumeration used by the Excel.ExcelWriter<TModel> constructor to specify whether the properties to export are automatically detected, or whether only specified columns are included.

Fields

AutoDetect Field

Auto-detect columns to export and specify any columns to exclude.

IncludeSpecifiedPropertiesOnly Field

Include only specified columns.