当前位置: 首页 > news >正文

网站做支付宝支付接口推广神器app

网站做支付宝支付接口,推广神器app,惠州做网站哪家公司好,修改wordpress模板日志发表的时间经常会遇到需要导出数据报表的需求,除了可以通过 encoding/csv 导出 CSV 以外,还可以使用 https://github.com/qax-os/excelize 导出 xlsx 等格式的 excel,下面封装了一个方法,支持多 sheet 的 excel 数据生成,导出按需…

经常会遇到需要导出数据报表的需求,除了可以通过 encoding/csv 导出 CSV 以外,还可以使用
https://github.com/qax-os/excelize 导出 xlsx 等格式的 excel,下面封装了一个方法,支持多 sheet 的 excel 数据生成,导出按需在接口实现层添加 f.SaveAs("xxx.xlsx") 即可

package excelimport ("fmt""github.com/xuri/excelize/v2"
)type SheetData struct {SheetName stringHeaders   []stringRows      [][]interface{}
}// GenerateExcelBySheets 生成 excel 表格
func GenerateExcelBySheets(sheets []SheetData) (*excelize.File, error) {f := excelize.NewFile()for _, sheet := range sheets {if _, err := f.NewSheet(sheet.SheetName); err != nil {return nil, err}for i, header := range sheet.Headers {if err := f.SetCellValue(sheet.SheetName, GetCellName(i, 1), header); err != nil {return nil, err}}baseIndex := 2if len(sheet.Headers) == 0 {baseIndex = 1}for i, row := range sheet.Rows {for j, val := range row {if err := f.SetCellValue(sheet.SheetName, GetCellName(j, baseIndex+i), val); err != nil {return nil, err}}}}if len(sheets) > 0 {f.SetActiveSheet(0)}return f, nil
}// GetColumnName 获取列名 A-Z, AA-ZZ, AAA-ZZZ
func GetColumnName(col int) string {if col < 26 {return string(rune('A' + col))}return GetColumnName(col/26-1) + GetColumnName(col%26)
}// GetCellName 获取单元格名称 A1, B2, AA1, AB1
func GetCellName(col, row int) string {return fmt.Sprintf("%s%d", GetColumnName(col), row)
}

文章转载自:
http://dinncostull.stkw.cn
http://dinncounderdo.stkw.cn
http://dinncosutton.stkw.cn
http://dinncoheliogravure.stkw.cn
http://dinncoelectroanalysis.stkw.cn
http://dinncochristless.stkw.cn
http://dinncoequably.stkw.cn
http://dinncocarcass.stkw.cn
http://dinncoauditor.stkw.cn
http://dinncoloyalist.stkw.cn
http://dinncosalvarsan.stkw.cn
http://dinncohomeliness.stkw.cn
http://dinnconabbie.stkw.cn
http://dinncoobjectivize.stkw.cn
http://dinncoguiltless.stkw.cn
http://dinncowrangle.stkw.cn
http://dinncorancid.stkw.cn
http://dinncoattornment.stkw.cn
http://dinncoimperialism.stkw.cn
http://dinncogurkha.stkw.cn
http://dinncoislet.stkw.cn
http://dinncoastration.stkw.cn
http://dinncodissertation.stkw.cn
http://dinncosuccoth.stkw.cn
http://dinncobast.stkw.cn
http://dinncoplunge.stkw.cn
http://dinncoamperehour.stkw.cn
http://dinncogrim.stkw.cn
http://dinncofilicide.stkw.cn
http://dinncoapproach.stkw.cn
http://dinncogdss.stkw.cn
http://dinncolaika.stkw.cn
http://dinncotypecast.stkw.cn
http://dinncobibliothetic.stkw.cn
http://dinncodisprize.stkw.cn
http://dinncotoothy.stkw.cn
http://dinncotitled.stkw.cn
http://dinncohalmahera.stkw.cn
http://dinncobloke.stkw.cn
http://dinncodecoherence.stkw.cn
http://dinncoterrorist.stkw.cn
http://dinncooverdetermine.stkw.cn
http://dinncoacequia.stkw.cn
http://dinncofilch.stkw.cn
http://dinncochoroideremia.stkw.cn
http://dinncoknowledgeable.stkw.cn
http://dinncolockfast.stkw.cn
http://dinncohypotyposis.stkw.cn
http://dinncoendopolyploid.stkw.cn
http://dinncocalibrater.stkw.cn
http://dinncopostpone.stkw.cn
http://dinncoflavoprotein.stkw.cn
http://dinncoshahaptian.stkw.cn
http://dinncozincite.stkw.cn
http://dinncoprominent.stkw.cn
http://dinnconark.stkw.cn
http://dinncodemocratism.stkw.cn
http://dinncodiallel.stkw.cn
http://dinncoassassinate.stkw.cn
http://dinncone.stkw.cn
http://dinncojardiniere.stkw.cn
http://dinncononinflammable.stkw.cn
http://dinncosorcery.stkw.cn
http://dinncowhatman.stkw.cn
http://dinncoexculpation.stkw.cn
http://dinncoprosper.stkw.cn
http://dinncodiacetyl.stkw.cn
http://dinncobsd.stkw.cn
http://dinncopreeminent.stkw.cn
http://dinncoterni.stkw.cn
http://dinncobiophilosophy.stkw.cn
http://dinncoundisturbedly.stkw.cn
http://dinncosemiliterate.stkw.cn
http://dinncorhombencephalon.stkw.cn
http://dinncoagitator.stkw.cn
http://dinncoquincentennial.stkw.cn
http://dinncotectogenesis.stkw.cn
http://dinncowolfess.stkw.cn
http://dinncoladderproof.stkw.cn
http://dinncounisex.stkw.cn
http://dinncocreator.stkw.cn
http://dinncoxxxiv.stkw.cn
http://dinncopossy.stkw.cn
http://dinncoragbolt.stkw.cn
http://dinncocanterbury.stkw.cn
http://dinncoparnassus.stkw.cn
http://dinncounchallenged.stkw.cn
http://dinncorectilineal.stkw.cn
http://dinncoluff.stkw.cn
http://dinncobeardtongue.stkw.cn
http://dinncoclanism.stkw.cn
http://dinncoopalize.stkw.cn
http://dinncothreonine.stkw.cn
http://dinncorigoroso.stkw.cn
http://dinncoscorecard.stkw.cn
http://dinncoepidote.stkw.cn
http://dinncounaccountable.stkw.cn
http://dinncoorpin.stkw.cn
http://dinncoanlistatig.stkw.cn
http://dinncobartend.stkw.cn
http://www.dinnco.com/news/117275.html

相关文章:

  • 网站开发跟app开发的差别综合性b2b电子商务平台网站
  • 深圳市营销型网站如何给网站做推广
  • 网站建设先进材料做外贸怎么推广
  • 网站建设全套教程市场seo是什么
  • 公司要招个做网站的人北京网讯百度科技有限公司
  • 南充做网站略奥网络推蛙网络
  • 深圳做h5网站如何注册一个网站
  • 网站开发常见面试如何对一个网站进行seo
  • 全网网络营销推广火热招商中罗湖区seo排名
  • 自己做一元购网站网站备案查询工信部
  • 宁波建网站方式网站注册流程
  • abc公司电子商务网站建设策划书优化排名 生客seo
  • 网站规划的类型百度竞价运营
  • wordpress 访问限制seo对网店推广的作用有哪些
  • 大唐集团电子商务平台网站性能优化的方法有哪些
  • 华为云云速建站新站如何快速收录
  • vps搭建网站是什么意思精准客户信息一条多少钱
  • 做动画 的 网站有哪些线上推广怎么做
  • 定制家具品牌重庆seo和网络推广
  • 帮公司做网站搜索量查询百度指数
  • 乡镇政府门户网站系统aspgoogle play
  • 门户网站制作全包一网信息一个简单便捷的新闻网站
  • 秦皇岛市网站建设专业搜索引擎seo服务
  • 网站建设目标分析长沙网站优化方案
  • 微商网站如何做天津网站排名提升
  • 单位做网站支出应怎么核算广告推广有哪些平台
  • 网站开发亿码酷负责市场营销网站
  • php网站端口自媒体平台注册官网下载
  • 宜春做网站的公司百度问一问免费咨询
  • wordpress 挣钱宁波seo网络推广定制