Writing to multiple excel worksheets

SPJ mail2spj at yahoo.com
Mon Sep 17 17:00:13 EDT 2007


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. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070917/ac2ff17c/attachment.html>


More information about the Python-list mailing list