venkat Posted May 8, 2009 Posted May 8, 2009 Hi, I have a excel file in d:\sla\test1.xls. how to open the file and read values from a certain column and row. Thanks in advance, Regards, venkatraman
Zedna Posted May 8, 2009 Posted May 8, 2009 (edited) There is Excel UDF. Search forum and look in AutoIt helpfile (from version 3.3 this UDF is included as standard UDF) Edited May 8, 2009 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
venkat Posted May 8, 2009 Author Posted May 8, 2009 There is Excel UDF.Search forum and look in AutoIt helpfile (from version 3.3 this UDF is included as standard UDF)$sFilePath1 = @ScriptDir & "\test1.xls" ;This file should already exist$oExcel = _ExcelBookOpen($sFilePath1)i tried this. but the file is not opening.
Juvigy Posted May 8, 2009 Posted May 8, 2009 $sFilePath1 =" d:\sla\test1.xls" $oExcel = _ExcelBookOpen($sFilePath1)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now