关于读取EXCEL数据?(已解决)
本帖最后由 shenrenba 于 2010-9-7 18:24 编辑下面代码中的数据返回全是0 请问怎么修改?
#include <Excel.au3>
$oExcel =@ScriptDir&"\Book2.xlsx"
$sCellValue = _ExcelReadCell($oExcel,2,2)
MsgBox(0, "",$sCellValue, 2)
_ExcelBookClose($oExcel)
$oExcel =_ExcelBookOpen(@ScriptDir&"\Book2.xlsx") 受教了,很好用
页:
[1]