Re: Excel library with unicode support

2005-10-05 Thread Mike Tammerman
Thanks, a lot. It helped me so much. Mike -- http://mail.python.org/mailman/listinfo/python-list

Re: Excel library with unicode support

2005-10-05 Thread Richie Hindle
[Mike] > Is there a python library, that is able to create Excel files with > unicode characters. pyExcelerator claims to do this, but I've never used it. http://sourceforge.net/projects/pyexcelerator/ -- Richie Hindle [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Excel library with unicode support

2005-10-04 Thread Mike Tammerman
Hi, I want to create an Excel file, but I don't to use com or any win32 object. Because, the file should be opened via OpenOffice. I found pyXLWriter, but it doesn't support unicode or non-ascii characters. Is there a python library, that is able to create Excel files with unicode characters. I t