OoxmlSaveOptions.ExportCellName

OoxmlSaveOptions.ExportCellName property

Indicates if export cell name to Excel2007 .xlsx (.xlsm, .xltx, .xltm) file. If the output file may be accessed by SQL Server DTS, this value must be true. Setting the value to false will highly increase the performance and reduce the file size when creating large file. Default value is true.

public bool ExportCellName { get; set; }

See Also