Enum eDataTypeOn
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
How to set the data type when exporting json.
public enum eDataTypeOn
Fields
NoDataTypes = 0
Do not set the data type.
OnCell = 2
Set the data type on each cell.
OnColumn = 1
Set the data type on the column level.