Need to perform the following steps on an excel worksheet automatically without manual intervention. How can I do that?
- There will be columns A, B, C, D, E, F, G, H. Remove three columns C, D and E.
- On Column ‘F’ add ‘Column Name’ with formula =D2/60
- Format Columns C and D to Number/Use 1000 Separator/0 Decimal Places
- Format Column F to Number/Use 1000 Separator/4 Decimal Places
- Filter by src=Total and EventTypes= ~all events~ get Column C value and Column F value – put it in a text file as individual columns
- Filter by src=Total/EventTypes=All get Column C value which is maximum and add it to the columns
- Filter by src=All/EventTypes= ~all events~ get Column C value which is maximum and Column F value which is maximum and add it to the columns
Jexcel http://jexcelapi.sourceforge.net/ is a good package for working with excel sheets.