Enum XlsxTargetWriteOption
An enum indicating whether XlsxTarget<TInput> should use or overwrite any existing file.
Namespace: actionETL.EPPlus
Assembly: actionETL.dll
Syntax
public enum XlsxTargetWriteOption
Fields
| Name | Description |
|---|---|
| Create | Throw an error if the file already exists. This is the default. |
| Overwrite | Overwrite any existing file. |
| UseExisting | Write to the existing file, or throw an error if there's no existing file.
|