package
2.2.0+incompatible
Repository: https://github.com/erda-project/erda.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
return []sheet{[]row{[]cell}} cell 的值即使为空,也可通过下标访问,不会出现越界问题.
No description provided by the author
No description provided by the author
No description provided by the author
ExportExcel 导出 excel 参数w: 返回http.ResponseWriter 参数sheetName: 生成表单的名字 data数据内容为: data[row][col],由 title+content组成 例子: 第一行: ["name", "age", "city"] 第二行: ["excel", "15", "hangzhou"] 注:每一行和每一列需要完全对应,根据 row 和 col 导出 xlsx 格式的 excel.
ExportExcelByCell 支持 cell 粒度配置,可以实现单元格合并,样式调整等.
No description provided by the author
No description provided by the author
No description provided by the author
NewHMergeCell 需要配合 hMergeNum 个 EmptyCell 使用.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Cell 单元格 A B C 1 A1 B1 C1 1 A2 B2 C2 1 A3 B3 C3.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author