Skip to content

Instantly share code, notes, and snippets.

@stvoidit
stvoidit / exampe1.go
Created July 28, 2020 18:49
exampe1 (tealeg/xlsx)
/*
Execution sequence:
1) main
2) writeExcel
3) writeWheet
4) iteration write row
*/
package main
package main
import (
"fmt"
"reflect"
)
type meta struct {
Lang string `xlsx:"Язык"`
Gov string `xlsx:"Гражданство"`