package excel_export type Config struct { Data interface{} FileName string Ext Ext SavePath string Head []*FiledMapping }