Search Results for

    Show / Hide Table of Contents

    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. UseExisting is mutually exclusive with setting a TemplateFileName.

    In This Article
    Back to top Copyright © 2023 Envobi Ltd