var
xls: TXLSReadWriteII5

xls.Filename 文件名
xls.Read 开始读取
xls.Count sheet总数
xls.Sheets[i].Name sheet名
xls.Sheets[0].LastRow 最后一行
xls.Sheets[0].LastCol 最后一列
xls.Sheets[0].AsString[Col, Row] 取文本值

相关文章:

  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2022-01-03
  • 2022-02-16
猜你喜欢
  • 2022-12-23
  • 2018-11-20
  • 2022-02-09
  • 2021-06-11
  • 2021-12-19
  • 2021-06-06
相关资源
相似解决方案