Package | Description |
---|---|
cn.hutool.poi.excel.cell |
Excel中单元格相关类,入口为CellUtil
|
cn.hutool.poi.excel.cell.values |
Modifier and Type | Class and Description |
---|---|
class |
FormulaCellValue
公式类型的值
在Sax读取模式时,此对象用于接收单元格的公式以及公式结果值信息 在写出模式时,用于定义写出的单元格类型为公式 |
Modifier and Type | Class and Description |
---|---|
class |
ErrorCellValue
ERROR类型单元格值
|
class |
NumericCellValue
数字类型单元格值
单元格值可能为Long、Double、Date |
Copyright © 2024. All rights reserved.