Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 go lang 的新手。我想稍后读取一个 excel 文件以供处理,但我不知道如何读取 go 中的文件?任何人都可以给我一个例子吗?
我没试过,但有一个xlsx 包。
安装它
go get -v github.com/tealeg/xlsx
如果遇到困难,请阅读文档并返回您尝试过的一些代码。
如果您想通过 COM 驱动 Excel 进程来读取您的文件,该go-ole软件包看起来像是一种方法。
go-ole