Enum FixedWidthFormatErrorStrategy
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
How to handle missmatch with data and column format specifications.
public enum FixedWidthFormatErrorStrategy
Fields
ThrowError = 1
If data is larger than format specification, throw error
Truncate = 0
If data is larger than format specification, write anyway. Might lead to data loss.