| Package | Description |
|---|---|
| org.aoju.bus.office.support.excel |
| Modifier and Type | Method and Description |
|---|---|
static CellLocation |
ExcelUtils.toLocation(String locationRef)
将Excel中地址标识符(例如A11,B5)等转换为行列表示
例如:A11 -》 x:0,y:10,B5-》x:1,y:4 |
Copyright © 2020. All rights reserved.