API Reference
Class
ExcelTabularWriteOptions
Configures package-native tabular XLSX exports.
Inheritance
- Object
- ExcelTabularWriteOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ExcelDocument.WriteDataReader
- Method ExcelDocument.WriteObjects
- Method ExcelDocument.WriteObjects``1
- Method ExcelDocument.WriteObjects``1
- Method ExcelDocument.WriteRows
- Method ExcelDocument.WriteRows``1
Constructors
public ExcelTabularWriteOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean IncludeHeaders { get; set; } #Writes column names as the first worksheet row.
public Boolean CreateTable { get; set; } #Creates an Excel table over the exported range.
public String TableName { get; set; } #Optional Excel table name.
public TableStyle TableStyle { get; set; } #Excel table style used when CreateTable is enabled.
public Boolean IncludeAutoFilter { get; set; } #Includes table filter buttons when a table is created.
public Boolean AutoFit { get; set; } #Calculates worksheet column widths from exported values.
public Boolean UseCellValueNumberFormats { get; set; } #Uses the workbook's CellValue date and time number formats.
public Boolean IncludeCellReferences { get; set; } #Writes explicit row and cell references. Disable for a smaller contiguous worksheet package.
public ExcelDateSystem DateSystem { get; set; } #Excel date system used for temporal values.