I am just trying to write in the excel sheet 'Hello'.
Getting the following error:
IOError: [Errno 2] No such file or directory: u'C:Python27ExcelBook.xls'
Open Excel C:\Python27\ExcelBook.xls
Put String To Cell Sheet1 0 0 Hello
Save Excel C:\Python27\ExcelBook.xls
This is the correct path but not sure where the 'u' coming from...