Skip to content

Instantly share code, notes, and snippets.

for _, row := range data {
for idx2, row2 := range row {
row2map := row2.(map[string]any)
cell, _ := excelize.CoordinatesToCellName(activeCol, activeRow)
f.SetCellValue("Sheet1", cell, idx2)