yiGmMk / comment_blog

the comments of www_programnotes_cn
0 stars 0 forks source link

golang excelize read date type data | 编程笔记 #99

Open yiGmMk opened 1 year ago

yiGmMk commented 1 year ago

https://programnotes.cn/golang-excelize-read-date-type-data/index.html

excelize 介绍 12 时间格式读取 excel表格操作库,对日期格式的数据读写还不是很完善,能识别的日期格式返回一个01-02-06(day-month-day)格式的字符串,无法识别时直接返回的是excel表格中的原始数据,一个浮点型数,在excel中支持很多种日期格式显示。 123456789101112131415161718192021file,err:=excelize