Read a value from a .xls file using .bat files

前端 未结 4 1345
礼貌的吻别
礼貌的吻别 2021-01-25 05:23

I just want to know if there could be any way by which we can read a value from an .xls file using a .bat file. For eg:If i have an .xls named test.xls which is having two colu

4条回答
  •  梦毁少年i
    2021-01-25 06:24

    This will be hard (very close to impossible) in BAT, especially when using the original XLS file, but even after an export to CSV it will be much easier to use a script/programming language (Perl, C, whatever) to do this.

提交回复
热议问题