New to Telerik Document ProcessingStart a free 30-day trial

Modes controlling whether a new workbook is created or existing content is appended when exporting.

Definition

Namespace:Telerik.Documents.SpreadsheetStreaming

Assembly:Telerik.Documents.SpreadsheetStreaming.dll

Syntax:

C#
public enum SpreadExportMode

Fields

Appends to an existing workbook in the stream, or creates one if the stream is empty.

C#
Append = 1

Creates a new workbook, overwriting any existing stream content.

C#
Create = 0
In this article
DefinitionFieldsAppendCreate
Not finding the help you need?
Contact Support