dina Posted December 10, 2010 Posted December 10, 2010 Hi, I am trying to copy values from a table in Web application to Excel. Can any one help me in this?? I have attached image of the sample table. Regards dina
JoHanatCent Posted December 11, 2010 Posted December 11, 2010 Normally one can just highlight all and copy and paste! If you give more info and maybe some code that you already tried you'll get more help.
Juvigy Posted December 13, 2010 Posted December 13, 2010 If it is a WEB application then you will need to use the IE udf + the Excel udf. Check those in the help file.
Zedna Posted December 13, 2010 Posted December 13, 2010 (edited) You may look at my simple example for very similar task:base code (for you) is:$oTable = _IETableGetCollection ($oIE, 0) $aTableData = _IETableWriteToArray($oTable, True) Edited December 13, 2010 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
dina Posted December 13, 2010 Author Posted December 13, 2010 Thanks all for the information. I will try with these options and check if it works.
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