Package | Description |
---|---|
org.dromara.hutool.poi.excel.cell.values |
不同类型单元格值的封装
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeCellValue
复合单元格值,用于根据单元格类型读取不同的值
|
class |
ErrorCellValue
ERROR类型单元格值
|
class |
FormulaCellValue
公式类型的值
在Sax读取模式时,此对象用于接收单元格的公式以及公式结果值信息 在写出模式时,用于定义写出的单元格类型为公式 |
class |
NumericCellValue
数字类型单元格值
单元格值可能为Long、Double、Date |
Copyright © 2025. All rights reserved.