Package | Description |
---|---|
cn.hutool.poi.excel |
POI中对Excel读写的封装,入口为ExcelUtil
|
Modifier and Type | Method and Description |
---|---|
static CellLocation |
ExcelUtil.toLocation(String locationRef)
将Excel中地址标识符(例如A11,B5)等转换为行列表示
例如:A11 -》 x:0,y:10,B5-》x:1,y:4 |
Copyright © 2024. All rights reserved.