cdorobantu Posted September 14, 2007 Posted September 14, 2007 Hi there, I would like to know if (and how I should go about) it's possible to use AutoIt to read information from an Excel spreadsheet, compare the difference Excel entries and output the results in a GUI. I want to create a program in which the user can enter a store number and the hours of operations are displayed for that particular store. Now, I want to also be able to compare two store operating hours -> the program would display only the longer hours of the second store. Your help is appreciated. Catalin
Zedna Posted September 14, 2007 Posted September 14, 2007 (edited) Use ExcelCOM UDF for reading data from Excel (into array).Then do compare logic in AutoIt's arrays and visualize results in AutoIt's ListView.GUICtrlCreateListView, GUICtrlCreateListViewItem Edited September 14, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
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