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. |