Re: Writing to multiple excel worksheets

2007-09-18 Thread Tommy Nordgren
On 17 sep 2007, at 23.00, SPJ wrote: 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','IP 2','23','telnet','\n'] Now the task is to create a workbook with tabbed sheet for each of

Re: Writing to multiple excel worksheets

2007-09-18 Thread Carsten Haese
On Tue, 2007-09-18 at 18:49 +0200, Tommy Nordgren wrote: Excel files are in a binary and proprietary format. True, but that doesn't mean you can't create them with free software. PyExcelerator (http://sourceforge.net/projects/pyexcelerator) can create Excel files. HTH, -- Carsten Haese

Writing to multiple excel worksheets

2007-09-17 Thread SPJ
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,