On Jan 5, 9:08 am, BMC <[email protected]> wrote:
> Is it possible to use an excel file to populate a map?
> If i have a microsoft excel file with addresses or latlng info, can it
> be used to add markers and infowindows to a google map api v3?

Not directly.  You can import it into a google spreadsheet and use the
data from there (if you make it public), pamela has a couple of
examples.

I think you can do the same thing with fusion tables.

For that matter you could save it as xml, put that xml on your server
and parse that yourself.  But that would certainly not be the easy way
(it would probably be easier to save it as a text format, either tab
or comma delimited, then parse that).

  -- Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to