Re: python-Excel: Chinese Characters

2005-08-14 Thread John Machin
zxo102 wrote: > Hi there, > I am trying to put data including Chinese Characters into Excel > through python. But I got some problems. Here is my sample code: > > ## > # > import win32com.client > xlapp = win32com.client.DispatchEx("Excel.Applic

python-Excel: Chinese Characters

2005-08-14 Thread zxo102
Hi there, I am trying to put data including Chinese Characters into Excel through python. But I got some problems. Here is my sample code: ## # import win32com.client xlapp = win32com.client.DispatchEx("Excel.Application") xlbook = xlapp.Workboo