API Reference

Class

ExcelTabularWriteOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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

Constructors

public ExcelTabularWriteOptions() #

Properties

public String SheetName { get; set; } #

Worksheet name.

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 Boolean UseSharedStrings { get; set; } #

Stores repeated text in the workbook shared-string table instead of writing inline strings.

public ExcelDateSystem DateSystem { get; set; } #

Excel date system used for temporal values.