[Tutor] Question how to ready data from excle file and convert the german to english language

Alan Gauld alan.gauld at btinternet.com
Fri Sep 11 02:32:43 CEST 2015


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




More information about the Tutor mailing list