wb = openpyxl.load_workbook('test.xlsx') >>> ws = wb.worksheets[0] >>> datecell_as_formatted(ws.cell(row=2, column=1)) '08/03/20'.
確定! 回上一頁