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