如何用ComObj取得一个Excel文件的行数和列数?我这样用
ExcelID.WorkSheets[i].Columns.Count
ExcelID.WorkSheets[i].Rows.count
得到的始终是256和65536