python使用xlrd读取excel数据 日期格式转换

date = datetime(*xldate_as_tuple(cell, 0))

cell = date.strftime('%Y/%m/%d %H:%M:%S')

你可能感兴趣的:(Python,python,xlrd,excel,日期,格式转换)