My Task: I have 15 excel files with n number of sheets in each excel file. these files have been put in a directory WEEK 1...WEEK N every week. i have three columns in each sheet having values of issue / start date / end date
i would like to know the best way to find the following:
1. To calculate the number of days / issue in all the excel files.
2. To find out the issues closed since last update of the files.
3. To Plot issues opened / closed during a period of time.
i heard this can be done by scripting. i have tried using VB Macros in excel in a different thread..it did help me to some extent. but since i am dealing with multiple files in a directory. and also i have compare results(open/close issues every week).i would like to if this could be achieved using perl and also please advise me the way to get started.