Enum SpreadExportMode
Describes the supported spreadsheet export modes.
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public enum SpreadExportMode
Append
Opens existing workbook from a stream, or creates a new workbook if the stream is empty.
Create
Specifies that a new workbook should be created. If the stream has any content it will be overwritten.