rajb Posted April 2, 2008 Posted April 2, 2008 Hi there, i am quite new to Autoit and was wondering if someone can give me pointers for extracting info from an excel spreadsheet and inserting into a user writable fields in a web page. Any advice would be helpful rajb
someone Posted April 2, 2008 Posted April 2, 2008 For the excel reading, check out the Excel UDF... its very good. For any web stuff, use the IE.au3 functions that come with autoit; check the help file.Welcome to the forum! While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd
shadowfiend Posted April 2, 2008 Posted April 2, 2008 Hi Rajb, I have a script that may help you Im at work at mo if you can wait a few minutes. Warning, it is not the best programming in the world but it does work.
shadowfiend Posted April 2, 2008 Posted April 2, 2008 Ok rajb, here it is. The script is VERY quick and dirty but may get you started. You will need to get the Excel UDF for this to work. Also you will need to alter the paths to reflect the location of your files ect.My script first generates a list of Excel files and then opens them one by one copying a specific range of cells to an array. When it has done this it returns the results to another worksheet. Hope you find it usefull. (Oh also the CSV2DCreator came from the forum but I can't remember who's it was)extract_data_from_excel_with_COM_001.au3Cheers.Shadowfiend
rajb Posted April 3, 2008 Author Posted April 3, 2008 (edited) Thanks Shadowfiend for your script Edited April 3, 2008 by rajb
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