//
pkg.gl
Category
github.com/otkinlife/go_tools
excel_tools
package
0.0.35
Repository:
https://github.com/otkinlife/go_tools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
49 SLOC
#
Functions
GetExcelCellAddress
GetExcelCellAddress 返回 Excel 单元格地址 row: 行号(从1开始) column: 列号(从1开始).
GetExcelCellRowColumn
GetExcelCellRowColumn 返回 Excel 单元格的行号和列号 cellAddress: 单元格地址 return: 行号, 列号.