Uses of Interface
org.aoju.bus.office.excel.cell.CellSetter
Packages that use CellSetter
Package
Description
单元格值自定义设置器
Excel中单元格值相关类
-
Uses of CellSetter in org.aoju.bus.office.excel.cell.setters
Classes in org.aoju.bus.office.excel.cell.setters that implement CellSetterModifier and TypeClassDescriptionclassBoolean值单元格设置器classCalendar值单元格设置器classCharSequence值单元格设置器classDate值单元格设置器class字符串转义Cell值设置器 使用 _x005F前缀转义_xXXXX_,避免被decode的问题 如用户传入'_x5116_'会导致乱码,使用此设置器转义为'_x005F_x5116_'classHyperlink值单元格设置器classNumber值单元格设置器classNumber值单元格设置器classRichTextString值单元格设置器classTemporalAccessor值单元格设置器Methods in org.aoju.bus.office.excel.cell.setters that return CellSetterModifier and TypeMethodDescriptionstatic CellSetterCellSetterFactory.createCellSetter(Object value) 创建值对应类型的CellSetter -
Uses of CellSetter in org.aoju.bus.office.excel.cell.values
Classes in org.aoju.bus.office.excel.cell.values that implement CellSetterModifier and TypeClassDescriptionclass公式类型的值 在Sax读取模式时,此对象用于接收单元格的公式以及公式结果值信息 在写出模式时,用于定义写出的单元格类型为公式