Uses of Class
org.aoju.bus.office.excel.cell.CellLocation
Packages that use CellLocation
-
Uses of CellLocation in org.aoju.bus.office.excel
Methods in org.aoju.bus.office.excel that return CellLocationModifier and TypeMethodDescriptionstatic CellLocationExcelKit.toLocation(String locationRef) 将Excel中地址标识符(例如A11,B5)等转换为行列表示 例如:A11 - x:0,y:10,B5 - x:1,y:4