object[,] records = worksheet.Range["A1:E"+ endRowIndex].Value2;
worksheet.Range["A1"].Resize[endRowIndex, 5].Value = records;

相关文章:

  • 2021-08-21
  • 2021-07-02
  • 2022-02-07
  • 2021-12-09
  • 2021-10-26
  • 2021-10-28
  • 2022-12-23
  • 2022-01-07
猜你喜欢
  • 2022-12-23
  • 2021-10-12
  • 2021-12-31
  • 2023-03-10
  • 2022-01-01
  • 2022-01-19
相关资源
相似解决方案