Browse Source

添加注释

pull/15/head
zhangxin 4 years ago
parent
commit
c2e8f58cd5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/utils.go

+ 1
- 1
utils/utils.go View File

@ -390,7 +390,7 @@ func FileExist(file string) bool {
}
// 导出excel文件 prefixFilename 文件前缀名称
func SaveExcelFile(list []interface{}, sheetName string, prefixFilename string) (filepath string, err error) {
file := excelize.NewFile()
streamWriter, err := file.NewStreamWriter(sheetName)


Loading…
Cancel
Save