# Functions
NewColHeightByNum 新建单元格高度通过数字行列;如:(hColumn = 1, hLine = 1, vCollum = 3, vLine = 4) 对应"A1:C4".
NewColWidthByChar 新建单元格宽度通过字母;如:(startCol = "A", endCol = "C") 对应"A~C".
NewColWidthByNum 新建单元格宽度通过数字行列;如:(startCol = 1, endCol = 3) 对应"A~C".
No description provided by the author
No description provided by the author
NewMergeCellByChar 新建合并通过字母;如:(hCell = "A1", vCell = "C4") 对应"A1:C4".
NewMergeCellByNum 新建合并通过数字行列;如:(hColumn = 1, hLine = 1, vCollum = 3, vLine = 4) 对应"A1:C4".
NewSheet 新建一个Sheet.
NewSheetByOptions 新建一个Sheet.
NewStyleByChar 新建样式通过字母;如:(hCell = "A1", vCell = "C4") 对应"A1:C4".
NewStyleByNum 新建样式通过数字行列;如:(hColumn = 1, hLine = 1, vCollum = 3, vLine = 4) 对应"A1:C4".
SetDataBuilder 设置数据来源.
SetFile 设置文件.
SetSheetName 设置sheet的名字.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
ArrDataBuilder 通过二维数组创建数据.
Cell 单元格(得到对应的单元格信息).
CellArea 单元格区域.
CellChar 单元格(字母方式;如:{ Cell: "A1"}).
CellNum 单元格(数字方式;如:{ Column: 1, Line:1} 对应:A1).
ColHeight 单元格高度.
ColWidth 单元格宽度.
ExportData 旧版本的数据导出.
No description provided by the author
MergeCell 合并单元格.
No description provided by the author
StructDataBuilder 通过结构体建立数据(当前结构体不支持变长).
Style 改良版的Style.
# Type aliases
SheetOptionFunc SheetOptions sheet新建修饰方法.