Uses of Enum Class
org.miaixz.bus.office.excel.sax.CellDataType
Packages that use CellDataType
Package
Description
Sax方式操作Excel方式的封装
Excel 操作工具类
-
Uses of CellDataType in org.miaixz.bus.office.excel.sax
Methods in org.miaixz.bus.office.excel.sax that return CellDataTypeModifier and TypeMethodDescriptionstatic CellDataType类型字符串转为枚举static CellDataTypeReturns the enum constant of this class with the specified name.static CellDataType[]CellDataType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CellDataType in org.miaixz.bus.office.excel.xyz
Methods in org.miaixz.bus.office.excel.xyz with parameters of type CellDataTypeModifier and TypeMethodDescriptionstatic ObjectExcelSaxKit.getDataValue(CellDataType cellDataType, String value, org.apache.poi.xssf.model.SharedStrings sharedStrings, String numFmtString) 根据数据类型获取数据