Registry / serialization / 360entsecgroup-skylar-excelize

360entsecgroup-skylar-excelize

JSON →
library1.4.1gogounverified

Package excelize provides a Go library for reading and writing Microsoft Excel (XLSX) files.

go get github.com/360EntSecGroup-Skylar/excelize
INSTALL
IMPORT
SIG · 360ENTSECGROUP-SKY
3
360entsecgroup-skylar-excelize
serializationgov1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

excelize
github.com/360EntSecGroup-Skylar/excelize

Create a new Excel file, add a sheet, set cell values, and save.

package main import ( "fmt" "github.com/360EntSecGroup-Skylar/excelize" ) func main() { f := excelize.NewFile() // Create a new sheet index := f.NewSheet("Sheet2") // Set value of a cell f.SetCellValue("Sheet2", "A2", "Hello world.") f.SetCellValue("Sheet1", "B2", 100) // Set active sheet f.SetActiveSheet(index) // Save spreadsheet if err := f.SaveAs("Book1.xlsx"); err != nil { fmt.Println(err) } }
Debug
Known issues
breakingThis repository is archived; use github.com/xuri/excelize/v2 instead.
fix
Migrate to github.com/xuri/excelize/v2 for active development.
affects: >=1.4.1
Upgrade
Version history
1.4.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
71 hits · last 30 days
node
64
OpenAI (training)
1
Resources
360entsecgroup-skylar-excelize — go get 360entsecgroup-skylar-excelize · libregistry