Enum SpreadExportMode
Modes controlling whether a new workbook is created or existing content is appended when exporting.
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public enum SpreadExportMode
Append
Appends to an existing workbook in the stream, or creates one if the stream is empty.
Create
Creates a new workbook, overwriting any existing stream content.