获取excel单元格自定义格式前后的值
# https://docs.microsoft.com/zh-cn/office/vba/api/excel.range.text
print(sheet.sht.Range('A1').value)
print(sheet.sht.Range('A1').text)
0.132456927345273
03:10:44
# https://docs.microsoft.com/zh-cn/office/vba/api/excel.range.text
print(sheet.sht.Range('A1').value)
print(sheet.sht.Range('A1').text)
0.132456927345273
03:10:44