插入時(shí)間在python中如何操作?
提問(wèn)人:楊紫紅發(fā)布時(shí)間:2020-11-18
style3.num_format_str = 'YYYY-MM-DD HH:MM:SS' #設(shè)置時(shí)間格式
sheet.write(1,1,datetime.datetime.now(),style3) #在第2行第2列插入當(dāng)前時(shí)間,格式為style3
繼續(xù)查找其他問(wèn)題的答案?
相關(guān)視頻回答
style3.num_format_str = 'YYYY-MM-DD HH:MM:SS' #設(shè)置時(shí)間格式
sheet.write(1,1,datetime.datetime.now(),style3) #在第2行第2列插入當(dāng)前時(shí)間,格式為style3
點(diǎn)擊加載更多評(píng)論>>