package
0.0.35
Repository: https://github.com/otkinlife/go_tools.git
Documentation: pkg.go.dev

# Functions

GetExcelCellAddress 返回 Excel 单元格地址 row: 行号(从1开始) column: 列号(从1开始).
GetExcelCellRowColumn 返回 Excel 单元格的行号和列号 cellAddress: 单元格地址 return: 行号, 列号.