Enum Class ExcelAdapter.KnownTypes

java.lang.Object
java.lang.Enum<ExcelAdapter.KnownTypes>
com.inductiveautomation.ignition.common.util.excel.adapters.ExcelAdapter.KnownTypes
All Implemented Interfaces:
Serializable, Comparable<ExcelAdapter.KnownTypes>, Constable
Enclosing interface:
ExcelAdapter<T,U extends org.apache.poi.ss.usermodel.Workbook>

public static enum ExcelAdapter.KnownTypes extends Enum<ExcelAdapter.KnownTypes>
The known types that can be directly set via Apache POI for a cell. It is preferable to 'rinse' your value through getType(Class) to determine the correct type to set when calling Cell.setCellValue() methods.