Hello,
I need help to write an output of perl script in a excel file on daily basis. I want to maintain a sheet of excel file like history data that file would contain the history output of all last runs.
Although i have used perl formatting to write data in a text files but i also want to write the same output data in an excel file.
here is the sample data that i want to write in an excel file. Moreover i want to manitain two sheets in an excel file (i.e., sheet1 & sheet2) sheet1 will contain all the job History data and it would be looks like
Jobs History (This is a heading and the back grouop i want to put set in orange)
Date Time Job Group Total Jobs# (columns name backgroup will be orange
Current system date Current system time A 4
Current system date Current system time B 5
Current system date Current system time C 89
Current system date Current system time D 86
Current system date Current system time E 52
and sheet2 will looks like
Jobs Movement Sheet2 Headin backgroup should be orange
Movement Date Movement Time Job ID Moved from Moved to (Columns name background should be orange)
Current system date Current system time 12 A E
Current system date Current system time 15 B G
Current system date Current system time 17 C H
Current system date Current system time 18 D I
Current system date Current system time 19 F J
Pls help me out to done this
Thanks in advance