Max,

There is a nice python library called xlwt, I'm sure you can find it
via Google.  It lets you read and write Microsoft Excel files.

Cheers

On Apr 6, 9:07 am, Massimiliano <massimiliano.pietr...@gmail.com>
wrote:
> Hi,
> can someone help me?  A big problem for me, I hope easy for you. I have a
> file xls (I can convert it in CSV) like this:
>
> Place              Coordinates
> Place1             1,2
> Place2             3,4
> Place3             5,6
> Place4             7,8
> and so on...
>
> and I want to store it in appengine like this:
>
> Place Country City Coordinates
> .......
>
> How can I do it? Can someone share a python code to do this?
>
> Thanks
>
> Max
>
> --www.themaxbuddies.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to