Get cell date format in xls using python

前端 未结 0 834
终归单人心
终归单人心 2021-02-12 05:33

How to get date format from xls sheet. When i\'m using get value from cell

def get_date_from_cell(filepath, xls_navigation):
wb = load_workbook(filepath)
ws = wb.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题