On 10/09/15 18:00, Sarika Shrivastava wrote:
I wanted to ready data from excel file which in german Language and onovert to English language ??
Those are two completely separate questions. To read Excel there are several options. The simplest is if you can convert the file to csv and use the csv module from the standard library. Failing that Google python excel reader, you should come up with something like xlrd or openpyxl To translate from German to English you probably should look into the API from Google for their translator. -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ http://www.amazon.com/author/alan_gauld Follow my photo-blog on Flickr at: http://www.flickr.com/photos/alangauldphotos _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor