How to read Excel sheet names in Go?

huangapple go评论86阅读模式
英文:

How to read Excel sheet names in Go?

问题

我正在使用qax-os/excelize来在Go中读取Excel文件。

有没有一种方法可以读取Excel文件中的工作表名称?

英文:

I am using qax-os/excelize to read Excel files in Go.

Is there a way to read sheet names in an Excel file?

答案1

得分: 1

你可以在v2版本中使用以下链接:

https://pkg.go.dev/github.com/xuri/excelize/v2#File.GetSheetList

或者在v1和v2版本中使用以下链接:

https://pkg.go.dev/github.com/xuri/excelize#File.GetSheetMap

英文:

you can use in version v2:

https://pkg.go.dev/github.com/xuri/excelize/v2#File.GetSheetList

or in v1 and v2:

https://pkg.go.dev/github.com/xuri/excelize#File.GetSheetMap

huangapple
  • 本文由 发表于 2022年1月14日 19:06:46
  • 转载请务必保留本文链接:https://go.coder-hub.com/70709640.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定