Excel Infomation Automation Help

seated

Regular Member
Joined
Jan 15, 2009
Messages
219
Reaction score
141
This may be an easy fix, I'm lost trying to do it.

I have a excel spreadsh66t with 500 name, addressss, ect.

I need a program to open the site.
Export the info from the Excel Sheet.
Then close the site.

Then repeat and use the info in the row below the prior entry.

That's all I need, but I can't get Imacros to do it.
Is their another program I can use?

Thank you.
 
This may be an easy fix, I'm lost trying to do it.

I have a excel spreadsh66t with 500 name, addressss, ect.

I need a program to open the site.
Export the info from the Excel Sheet.
Then close the site.

Then repeat and use the info in the row below the prior entry.

That's all I need, but I can't get Imacros to do it.
Is their another program I can use?

Thank you.


Re: Excel Infomation Automation Help

"Hi seated!

I know I'm slightly late to the party (only 15 years, hope you were patient!), but I've finally developed the perfect solution for your Excel spreadsheet problem.

Since iMacros probably died of old age by now, I’ve built a standalone tool in Golang that does exactly what you asked:

  • Performance: It opens the site, injects your 500 names/addresses, and closes it faster than you can say '2011'.
  • Optimization: My latest build uses only 0.12 KB of bandwidth per request — perfect if you're still on that 2011 dial-up internet.
  • Reliability: No more iMacros crashes. Just clean JSON output and automated row-by-row processing.
 
You can use VBA in excel if the site allows simple form filling. It can loop through all 500 rows easily.
 
Back
Top