Table of Contents

Enum UnknownVariableAction

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Defines action that must be taken when meeting unknown variable during template markers processing.

public enum UnknownVariableAction

Fields

Exception = 0

Throws exception if no variable is defined.

ReplaceBlank = 2

Replaces variable with empty string.

Skip = 1

Skips processing variable and leaves it in the document.