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