LizzyLiz wrote: > Hi > > I need to convert a .csv file to .xls file using python 2.1.3 which > means I can't use pyExcelerator! Does anyone know how I can do this? > > Many thanks > LizzyLiz
Use win32com.client to start Excel, tell it to .Open the .csv file and then tell it to .SaveAs an Excel workbook. TJG -- http://mail.python.org/mailman/listinfo/python-list