Show / Hide Table of Contents

Enum FixedWidthFormatErrorStrategy

How to handle missmatch with data and column format specifications.

Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum FixedWidthFormatErrorStrategy

Fields

Name Description
ThrowError

If data is larger than format specification, throw error

Truncate

If data is larger than format specification, write anyway. Might lead to data loss.

In This Article
Back to top Generated by DocFX