安装过程简单,可通过标准的 Go 模块命令获取,首次成功路径为运行 go get github.com/xuri/excelize/v2。运行环境要求为纯 Go 语言库环境,且不需要 GPU 资源。
核验依据
GitHub 项目简介: Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
README: This library needs Go version 1.25.0 or later.
README: Here is a minimal example usage that will create spreadsheet file.
README: The following constitutes the bare to read a spreadsheet document.
README: With Excelize chart generation and management is as easy as a few lines of code. You can build charts based on data in your worksheet or generate charts without any data in your w…