Range range = worksheet.get_Range(worksheet.Cells[2, 1], worksheet.Cells[RowCount + 1, ColCount]);
range.NumberFormat = @"yyyy-mm-dd"; //日期格式

相关文章:

  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
  • 2021-07-24
  • 2022-01-18
  • 2021-09-05
  • 2021-10-04
猜你喜欢
  • 2022-12-23
  • 2021-12-10
  • 2022-01-14
  • 2022-12-23
相关资源
相似解决方案