Hi,

I have a list which I need to write to excel worksheet. The list is like:
data = 
['IP1','21','ftp','\n','IP1','22','ssh','\n','IP2','22','ssh','\n','IP2','23','telnet','\n']
Now the task is to create a workbook with tabbed sheet for each of the 
service's in the list i.e. tabs for ftp, ssh, telnet etc. The data needs to be 
written in the corresponding sheets. 

What is the best way to achieve this?
I couldn't find much help on the internet nor in the earlier threads. Please 
help.

Thanks,
SPJ

       
---------------------------------
Yahoo! oneSearch: Finally,  mobile search that gives answers, not web links. 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to